https://github.com/luojia65/cc2640r2f-hal
[WIP] Hardware Abstract Layer implementation of TI CC2640R2F microcontroller adapted to Rust embedded-hal framework
https://github.com/luojia65/cc2640r2f-hal
arm cc2640r2f cortex-m embedded microcontroller rust
Last synced: 3 months ago
JSON representation
[WIP] Hardware Abstract Layer implementation of TI CC2640R2F microcontroller adapted to Rust embedded-hal framework
- Host: GitHub
- URL: https://github.com/luojia65/cc2640r2f-hal
- Owner: luojia65
- Created: 2019-04-09T04:05:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T09:04:18.000Z (about 6 years ago)
- Last Synced: 2024-11-14T14:48:05.382Z (5 months ago)
- Topics: arm, cc2640r2f, cortex-m, embedded, microcontroller, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cc2640r2f-hal
Rust `embedded-hal` hardware abstract layer implementation of TI CC2640R2F microcontroller
# State of this project
This project aim to port all bare-metal hardware abstracts, but in this layer, built-in TI-RTOS
environment support is not to be included.It's under heavy development. If you managed to get a demoboard for this chip, try examples in
the `examples` folder. They might gotta work, but if not and you happened to know how to solve,
please fire an issue or a pull request.All kinds of contribution are welcomed. Before getting around the code, make sure you have a
proper Rust installation by using `rustup` installer from official page, or run `rustup update`
if already installed.