aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-01-27 18:45:10 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2020-05-24 21:32:05 +0100
commitffe6bc82201ff3dceea193af530738d868258b0b (patch)
tree64e2a9ee1c8cb3ecb9cba90fbf4d0c506d6e0b0e /TODO
parentac05f929edffd6f1a4491d0b1e6cc95122ec6eb1 (diff)
downloadriscv-openocd-ffe6bc82201ff3dceea193af530738d868258b0b.zip
riscv-openocd-ffe6bc82201ff3dceea193af530738d868258b0b.tar.gz
riscv-openocd-ffe6bc82201ff3dceea193af530738d868258b0b.tar.bz2
swim: add new transport
Add SWIM and STM8 to documentation and update TODO file. Introduce transport "swim" and command "swim newtap". Switch in swim.c from HLA API to the new SWIM API. Implement in stlink driver the SWIM APIs as wrappers of existing HLA functions. Remove any SWIM related reference from HLA files. Update stm8 config files and stlink-dap interface config file. Change-Id: I2bb9f58d52900f6eb4df05f979f7ef11fd439c24 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5530 Tested-by: jenkins
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index c73d772..ebb6c99 100644
--- a/TODO
+++ b/TODO
@@ -59,8 +59,7 @@ changes pending in gerrit.
- tap_set_state(TAP_RESET) is already done in src/jtag/core.c. No need
to replicate it in the drivers, apart in case the driver sets TRST
independently
-- separate SWIM from HLA and make it independent
-- add .hla_ops and .swim_ops to "adapter"
+- add .hla_ops to "adapter"
- HLA is a API level (.hla_ops). Transport should simply be {jtag,swd},
not {hla_jtag,hla_swd}.