Skip to content

Commit dd3c70d

Browse files
authored
Merge pull request #25 from probe-rs/fix-todo-list
Update TODO list to show that JTAG is not yet implemented
2 parents 1adbd60 + 87209cb commit dd3c70d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ You can now repeat the above command, which will automatically restart and flash
4040

4141
You may have to change `XTASK_SERIAL`, and on non-x86 linux platforms, you must update the runner configuration with the correct target (see [`.cargo/config.toml`](.cargo/config.toml#L15)).
4242

43-
## TODO
43+
## Feature TODO list
4444

45-
- [x] Move SWD impl to PIO
46-
- [ ] Add support for SWO (Manchester encoding or UART via PIO)
45+
- [ ] Add support for JTAG (only SWD works right now)
46+
- [ ] Add support for SWO
4747
- [ ] Add support for VCP (it enumerates now, but ignores all data)
48-
- [ ] Add the automatic polling of RTT buffers
49-
- [ ] Document the `dap-rs` traits and helpers
50-
- [ ] Document the firmware
5148

0 commit comments

Comments
 (0)