Skip to content

Commit ffe54d6

Browse files
committed
docs: update Libraries section of the README file
Add core internal libraries and libraries tested with core ci
1 parent eeb36b6 commit ffe54d6

2 files changed

Lines changed: 42 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ See the [Using the Core in Arduino IDE/CLI](#using-the-core-in-arduino-idecli) s
8080

8181
## 📚 Libraries
8282

83-
### Included with the core: ###
84-
85-
### Separately supplied: ###
86-
- **ArduinoBLE**: This library is enabled only for the Arduino Nano 33 BLE. Please use [this branch](https://github.com/facchinm/ArduinoBLE/tree/zephyr_hci) to test it.
83+
A number of libraries are bundled with the core, and many more external
84+
libraries are compatible with it. See the [Libraries documentation](documentation/available_libraries.md)
85+
for the full list.
8786

8887
## 🧢 Under the hood
8988

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 📚 Libraries
2+
3+
This page lists the libraries available for the Arduino Core for Zephyr.
4+
5+
## Included with the core
6+
7+
The following libraries are bundled with the core and are available out of the
8+
box (availability may depend on the selected board).
9+
10+
- [Arduino_LED_Matrix](/libraries/Arduino_LED_Matrix/library.properties)
11+
- [CAN](/libraries/CAN/library.properties)
12+
- [Camera](/libraries/Camera/library.properties)
13+
- [Ethernet](/libraries/Ethernet/library.properties)
14+
- [PDM](/libraries/PDM/library.properties)
15+
- [RTC](/libraries/RTC/library.properties)
16+
- [SPI](/libraries/SPI/library.properties)
17+
- [SocketWrapper](/libraries/SocketWrapper/library.properties)
18+
- [Storage](/libraries/Storage/library.properties)
19+
- [WiFi](/libraries/WiFi/library.properties)
20+
- [Wire](/libraries/Wire/library.properties)
21+
- [Zephyr_SDRAM](/libraries/Zephyr_SDRAM/library.properties)
22+
23+
## Separately supplied
24+
25+
> [!NOTE]
26+
> We are constantly adding new libraries that are compatible with this core. The
27+
> list below contains the libraries that are currently verified in the core CI.
28+
29+
- [ArduinoBLE](https://github.com/arduino-libraries/ArduinoBLE)
30+
- [Arduino_SecureElement](https://github.com/arduino-libraries/Arduino_SecureElement)
31+
- [Arduino_JSON](https://github.com/arduino-libraries/Arduino_JSON)
32+
- [Arduino_RouterBridge](https://github.com/arduino-libraries/Arduino_RouterBridge)
33+
- [Arduino_RPClite](https://github.com/arduino-libraries/Arduino_RPClite)
34+
- [Arduino_GigaDisplayTouch](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch)
35+
- [Arduino_Video](https://github.com/arduino-libraries/Arduino_Video)
36+
- [Arduino_BMI270_BMM150](https://github.com/arduino-libraries/Arduino_BMI270_BMM150)
37+
- [Arduino_APDS9960](https://github.com/arduino-libraries/Arduino_APDS9960)
38+
- [Arduino_LPS22HB](https://github.com/arduino-libraries/Arduino_LPS22HB)
39+
- [Arduino_HS300x](https://github.com/arduino-libraries/Arduino_HS300x)

0 commit comments

Comments
 (0)