Skip to content

Commit 612ff2a

Browse files
authored
Merge branch 'master' into add-ep-agora
2 parents 9bcf067 + b9203a9 commit 612ff2a

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Board | Connectivity | Storage for credentials and
2222
`Ublox UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card |
2323
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF |
2424
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
25+
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
2526
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
2627

2728
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
Binary file not shown.

mbed_app.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,28 @@
128128
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
129129
"platform.default-serial-baud-rate" : 115200
130130
},
131+
"UBLOX_C030_R412M": {
132+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
133+
"target.network-default-interface-type" : "CELLULAR",
134+
"target.bootloader_img" : "bootloader/mbed-bootloader-ublox_c030_r412m-block_device-kvstore-v4.0.3.bin",
135+
"target.header_offset" : "0x10000",
136+
"target.app_offset" : "0x10400",
137+
"target.components_add" : ["SD", "FLASHIAP"],
138+
"update-client.bootloader-details" : "0x08006F1C",
139+
"update-client.application-details" : "(0x08000000+64*1024)",
140+
"update-client.storage-address" : "(1024*1024*64)",
141+
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
142+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
143+
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
144+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
145+
"storage_filesystem.external_base_address" : "(0x0)",
146+
"storage_filesystem.external_size" : "(1024*1024*64)",
147+
"storage.storage_type" : "FILESYSTEM",
148+
"storage_filesystem.filesystem" : "LITTLE",
149+
"storage_filesystem.blockdevice" : "SD",
150+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
151+
"platform.default-serial-baud-rate" : 115200
152+
},
131153
"NUCLEO_F411RE": {
132154
"target.extra_labels_add" : ["PSA"],
133155
"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)