boards: arm: Add support for Silicon Labs EFM32PG-STK3402A
The EFM32 Pearl Gecko Starter Kit contains sensors and peripherals demonstrating the usage of the EFM32PG MCU family. This patch adds basic support for this board and is copied from EFM32WG-STK3800. Signed-off-by: Gil Benkö <gil.benkoe@pm.me> Signed-off-by: Christian Taedcke <hacking@taedcke.com>
This commit is contained in:
parent
563af20134
commit
28580ab2e8
12 changed files with 442 additions and 0 deletions
16
boards/arm/efm32pg_stk3402a/efm32pg_stk3402a.yaml
Normal file
16
boards/arm/efm32pg_stk3402a/efm32pg_stk3402a.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
identifier: efm32pg_stk3402a
|
||||
name: EFM32PG-STK3402A
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 256
|
||||
flash: 1024
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gccarmemb
|
||||
supported:
|
||||
- i2c
|
||||
- gpio
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
Loading…
Add table
Add a link
Reference in a new issue