Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed_app.json
- Revision:
- 22:1f0ed3381798
- Parent:
- 21:aacc193bdd64
- Child:
- 23:64f3f756acf6
--- a/mbed_app.json Thu Mar 21 19:36:02 2019 +0000
+++ b/mbed_app.json Thu Mar 21 19:44:55 2019 +0000
@@ -224,11 +224,11 @@
"wizfi310.event-queue-size" : 1024,
"wizfi310.provide-default" : true,
"device-management.flash-start-address" : "0x08000000",
- "device-management.flash-size" : "(1*1024*1024)",
- "device-management.sotp-section-1-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 4*(2*1024))",
- "device-management.sotp-section-1-size" : "(4*1024)",
- "device-management.sotp-section-2-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 2*(2*1024))",
- "device-management.sotp-section-2-size" : "(4*1024)",
+ "device-management.flash-size" : "(1024*1024)",
+ "device-management.sotp-section-1-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 2*(2*1024))",
+ "device-management.sotp-section-1-size" : "(2*1024)",
+ "device-management.sotp-section-2-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS + MBED_CONF_APP_FLASH_SIZE - 1*(2*1024))",
+ "device-management.sotp-section-2-size" : "(2*1024)",
"update-client.application-details" : "(MBED_CONF_APP_FLASH_START_ADDRESS + 64*1024)",
"update-client.storage-address" : "(2*1024*1024)",
"update-client.storage-size" : "(2*1024*1024)",