|
317 | 317 | "esp8266.cts" : "D12",
|
318 | 318 | "esp8266.rts" : "PB_1",
|
319 | 319 | "esp8266.rst" : "D8"
|
| 320 | + }, |
| 321 | + "WIO_3G": { |
| 322 | + "target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"], |
| 323 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 324 | + "target.device_has_remove" : ["SERIAL_FC"], |
| 325 | + "target.network-default-interface-type" : "CELLULAR", |
| 326 | + "target.components_add" : ["FLASHIAP"], |
| 327 | + "target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin", |
| 328 | + "target.header_offset" : "0x8000", |
| 329 | + "target.app_offset" : "0x8400", |
| 330 | + "nsapi.default-cellular-plmn" : 0, |
| 331 | + "cellular.use-apn-lookup" : false, |
| 332 | + "cellular.debug-at" : false, |
| 333 | + "lwip.ipv4-enabled" : true, |
| 334 | + "lwip.ethernet-enabled" : false, |
| 335 | + "lwip.ppp-enabled" : true, |
| 336 | + "lwip.tcp-enabled" : true, |
| 337 | + "lwip.pbuf-pool-size" : 16, |
| 338 | + "lwip.mem-size" : 12500, |
| 339 | + "update-client.bootloader-details" : "0x08005ee8", |
| 340 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 341 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 342 | + "update-client.storage-size" : "(1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 343 | + "update-client.storage-page" : 1, |
| 344 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 345 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", |
| 346 | + "storage_tdb_internal.internal_size" : "(128*1024)", |
| 347 | + "storage.storage_type" : "TDB_INTERNAL" |
320 | 348 | }
|
321 | 349 | },
|
322 | 350 | "config": {
|
|
0 commit comments