|
605 | 605 | "storage.storage_type" : "TDB_INTERNAL",
|
606 | 606 | "storage_tdb_internal.internal_base_address": "(MBED_ROM_START + 32*1024)",
|
607 | 607 | "storage_tdb_internal.internal_size" : "(32*2*1024)"
|
| 608 | + }, |
| 609 | + "MTS_DRAGONFLY_F413RH": { |
| 610 | + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], |
| 611 | + "target.network-default-interface-type" : "CELLULAR", |
| 612 | + "target.components_add" : ["SPIF"], |
| 613 | + "cellular.use-apn-lookup" : false, |
| 614 | + "ppp-cell-iface.apn-lookup" : false, |
| 615 | + "lwip.ipv6-enabled" : false, |
| 616 | + "lwip.ipv4-enabled" : true, |
| 617 | + "lwip.ethernet-enabled" : false, |
| 618 | + "lwip.ppp-enabled" : true, |
| 619 | + "lwip.tcp-enabled" : true, |
| 620 | + "target.bootloader_img" : "bootloader/mbed-bootloader-mts_dragonfly_f413rh-v4.0.3.bin", |
| 621 | + "target.header_offset" : "0x10000", |
| 622 | + "target.app_offset" : "0x10400", |
| 623 | + "update-client.bootloader-details" : "0x8007338", |
| 624 | + "update-client.application-details" : "(MBED_CONF_STORAGE_FILESYSTEM_INTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_RBP_INTERNAL_SIZE)", |
| 625 | + "update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)", |
| 626 | + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", |
| 627 | + "update-client.firmware-header-version" : "2", |
| 628 | + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE", |
| 629 | + "storage_filesystem.internal_base_address" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", |
| 630 | + "storage_filesystem.rbp_internal_size" : "(32*1024)", |
| 631 | + "storage.storage_type" : "FILESYSTEM", |
| 632 | + "storage_filesystem.filesystem" : "LITTLE", |
| 633 | + "storage_filesystem.blockdevice" : "SPIF", |
| 634 | + "storage_filesystem.external_base_address" : "(0x0)", |
| 635 | + "storage_filesystem.external_size" : "(1024*1024*1)" |
608 | 636 | }
|
609 | 637 | },
|
610 | 638 | "config": {
|
|
0 commit comments