Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.16 KB

File metadata and controls

26 lines (20 loc) · 1.16 KB

EFR32 Feather Board

This is an Adafruit Feather compatible PCB with a Silicon Labs EFR32 MCU. This MCU supports 2.4GHz radio such as BLE, Zigbee, Thread

Hardware components:

EFR32 Feather

Firmware example:

  • Using Zephyr
  • Board definition in FW/boards/arm/efr32_feather

Build instruction:

mkdir FW/build
cd FW/build
source ZEPHYR-DIR/zephyr-env.sh
cmake -Gninja ..
ninja flash