Removed "intermediate" PSOC6 targets from buildable target list.

pull/8491/head
Leszek Rusinowicz 2018-11-02 01:15:21 +01:00
parent 8f528277fd
commit 6203d04630
1 changed files with 6 additions and 3 deletions

View File

@ -4542,16 +4542,19 @@
"OUTPUT_EXT": "hex",
"device_has": ["USTICKER", "INTERRUPTIN", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "PORTIN", "PORTOUT", "PORTINOUT", "RTC", "PWMOUT", "ANALOGIN", "ANALOGOUT", "I2C", "I2C_ASYNCH", "SPI", "SPI_ASYNCH", "STDIO_MESSAGES", "LPTICKER", "SLEEP", "FLASH" ],
"release_versions": ["5"],
"extra_labels": ["Cypress", "PSOC6"]
"extra_labels": ["Cypress", "PSOC6"],
"public": false
},
"MCU_PSOC6_M0": {
"inherits": ["MCU_PSOC6"],
"core": "Cortex-M0+",
"macros": ["MCU_PSOC6_M0"]
"macros": ["MCU_PSOC6_M0"],
"public": false
},
"MCU_PSOC6_M4": {
"inherits": ["MCU_PSOC6"],
"macros": ["MCU_PSOC6_M4"]
"macros": ["MCU_PSOC6_M4"],
"public": false
},
"FUTURE_SEQUANA_M0": {
"inherits": ["MCU_PSOC6_M0"],