mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
bootloaders/riotboot: use stdio_null
This commit is contained in:
parent
ba711c50bf
commit
30b5a23e78
@ -16,7 +16,9 @@ CFLAGS += -DRIOTBOOT
|
||||
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
|
||||
DISABLE_MODULE += core_init core_msg core_panic
|
||||
DISABLE_MODULE += auto_init
|
||||
DISABLE_MODULE += stdio_cdc_acm
|
||||
|
||||
# avoid using stdio
|
||||
USEMODULE += stdio_null
|
||||
|
||||
# Include riotboot flash partition functionality
|
||||
USEMODULE += riotboot_slot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user