File tree 1 file changed +8
-9
lines changed
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
20
20
## Installation
21
21
### ** Arduino Boards Manager** (recommended)
22
22
- 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 )
24
25
- Open 'Boards Manager' and select 'SparkFun Apollo3 Boards' - install the latest version
25
26
26
27
### ** Git** (development)
@@ -32,10 +33,7 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
32
33
33
34
## Development Status
34
35
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
39
37
40
38
** Main Arduino Features**
41
39
* Serial: ✅
@@ -47,17 +45,18 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
47
45
** Standard Libraries**
48
46
* Wire
49
47
* Controller: ✅
50
- * Peripheral: ❌
48
+ * Peripheral: 🤔
51
49
* SPI
52
50
* Controller: ✅
53
- * Peripheral: ❌
54
- * Software Serial: ✅
51
+ * Peripheral: 🤔
55
52
56
53
** Apollo3 Specialty Peripherals**
57
54
* PDM Microphones / I2S: ✅
58
55
* BLE: ✅
56
+ * RTC: ✅
57
+ * Watchdog Timer: 🤔
59
58
* Multi-bit SPI: 🤔
60
- * I2C/SPI Peripheral: 🤔
59
+ * I2C/SPI Peripheral Mode : 🤔
61
60
62
61
## More
63
62
### [ License] ( ./docs/ISSUES.md )
You can’t perform that action at this time.
0 commit comments