Skip to content

Commit 7dfb26e

Browse files
toyowatateetak01
authored andcommitted
Add Seeed Wio 3G support
1 parent 7c8f3dc commit 7dfb26e

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Binary file not shown.

mbed_app.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,34 @@
380380
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+4*1024*1024)",
381381
"storage_tdb_internal.internal_size" : "(2*24*1024)",
382382
"storage.storage_type" : "TDB_INTERNAL"
383+
},
384+
"WIO_3G": {
385+
"target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"],
386+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
387+
"target.device_has_remove" : ["SERIAL_FC"],
388+
"target.network-default-interface-type" : "CELLULAR",
389+
"target.components_add" : ["FLASHIAP"],
390+
"target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin",
391+
"target.header_offset" : "0x8000",
392+
"target.app_offset" : "0x8400",
393+
"nsapi.default-cellular-plmn" : 0,
394+
"cellular.use-apn-lookup" : false,
395+
"cellular.debug-at" : false,
396+
"lwip.ipv4-enabled" : true,
397+
"lwip.ethernet-enabled" : false,
398+
"lwip.ppp-enabled" : true,
399+
"lwip.tcp-enabled" : true,
400+
"lwip.pbuf-pool-size" : 16,
401+
"lwip.mem-size" : 12500,
402+
"update-client.bootloader-details" : "0x08005ee8",
403+
"update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)",
404+
"update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)",
405+
"update-client.storage-size" : "(1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)",
406+
"update-client.storage-page" : 1,
407+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
408+
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)",
409+
"storage_tdb_internal.internal_size" : "(128*1024)",
410+
"storage.storage_type" : "TDB_INTERNAL"
383411
}
384412
},
385413
"config": {

0 commit comments

Comments
 (0)