Skip to content

Commit bc58c1b

Browse files
authored
Merge pull request #4180 from u-blox/c030-dev
[UBLOX_C030] create target hierarchy for the specific versions of the C030 board
2 parents 7a3aa7a + 4c5e89a commit bc58c1b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

targets/targets.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,11 +1342,19 @@
13421342
"extra_labels": ["STM", "STM32F4", "STM32F437", "STM32F437VG", "STM32F437xx", "STM32F437xG"],
13431343
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "RTC_LSI=1", "HSE_VALUE=12000000"],
13441344
"inherits": ["Target"],
1345-
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "RTC", "SPI", "SPISLAVE","STDIO_MESSAGES", "TRNG"],
1345+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "RTC", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
13461346
"features": ["LWIP"],
1347-
"release_versions": ["5"],
1347+
"public": false,
13481348
"device_name": "STM32F437VG"
1349-
},
1349+
},
1350+
"UBLOX_C030_U201": {
1351+
"inherits": ["UBLOX_C030"],
1352+
"release_versions": ["5"]
1353+
},
1354+
"UBLOX_C030_N211": {
1355+
"inherits": ["UBLOX_C030"],
1356+
"release_versions": ["5"]
1357+
},
13501358
"NZ32_SC151": {
13511359
"inherits": ["Target"],
13521360
"core": "Cortex-M3",

0 commit comments

Comments
 (0)