File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
2020## Installation
2121### ** Arduino Boards Manager** (recommended)
2222 - Copy / paste the JSON package URL into the 'Additional Boards Manager URLs' field in Arduino preferences
23- [ https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json ] ( https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json ) (raw)
23+ ``` https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json ```
24+ [ https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json ] ( https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json )
2425 - Open 'Boards Manager' and select 'SparkFun Apollo3 Boards' - install the latest version
2526
2627### ** Git** (development)
@@ -32,10 +33,7 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
3233
3334## Development Status
3435
35- - v2.0.0 based on an [ mbed-os] ( https://github.com/ARMmbed/mbed-os ) framework
36-
37- #### Priorities
38- - support additional capabilities using Apollo3 peripherals
36+ * v2.0.0 based on an [ mbed-os] ( https://github.com/ARMmbed/mbed-os ) framework
3937
4038** Main Arduino Features**
4139 * Serial: ✅
@@ -47,17 +45,18 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
4745** Standard Libraries**
4846 * Wire
4947 * Controller: ✅
50- * Peripheral: ❌
48+ * Peripheral: 🤔
5149 * SPI
5250 * Controller: ✅
53- * Peripheral: ❌
54- * Software Serial: ✅
51+ * Peripheral: 🤔
5552
5653** Apollo3 Specialty Peripherals**
5754 * PDM Microphones / I2S: ✅
5855 * BLE: ✅
56+ * RTC: ✅
57+ * Watchdog Timer: 🤔
5958 * Multi-bit SPI: 🤔
60- * I2C/SPI Peripheral: 🤔
59+ * I2C/SPI Peripheral Mode : 🤔
6160
6261## More
6362### [ License] ( ./docs/ISSUES.md )
You can’t perform that action at this time.
0 commit comments