This project is inspired by and in parts based on previous work that considers rust as a language to implement full stack microcontroller software. It is used to explore the implementation of driver software in general. A specific goal of this project is to find ways to provide generalization across different models using the advanced features rust provides in contrast to C/C++.
Project status: pre-alpha
Currently there is no reasonable way to use this library. So please wait for a 0.1.0 release tag.
Currently this project is not open for contribution.
Although no release of this project has been created yet, the use of semantic versioning is planned.
- Martin Bertsche (@everclear72216)
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
- Jorge Aparicio (@japaric) for showing ways to start out