ext: Integrate Silabs EFR32FG1P Gecko SDK into Zephyr
This patch integrates EFR32FG1P support into the build infrastructure of Zephyr. Signed-off-by: Christian Taedcke <hacking@taedcke.com>
This commit is contained in:
parent
e634b25f20
commit
7689e9dc3e
1 changed files with 6 additions and 5 deletions
|
@ -22,8 +22,9 @@ zephyr_compile_definitions(
|
|||
${SILABS_GECKO_PART_NUMBER}
|
||||
)
|
||||
|
||||
zephyr_sources( emlib/src/em_system.c)
|
||||
zephyr_sources_ifdef(CONFIG_HAS_CMU emlib/src/em_cmu.c)
|
||||
zephyr_sources_ifdef(CONFIG_GPIO_GECKO emlib/src/em_gpio.c)
|
||||
zephyr_sources_ifdef(CONFIG_SERIAL_HAS_DRIVER emlib/src/em_usart.c)
|
||||
zephyr_sources_ifdef(CONFIG_SOC_SERIES_EFM32WG Device/SiliconLabs/EFM32WG/Source/system_efm32wg.c)
|
||||
zephyr_sources( emlib/src/em_system.c)
|
||||
zephyr_sources_ifdef(CONFIG_HAS_CMU emlib/src/em_cmu.c)
|
||||
zephyr_sources_ifdef(CONFIG_GPIO_GECKO emlib/src/em_gpio.c)
|
||||
zephyr_sources_ifdef(CONFIG_SERIAL_HAS_DRIVER emlib/src/em_usart.c)
|
||||
zephyr_sources_ifdef(CONFIG_SOC_SERIES_EFM32WG Device/SiliconLabs/EFM32WG/Source/system_efm32wg.c)
|
||||
zephyr_sources_ifdef(CONFIG_SOC_SERIES_EFR32FG1P Device/SiliconLabs/EFR32FG1P/Source/system_efr32fg1p.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue