Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luojia65/cc2640r2f
Embedded Rust access for TI CC2640R2F microcontrollers
https://github.com/luojia65/cc2640r2f
ble bluetooth cc2640r2f cortex-m embedded microcontroller rust
Last synced: 17 days ago
JSON representation
Embedded Rust access for TI CC2640R2F microcontrollers
- Host: GitHub
- URL: https://github.com/luojia65/cc2640r2f
- Owner: luojia65
- License: wtfpl
- Created: 2019-04-09T03:41:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T08:28:01.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T14:48:05.703Z (3 months ago)
- Topics: ble, bluetooth, cc2640r2f, cortex-m, embedded, microcontroller, rust
- Language: Rust
- Size: 775 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CC2640R2F
Device support for TI CC2640R2F microcontrollers.
This crate provides an auto-generated API interacting with
CC2640R2F as well as its peripherals. It is generated via
[svd2rust] 0.14.0 through [tixml2svd] 0.1.3. Missing Interrupt
Vector descriptions are manually patched according to the
reference manual, regarding unassigned interrupts as reserved.[svd2rust]: https://github.com/rust-embedded/svd2rust
[tixml2svd]: https://github.com/dhoove/tixml2svdAn example usage for this bare-metal device support library
may be found at [`cc2640r2f-hal`].[`cc2640r2f-hal`]: https://github.com/luojia65/cc2640r2f-hal