Merge pull request #4180 from u-blox/c030-dev

[UBLOX_C030] create target hierarchy for the specific versions of the C030 board
pull/4224/head
Anna Bridge 2017-04-20 16:54:18 +01:00 committed by GitHub
commit bc58c1ba2d
1 changed files with 11 additions and 3 deletions

View File

@ -1344,9 +1344,17 @@
"inherits": ["Target"], "inherits": ["Target"],
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "RTC", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"], "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "RTC", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
"features": ["LWIP"], "features": ["LWIP"],
"release_versions": ["5"], "public": false,
"device_name": "STM32F437VG" "device_name": "STM32F437VG"
}, },
"UBLOX_C030_U201": {
"inherits": ["UBLOX_C030"],
"release_versions": ["5"]
},
"UBLOX_C030_N211": {
"inherits": ["UBLOX_C030"],
"release_versions": ["5"]
},
"NZ32_SC151": { "NZ32_SC151": {
"inherits": ["Target"], "inherits": ["Target"],
"core": "Cortex-M3", "core": "Cortex-M3",