A collection of crates for running Rust on microcontrollers.
Currently supports parts of NXP LPC8xx, LPC11xx and LPC13xx.
Supported peripherals are SYSCON, GPIO, UART, partly IOCON, LPC804 PLU.
This is work in progress and things may change without prior notice. At least initially I want to use it for developing and testing ideas how to use Rust to program microcontrollers in the nicest possible way, which may mean some combination of most modular, most efficient, safest, easiest, or any number of other desirable qualities.
To japaric for pushing embedded Rust, and providing examples how things can be made to work.
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.
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.