5 releases
0.2.0 | Jul 20, 2023 |
---|---|
0.1.3 | Oct 30, 2018 |
0.1.2 | Oct 29, 2018 |
0.1.1 | Oct 24, 2018 |
0.1.0 | Oct 24, 2018 |
#1491 in Embedded development
702 downloads per month
Used in 4 crates
14KB
379 lines
lm3s6965
Minimal device crate for the LM3S6965 (Cortex-M3) microcontroller
This device crate only contains interrupt bindings and it's main use case is running Real Time For the Masses (RTFM) programs on QEMU.
License
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.
Contribution
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.
lib.rs
:
A minimal device crate for the LM3S6965
This device crate only contains interrupt bindings and it's main use case is running Real Time For the Masses (RTFM) programs on QEMU.
References
Dependencies
~0.9–1.3MB
~22K SLoC