mirror of https://github.com/ARMmbed/mbed-os.git
25 lines
494 B
JSON
25 lines
494 B
JSON
{
|
|
"name": "rtos",
|
|
"config": {
|
|
"present": 1
|
|
},
|
|
"macros": ["_RTE_"],
|
|
"target_overrides": {
|
|
"*": {
|
|
"target.boot-stack-size": "0x400"
|
|
},
|
|
"MCU_NRF51": {
|
|
"target.boot-stack-size": "0x800"
|
|
},
|
|
"MCU_NRF52840": {
|
|
"target.boot-stack-size": "0x800"
|
|
},
|
|
"MCU_NRF52832": {
|
|
"target.boot-stack-size": "0x800"
|
|
},
|
|
"MCU_NRF51_UNIFIED": {
|
|
"target.boot-stack-size": "0x800"
|
|
}
|
|
}
|
|
}
|