diff --git a/bootloader/mbed-bootloader-mts_dragonfly_f413rh-v4.0.3.bin b/bootloader/mbed-bootloader-mts_dragonfly_f413rh-v4.0.3.bin new file mode 100644 index 0000000..7bd603b Binary files /dev/null and b/bootloader/mbed-bootloader-mts_dragonfly_f413rh-v4.0.3.bin differ diff --git a/mbed_app.json b/mbed_app.json index 15ba8ce..3cbd375 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -601,6 +601,34 @@ "storage.storage_type" : "TDB_INTERNAL", "storage_tdb_internal.internal_base_address": "(MBED_ROM_START + 32*1024)", "storage_tdb_internal.internal_size" : "(32*2*1024)" + }, + "MTS_DRAGONFLY_F413RH": { + "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], + "target.network-default-interface-type" : "CELLULAR", + "target.components_add" : ["SPIF"], + "cellular.use-apn-lookup" : false, + "ppp-cell-iface.apn-lookup" : false, + "lwip.ipv6-enabled" : false, + "lwip.ipv4-enabled" : true, + "lwip.ethernet-enabled" : false, + "lwip.ppp-enabled" : true, + "lwip.tcp-enabled" : true, + "target.bootloader_img" : "bootloader/mbed-bootloader-mts_dragonfly_f413rh-v4.0.3.bin", + "target.header_offset" : "0x10000", + "target.app_offset" : "0x10400", + "update-client.bootloader-details" : "0x8007338", + "update-client.application-details" : "(MBED_CONF_STORAGE_FILESYSTEM_INTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_RBP_INTERNAL_SIZE)", + "update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)", + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", + "update-client.firmware-header-version" : "2", + "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE", + "storage_filesystem.internal_base_address" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE)", + "storage_filesystem.rbp_internal_size" : "(32*1024)", + "storage.storage_type" : "FILESYSTEM", + "storage_filesystem.filesystem" : "LITTLE", + "storage_filesystem.blockdevice" : "SPIF", + "storage_filesystem.external_base_address" : "(0x0)", + "storage_filesystem.external_size" : "(1024*1024*1)" } }, "config": {