Skip to content

Commit

Permalink
add support for MultiTech Dragonfly F413RH
Browse files Browse the repository at this point in the history
  • Loading branch information
maclobdell committed Apr 2, 2020
1 parent a8506d2 commit 0209aef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Binary file not shown.
28 changes: 28 additions & 0 deletions mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,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": {
Expand Down

0 comments on commit 0209aef

Please sign in to comment.