supported boards

This commit is contained in:
liquidraver
2026-03-18 22:17:36 +01:00
parent c938cb88b9
commit 6db225145b
+44
View File
@@ -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`