|
526 | 526 | "storage_tdb_internal.internal_size" : "(32*1024)", |
527 | 527 | "storage.storage_type" : "TDB_INTERNAL" |
528 | 528 | }, |
| 529 | + "WIO_BG96": { |
| 530 | + "target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"], |
| 531 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 532 | + "target.network-default-interface-type" : "CELLULAR", |
| 533 | + "target.components_add" : ["FLASHIAP"], |
| 534 | + "target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin", |
| 535 | + "target.header_offset" : "0x8000", |
| 536 | + "target.app_offset" : "0x8400", |
| 537 | + "target.restrict_size" : "0xF4000", |
| 538 | + "nsapi.default-cellular-plmn" : 0, |
| 539 | + "cellular.use-apn-lookup" : false, |
| 540 | + "cellular.debug-at" : false, |
| 541 | + "lwip.ipv4-enabled" : true, |
| 542 | + "lwip.ethernet-enabled" : false, |
| 543 | + "lwip.ppp-enabled" : true, |
| 544 | + "lwip.tcp-enabled" : true, |
| 545 | + "lwip.pbuf-pool-size" : 16, |
| 546 | + "lwip.mem-size" : 12500, |
| 547 | + "update-client.bootloader-details" : "0x08005ee8", |
| 548 | + "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 549 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS+MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 550 | + "update-client.storage-size" : "(1024*1024-MBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE)", |
| 551 | + "update-client.storage-page" : 1, |
| 552 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", |
| 553 | + "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", |
| 554 | + "storage_tdb_internal.internal_size" : "(32*1024)", |
| 555 | + "storage.storage_type" : "TDB_INTERNAL" |
| 556 | + }, |
529 | 557 | "UHURU_RAVEN": { |
530 | 558 | "target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"], |
531 | 559 | "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
|
0 commit comments