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:
- 24:0c17e53f5b01
- Parent:
- 23:64f3f756acf6
- Child:
- 26:25ac72eedf55
--- a/mbed_app.json Thu Mar 21 22:03:46 2019 +0000
+++ b/mbed_app.json Sun Mar 24 18:02:30 2019 +0000
@@ -189,6 +189,39 @@
"target.header_offset" : "0x10000",
"target.app_offset" : "0x10400"
},
+ "NUCLEO_L496ZG": {
+ "target.macros_remove" : ["MBED_TICKLESS"],
+ "target.components_add" : ["SD"],
+ "sd.SPI_MOSI" : "D11",
+ "sd.SPI_MISO" : "D12",
+ "sd.SPI_CLK" : "D13",
+ "sd.SPI_CS" : "D10",
+ "target.components_add" : ["WIFI_WIZFI310"],
+ "target.network-default-interface-type" : "WIFI",
+ "wizfi310.tx" : "D1",
+ "wizfi310.rx" : "D0",
+ "wizfi310.rts" : "PB_1",
+ "wizfi310.cts" : "PB_13",
+ "wizfi310.rx-buffer-size" : 512,
+ "wizfi310.stacksize" : 1536,
+ "wizfi310.event-queue-size" : 1024,
+ "wizfi310.provide-default" : true,
+ "device-management.flash-start-address" : "0x08000000",
+ "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)",
+ "update-client.storage-locations" : "1",
+ "target.features_add" : ["BOOTLOADER"],
+ "target.bootloader_img" : "bootloader/mbed-bootloader-NUCLEO_L496ZG.bin",
+ "target.header_offset" : "0x10000",
+ "target.app_offset" : "0x10400",
+ "button-pressed-state" : 0
+ },
"DISCO_L475VG_IOT01A": {
"target.macros_remove" : ["MBED_TICKLESS"],
"target.extra_labels_remove" : ["STM32L475xG"],
@@ -238,7 +271,8 @@
"target.features_add" : ["BOOTLOADER"],
"target.bootloader_img" : "bootloader/mbed-bootloader-DISCO_L496AG.bin",
"target.header_offset" : "0x10000",
- "target.app_offset" : "0x10400"
+ "target.app_offset" : "0x10400",
+ "button-pressed-state" : 0
},
"DISCO_F413ZH": {
"target.components_add" : ["QSPIF"],
@@ -343,6 +377,10 @@
"no_led": {
"help": "This flag disables the heartbeat thread in tests. This is useful for platforms that don't have an LED or the LED is used for other functionality like LED on the SPI clockline etc",
"value": null
+ },
+ "tests-fs-size": {
+ "help": "Maximum size of the file system used for tests",
+ "value": null
}
}
}