mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
21 lines
430 B
Makefile
21 lines
430 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
USEMODULE += ps
|
|
|
|
USEMODULE += conn_can
|
|
USEMODULE += can_isotp
|
|
USEMODULE += conn_can_isotp_multi
|
|
USEMODULE += can_pm
|
|
USEMODULE += can_trx
|
|
|
|
FEATURES_REQUIRED += periph_can
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
|
|
CFLAGS += -DGNRC_PKTBUF_SIZE=4096
|
|
CFLAGS += -DCAN_PKT_BUF_SIZE=64
|
|
CFLAGS += -DCAN_ROUTER_MAX_FILTER=32
|
|
|
|
include $(RIOTBASE)/Makefile.include
|