https://github.com/tock/tockloader-rs
https://github.com/tock/tockloader-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tock/tockloader-rs
- Owner: tock
- License: mit
- Created: 2023-04-14T16:49:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T08:00:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T04:09:16.789Z (7 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
This is a work-in-progress port to Rust for Tock Loader.
Please use the original Python version of [TockLoader](https://www.github.com/tock/tockloader).
## Roadmap
This is a non exhaustive list of functionalities that should be
implemented to make TockLoader usable.
- [x] Setup the directory structure
- [x] Implement the command line arguments parser
- [ ] Implement the serial port listener
- [ ] Implement the tockloader serial protocol
- [ ] Implement the `openocd` transport interface
- [ ] Implement the `jlink` transport interface
- [ ] Implement the TBF Parser