1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common/cortexm_common.config
Leandro Lanzieri 2e79e00ca7
treewide: change Kconfig prefix for module symbols
This changes the prefix used for the symbols that reprensent modules
(not the ones generated from USEMODULE).

MOD_ => MODULE_
2020-08-31 09:57:28 +02:00

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