mirror of https://github.com/ARMmbed/mbed-os.git
Use nano lib by default for nrf51 based targets.
parent
b4bb088876
commit
dbc6b34bc2
|
@ -1092,7 +1092,8 @@
|
||||||
"function": "MCU_NRF51Code.binary_hook",
|
"function": "MCU_NRF51Code.binary_hook",
|
||||||
"toolchains": ["ARM_STD", "GCC_ARM"]
|
"toolchains": ["ARM_STD", "GCC_ARM"]
|
||||||
},
|
},
|
||||||
"program_cycle_s": 6
|
"program_cycle_s": 6,
|
||||||
|
"default_build": "small"
|
||||||
},
|
},
|
||||||
"MCU_NRF51_16K_BASE": {
|
"MCU_NRF51_16K_BASE": {
|
||||||
"inherits": ["MCU_NRF51"],
|
"inherits": ["MCU_NRF51"],
|
||||||
|
|
Loading…
Reference in New Issue