Skip to content

Commit d2ef245

Browse files
author
Chris Trowbridge
committed
Remove stack size overrides and clean up spacing
1 parent a92a919 commit d2ef245

File tree

1 file changed

+34
-37
lines changed

1 file changed

+34
-37
lines changed

mbed_app.json

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -140,43 +140,40 @@
140140
"sd.SPI_CS" : "PB_9"
141141
},
142142
"EP_AGORA": {
143-
"target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],
144-
"target.features_remove" : ["BLE"],
145-
"target.extra_labels_remove" : ["CORDIO", "CORDIO_LL", "NORDIC_CORDIO"],
146-
"target.extra_labels_add" : ["SOFTDEVICE_NONE", "PSA"],
147-
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"", "MBED_BOOTLOADER_ACTIVE_HEADER_REGION_SIZE=1024", "MBED_ROM_START=0x0"],
148-
"target.bootloader_img" : "bootloader/mbed-bootloader-ep-agora-block_device-kvstore-v4.0.2.hex",
149-
"target.header_offset" : "0xB000",
150-
"target.app_offset" : "0xB400",
151-
"target.components_remove" : ["QSPIF"],
152-
"target.components_add" : ["FLASHIAP"],
153-
"target.restrict_size" : "0x‭ECC00",
154-
"update-client.bootloader-details" : "0x952C",
155-
"update-client.application-details" : "0xB000",
156-
"update-client.storage-address" : "(2*1024*1024)",
157-
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
158-
"update-client.firmware-header-version" : "2",
159-
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
160-
"storage_filesystem.internal_base_address" : "((1024*1024) - (32*1024))",
161-
"storage_filesystem.rbp_internal_size" : "(32*1024)",
162-
"storage.storage_type" : "FILESYSTEM",
163-
"storage_filesystem.filesystem" : "LITTLE",
164-
"storage_filesystem.blockdevice" : "SPIF",
165-
"storage_filesystem.external_base_address" : "(0x0)",
166-
"storage_filesystem.external_size" : "(1024*1024*1)",
167-
"platform.default-serial-baud-rate" : 115200,
168-
"drivers.uart-serial-rxbuf-size" : 1024,
169-
"drivers.uart-serial-txbuf-size" : 1024,
170-
"lwip.ipv4-enabled" : true,
171-
"lwip.ipv6-enabled" : true,
172-
"lwip.ppp-enabled" : true,
173-
"lwip.tcp-enabled" : true,
174-
"lwip.ethernet-enabled" : false,
175-
"lwip.mem-size" : 22000,
176-
"nsapi.dns-response-wait-time" : 30000,
177-
"rtos.main-thread-stack-size" : 5120,
178-
"rtos.timer-thread-stack-size" : 768,
179-
"rtos.idle-thread-stack-size" : 512
143+
"target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],
144+
"target.features_remove" : ["BLE"],
145+
"target.extra_labels_remove" : ["CORDIO", "CORDIO_LL", "NORDIC_CORDIO"],
146+
"target.extra_labels_add" : ["SOFTDEVICE_NONE", "PSA"],
147+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"", "MBED_BOOTLOADER_ACTIVE_HEADER_REGION_SIZE=1024", "MBED_ROM_START=0x0"],
148+
"target.bootloader_img" : "bootloader/mbed-bootloader-ep-agora-block_device-kvstore-v4.0.2.hex",
149+
"target.header_offset" : "0xB000",
150+
"target.app_offset" : "0xB400",
151+
"target.components_remove" : ["QSPIF"],
152+
"target.components_add" : ["FLASHIAP"],
153+
"target.restrict_size" : "0x‭ECC00",
154+
"update-client.bootloader-details" : "0x952C",
155+
"update-client.application-details" : "0xB000",
156+
"update-client.storage-address" : "(2*1024*1024)",
157+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
158+
"update-client.firmware-header-version" : "2",
159+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
160+
"storage_filesystem.internal_base_address" : "((1024*1024) - (32*1024))",
161+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
162+
"storage.storage_type" : "FILESYSTEM",
163+
"storage_filesystem.filesystem" : "LITTLE",
164+
"storage_filesystem.blockdevice" : "SPIF",
165+
"storage_filesystem.external_base_address" : "(0x0)",
166+
"storage_filesystem.external_size" : "(1024*1024*1)",
167+
"platform.default-serial-baud-rate" : 115200,
168+
"drivers.uart-serial-rxbuf-size" : 1024,
169+
"drivers.uart-serial-txbuf-size" : 1024,
170+
"lwip.ipv4-enabled" : true,
171+
"lwip.ipv6-enabled" : true,
172+
"lwip.ppp-enabled" : true,
173+
"lwip.tcp-enabled" : true,
174+
"lwip.ethernet-enabled" : false,
175+
"lwip.mem-size" : 22000,
176+
"nsapi.dns-response-wait-time" : 30000
180177
}
181178
}
182179
}

0 commit comments

Comments
 (0)