Skip to content

Commit cd4ba76

Browse files
committed
Update config, bootloader and readme
1 parent d25642a commit cd4ba76

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Board | Connectivity | Storage for credentials and
2727
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
2828
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
2929
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
30+
`Seeed Wio 3G` | Cellular | Internal Flash | Build-only
3031

3132
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
3233

Binary file not shown.

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
"target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin",
328328
"target.header_offset" : "0x8000",
329329
"target.app_offset" : "0x8400",
330+
"target.restrict_size" : "0xF4000",
330331
"nsapi.default-cellular-plmn" : 0,
331332
"cellular.use-apn-lookup" : false,
332333
"cellular.debug-at" : false,
@@ -343,7 +344,7 @@
343344
"update-client.storage-page" : 1,
344345
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
345346
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)",
346-
"storage_tdb_internal.internal_size" : "(128*1024)",
347+
"storage_tdb_internal.internal_size" : "(32*1024)",
347348
"storage.storage_type" : "TDB_INTERNAL"
348349
}
349350
},

0 commit comments

Comments
 (0)