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

#1347 in Embedded development

Download history 104/week @ 2023-12-15 100/week @ 2023-12-22 34/week @ 2023-12-29 158/week @ 2024-01-05 110/week @ 2024-01-12 23/week @ 2024-01-19 74/week @ 2024-01-26 17/week @ 2024-02-02 15/week @ 2024-02-09 89/week @ 2024-02-16 321/week @ 2024-02-23 62/week @ 2024-03-01 116/week @ 2024-03-08 82/week @ 2024-03-15 71/week @ 2024-03-22 157/week @ 2024-03-29

445 downloads per month
Used in 4 crates

MIT/Apache

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

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

~2MB
~39K SLoC