Skip to content

Commit 6203d04

Browse files
committed
Removed "intermediate" PSOC6 targets from buildable target list.
1 parent 8f52827 commit 6203d04

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

targets/targets.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,16 +4542,19 @@
45424542
"OUTPUT_EXT": "hex",
45434543
"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" ],
45444544
"release_versions": ["5"],
4545-
"extra_labels": ["Cypress", "PSOC6"]
4545+
"extra_labels": ["Cypress", "PSOC6"],
4546+
"public": false
45464547
},
45474548
"MCU_PSOC6_M0": {
45484549
"inherits": ["MCU_PSOC6"],
45494550
"core": "Cortex-M0+",
4550-
"macros": ["MCU_PSOC6_M0"]
4551+
"macros": ["MCU_PSOC6_M0"],
4552+
"public": false
45514553
},
45524554
"MCU_PSOC6_M4": {
45534555
"inherits": ["MCU_PSOC6"],
4554-
"macros": ["MCU_PSOC6_M4"]
4556+
"macros": ["MCU_PSOC6_M4"],
4557+
"public": false
45554558
},
45564559
"FUTURE_SEQUANA_M0": {
45574560
"inherits": ["MCU_PSOC6_M0"],

0 commit comments

Comments
 (0)