mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +01:00
fd6fedaab6
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci - Formatted the list to contain one board per line - Sorted the lists alphabetically
11 lines
264 B
Makefile
11 lines
264 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_uart
|
|
FEATURES_OPTIONAL += periph_lpuart # STM32 L0 and L4 provides lpuart support
|
|
FEATURES_OPTIONAL += periph_uart_modecfg
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|