Skip to content

micuami/tockloader-rs

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.2%
  • Other 0.8%