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