mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
This changes the prefix used for the symbols that reprensent modules (not the ones generated from USEMODULE). MOD_ => MODULE_
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
# all cortex MCU's use newlib as libc
|
|
CONFIG_MODULE_NEWLIB=y
|
|
|
|
# use the nano-specs of Newlib when available
|
|
CONFIG_MODULE_NEWLIB_NANO=y
|