Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.2 KB

TockLoader

This is a work-in-progress port to Rust for Tock Loader.

Please use the original Python version of TockLoader.

Roadmap

This is a non exhaustive list of functionalities that should be implemented to make TockLoader usable.

  • Setup the directory structure
  • Implement the command line arguments parser
  • Implement the serial port listener
  • Implement the tockloader serial protocol
  • Implement the TBF Parser

Install Prerequisites

Linux

sudo apt update
sudo apt install libudev-dev

WSL

sudo apt update
sudo apt install libudev-dev pkg-config

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.