forked from auracaster/openocd
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
This commit is contained in:
3
TODO
3
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}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user