diff --git a/zephcore/boards/supported_boards.md b/zephcore/boards/supported_boards.md new file mode 100644 index 0000000..bacd57b --- /dev/null +++ b/zephcore/boards/supported_boards.md @@ -0,0 +1,44 @@ +# Supported Boards + +Board strings for use with `west build -b 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`