mirror of https://github.com/ARMmbed/mbed-os.git
Change default_build from small to standard on NRF based targets with at
least 32K of RAM. NRF targets with 16K keep their default_build configuration set to small.pull/2280/head
parent
c17132ac59
commit
a62b00a7d5
|
@ -1195,14 +1195,14 @@
|
||||||
"toolchains": ["ARM_STD", "GCC_ARM"]
|
"toolchains": ["ARM_STD", "GCC_ARM"]
|
||||||
},
|
},
|
||||||
"program_cycle_s": 6,
|
"program_cycle_s": 6,
|
||||||
"default_build": "small",
|
|
||||||
"features": ["BLE"]
|
"features": ["BLE"]
|
||||||
},
|
},
|
||||||
"MCU_NRF51_16K_BASE": {
|
"MCU_NRF51_16K_BASE": {
|
||||||
"inherits": ["MCU_NRF51"],
|
"inherits": ["MCU_NRF51"],
|
||||||
"extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K"],
|
"extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K"],
|
||||||
"macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K"],
|
"macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K"],
|
||||||
"public": false
|
"public": false,
|
||||||
|
"default_build": "small"
|
||||||
},
|
},
|
||||||
"MCU_NRF51_16K_BOOT_BASE": {
|
"MCU_NRF51_16K_BOOT_BASE": {
|
||||||
"inherits": ["MCU_NRF51_16K_BASE"],
|
"inherits": ["MCU_NRF51_16K_BASE"],
|
||||||
|
@ -1860,7 +1860,6 @@
|
||||||
"toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
|
"toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
|
||||||
},
|
},
|
||||||
"program_cycle_s": 6,
|
"program_cycle_s": 6,
|
||||||
"default_build": "small",
|
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"config":{
|
"config":{
|
||||||
"lf_clock_src": {
|
"lf_clock_src": {
|
||||||
|
@ -1912,8 +1911,7 @@
|
||||||
"value": "NRF_LF_SRC_XTAL",
|
"value": "NRF_LF_SRC_XTAL",
|
||||||
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
|
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"default_build": "small"
|
|
||||||
},
|
},
|
||||||
"NRF52_DK": {
|
"NRF52_DK": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
|
Loading…
Reference in New Issue