Skip to content

Commit b0194fe

Browse files
committed
Removed three Ublox targets no longer supported by Mbed OS
Ublox `UBLOX_C030_R412M` Ublox `UBLOX_C030_U201` Ublox `UBLOX_EVK_ODIN_W2`
1 parent e03cc40 commit b0194fe

5 files changed

+0
-70
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ ST `NUCLEO_F767ZI` | Ethernet | Internal Flash
3737
ST `NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
3838
ST `NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
3939
ST `DISCO_F746NG ` | Ethernet | QSPIF | Build-only
40-
Ublox `UBLOX_C030_R412M` | Cellular | SD card | Build-only
41-
Ublox `UBLOX_C030_U201` | Cellular | SD card | Build-only
42-
Ublox `UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card | Build-only
4340
Uhuru `UHURU_RAVEN` | Wi-Fi ESP32 | Internal Flash | Build-only
4441

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

mbed_app.json

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -83,73 +83,6 @@
8383
"storage_tdb_internal.internal_size" : "(128*1024)",
8484
"storage.storage_type" : "TDB_INTERNAL"
8585
},
86-
"UBLOX_EVK_ODIN_W2": {
87-
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
88-
"target.network-default-interface-type" : "WIFI",
89-
"target.bootloader_img" : "bootloader/mbed-bootloader-ublox_evk_odin_w2-block_device-kvstore-v4.1.0.bin",
90-
"target.header_offset" : "0x10000",
91-
"target.app_offset" : "0x10400",
92-
"target.components_add" : ["SD"],
93-
"update-client.bootloader-details" : "0x08007300",
94-
"update-client.application-details" : "(0x08000000+64*1024)",
95-
"update-client.storage-address" : "(1024*1024*64)",
96-
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
97-
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
98-
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
99-
"storage_filesystem.rbp_internal_size" : "(32*1024)",
100-
"storage_filesystem.external_base_address" : "(0x0)",
101-
"storage_filesystem.external_size" : "(1024*1024*64)",
102-
"storage.storage_type" : "FILESYSTEM",
103-
"storage_filesystem.filesystem" : "LITTLE",
104-
"storage_filesystem.blockdevice" : "SD",
105-
"target.lse_available" : 0,
106-
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
107-
},
108-
"UBLOX_C030_U201": {
109-
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
110-
"target.network-default-interface-type" : "CELLULAR",
111-
"target.bootloader_img" : "bootloader/mbed-bootloader-ublox_c030_u201-block_device-kvstore-v4.0.3.bin",
112-
"target.header_offset" : "0x10000",
113-
"target.app_offset" : "0x10400",
114-
"target.components_add" : ["SD"],
115-
"update-client.bootloader-details" : "0x08006FB8",
116-
"update-client.application-details" : "(0x08000000+64*1024)",
117-
"update-client.storage-address" : "(1024*1024*64)",
118-
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
119-
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
120-
"storage_filesystem.internal_base_address" : "(0x08000000+32*1024)",
121-
"storage_filesystem.rbp_internal_size" : "(32*1024)",
122-
"storage_filesystem.external_base_address" : "(0x0)",
123-
"storage_filesystem.external_size" : "(1024*1024*64)",
124-
"storage.storage_type" : "FILESYSTEM",
125-
"storage_filesystem.filesystem" : "LITTLE",
126-
"storage_filesystem.blockdevice" : "SD",
127-
"target.lse_available" : 0,
128-
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
129-
"platform.default-serial-baud-rate" : 115200
130-
},
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-
},
15386
"NUCLEO_F411RE": {
15487
"target.extra_labels_add" : ["PSA"],
15588
"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)