mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 16:43:42 +00:00
supported boards
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# Supported Boards
|
||||
|
||||
Board strings for use with `west build -b <board> zephcore`.
|
||||
|
||||
## nRF52840
|
||||
|
||||
```
|
||||
rak4631
|
||||
wio_tracker_l1
|
||||
t1000_e
|
||||
thinknode_m1
|
||||
thinknode_m3
|
||||
thinknode_m6
|
||||
rak_wismesh_tag
|
||||
ikoka_nano_30dbm
|
||||
promicro_lr2021
|
||||
```
|
||||
|
||||
## ESP32
|
||||
|
||||
```
|
||||
xiao_esp32c3
|
||||
xiao_esp32c6
|
||||
lilygo_tlora_c6
|
||||
station_g2/esp32s3/procpu
|
||||
```
|
||||
|
||||
> ESP32 boards require `west blobs fetch hal_espressif` before first build.
|
||||
|
||||
## MG24 (Silicon Labs)
|
||||
|
||||
```
|
||||
xiao_mg24
|
||||
```
|
||||
|
||||
> Requires `west blobs fetch hal_silabs` and pyocd.
|
||||
|
||||
## nRF54L
|
||||
|
||||
```
|
||||
xiao_nrf54l15/nrf54l15/cpuapp
|
||||
```
|
||||
|
||||
> Requires `--no-sysbuild` flag: `west build -b xiao_nrf54l15/nrf54l15/cpuapp zephcore --no-sysbuild`
|
||||
Reference in New Issue
Block a user