Skip to content

Commit 933e4d3

Browse files
committed
Add target C030_U201
1 parent 28f991a commit 933e4d3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Binary file not shown.

mbed_app.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,29 @@
101101
"target.lse_available" : 0,
102102
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
103103
},
104+
"UBLOX_C030_U201": {
105+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
106+
"target.network-default-interface-type" : "CELLULAR",
107+
"target.bootloader_img" : "bootloader/mbed-bootloader-ublox_c030_u201-block_device-kvstore-v4.0.3.bin",
108+
"target.header_offset" : "0x10000",
109+
"target.app_offset" : "0x10400",
110+
"target.components_add" : ["SD"],
111+
"update-client.bootloader-details" : "0x08006FB8",
112+
"update-client.application-details" : "(0x08000000+64*1024)",
113+
"update-client.storage-address" : "(1024*1024*64)",
114+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
115+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
116+
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
117+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
118+
"storage_filesystem.external_base_address" : "(0x0)",
119+
"storage_filesystem.external_size" : "(1024*1024*64)",
120+
"storage.storage_type" : "FILESYSTEM",
121+
"storage_filesystem.filesystem" : "LITTLE",
122+
"storage_filesystem.blockdevice" : "SD",
123+
"target.lse_available" : 0,
124+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
125+
"platform.default-serial-baud-rate" : 115200
126+
},
104127
"NUCLEO_F411RE": {
105128
"target.extra_labels_add" : ["PSA"],
106129
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG_PSA.h\"", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0"],

0 commit comments

Comments
 (0)