Skip to content

Commit b9203a9

Browse files
authored
Merge pull request #66 from qasim-ublox/target_c030_r412m
Add target C030_R412M
2 parents c2eeb06 + 27a5896 commit b9203a9

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

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

Binary file not shown.

mbed_app.json

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