From 06c1b36b2e2e8ad6557dccf941323aff4545eb36 Mon Sep 17 00:00:00 2001 From: cortesis Date: Wed, 14 Aug 2019 21:25:42 +0200 Subject: [PATCH] Added Ambiq Apollo3 PAC (#194) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 232ce69..cb7cf77 100644 --- a/README.md +++ b/README.md @@ -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) @@ -159,6 +160,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