|
380 | 380 | "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+4*1024*1024)",
|
381 | 381 | "storage_tdb_internal.internal_size" : "(2*24*1024)",
|
382 | 382 | "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 | + "target.restrict_size" : "0xF4000", |
| 394 | + "nsapi.default-cellular-plmn" : 0, |
| 395 | + "cellular.use-apn-lookup" : false, |
| 396 | + "cellular.debug-at" : false, |
| 397 | + "lwip.ipv4-enabled" : true, |
| 398 | + "lwip.ethernet-enabled" : false, |
| 399 | + "lwip.ppp-enabled" : true, |
| 400 | + "lwip.tcp-enabled" : true, |
| 401 | + "lwip.pbuf-pool-size" : 16, |
| 402 | + "lwip.mem-size" : 12500, |
| 403 | + "update-client.bootloader-details" : "0x08005ee8", |
| 404 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 405 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 406 | + "update-client.storage-size" : "(1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 407 | + "update-client.storage-page" : 1, |
| 408 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 409 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", |
| 410 | + "storage_tdb_internal.internal_size" : "(32*1024)", |
| 411 | + "storage.storage_type" : "TDB_INTERNAL" |
383 | 412 | }
|
384 | 413 | },
|
385 | 414 | "config": {
|
|
0 commit comments