X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=TODO;h=ebb6c9980832dd1d76a00d38c6d2e3b18e194dbd;hb=fc7edd57ac6678d1113bc09265798de3fdc68347;hp=c73d772e23ee8c37aa8d7b671e47047d66e4ba70;hpb=3bfe4926632d458da449f0438db6949c75b7af59;p=openocd.git diff --git a/TODO b/TODO index c73d772e23..ebb6c99808 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}.