Skip to content

Commit 65fb3a0

Browse files
author
maclobdell
committed
add support for MultiTech Dragonfly F413RH
1 parent c1c04e3 commit 65fb3a0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Binary file not shown.

mbed_app.json

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

0 commit comments

Comments
 (0)