mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 07:16:18 +00:00
The EFM32 Happy Gecko USB-enabled kit contains sensors and peripherals demonstrating some of the EFM32HG MCU capabilities. This patch add basic support for this board. Signed-off-by: Marcio Montenegro <mtuxpe@gmail.com> Signed-off-by: Christian Taedcke <hacking@taedcke.com>
6 lines
144 B
CMake
6 lines
144 B
CMake
if(CONFIG_UART_GECKO)
|
|
zephyr_library()
|
|
zephyr_library_sources(board.c)
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
|
endif()
|