Skip to content

Commit a62b00a

Browse files
committed
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.
1 parent c17132a commit a62b00a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

hal/targets.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,14 +1195,14 @@
11951195
"toolchains": ["ARM_STD", "GCC_ARM"]
11961196
},
11971197
"program_cycle_s": 6,
1198-
"default_build": "small",
11991198
"features": ["BLE"]
12001199
},
12011200
"MCU_NRF51_16K_BASE": {
12021201
"inherits": ["MCU_NRF51"],
12031202
"extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K"],
12041203
"macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K"],
1205-
"public": false
1204+
"public": false,
1205+
"default_build": "small"
12061206
},
12071207
"MCU_NRF51_16K_BOOT_BASE": {
12081208
"inherits": ["MCU_NRF51_16K_BASE"],
@@ -1860,7 +1860,6 @@
18601860
"toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
18611861
},
18621862
"program_cycle_s": 6,
1863-
"default_build": "small",
18641863
"features": ["BLE"],
18651864
"config":{
18661865
"lf_clock_src": {
@@ -1912,8 +1911,7 @@
19121911
"value": "NRF_LF_SRC_XTAL",
19131912
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
19141913
}
1915-
},
1916-
"default_build": "small"
1914+
}
19171915
},
19181916
"NRF52_DK": {
19191917
"supported_form_factors": ["ARDUINO"],

0 commit comments

Comments
 (0)