mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-11 17:45:26 +00:00
Added Ambiq Apollo3 PAC (#194)
This commit is contained in:
parent
d84a7b1cf4
commit
06c1b36b2e
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [STMicroelectronics](#stmicroelectronics)
|
||||
* [Texas Instruments](#texas-instruments)
|
||||
* [MSP430](#msp430)
|
||||
* [Ambiq Micro](#ambiq-micro)
|
||||
* [HAL implementation crates](#hal-implementation-crates)
|
||||
* [OS](#os)
|
||||
* [Nordic](#nordic-1)
|
||||
|
@ -160,6 +161,10 @@ Peripheral Access Crates were also called Device Crates.
|
|||
- [`msp430g2553`](https://github.com/japaric/msp430g2553) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
|
||||
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
|
||||
|
||||
### Ambiq Micro
|
||||
|
||||
- [`ambiq-apollo3-pac`](https://crates.io/crates/ambiq-apollo3-pac) Peripheral access API for Ambiq Apollo3 microcontrollers (generated using svd2rust)
|
||||
|
||||
## HAL implementation crates
|
||||
|
||||
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
||||
|
|
Loading…
Reference in a new issue