Skip to content

Commit e87c6b3

Browse files
lrusinowiczCruz Monrreal II
authored andcommitted
Removed "intermediate" PSOC6 targets from buildable target list.
1 parent 43f5aa9 commit e87c6b3

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
@@ -4521,16 +4521,19 @@
45214521
"OUTPUT_EXT": "hex",
45224522
"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" ],
45234523
"release_versions": ["5"],
4524-
"extra_labels": ["Cypress", "PSOC6"]
4524+
"extra_labels": ["Cypress", "PSOC6"],
4525+
"public": false
45254526
},
45264527
"MCU_PSOC6_M0": {
45274528
"inherits": ["MCU_PSOC6"],
45284529
"core": "Cortex-M0+",
4529-
"macros": ["MCU_PSOC6_M0"]
4530+
"macros": ["MCU_PSOC6_M0"],
4531+
"public": false
45304532
},
45314533
"MCU_PSOC6_M4": {
45324534
"inherits": ["MCU_PSOC6"],
4533-
"macros": ["MCU_PSOC6_M4"]
4535+
"macros": ["MCU_PSOC6_M4"],
4536+
"public": false
45344537
},
45354538
"FUTURE_SEQUANA_M0": {
45364539
"inherits": ["MCU_PSOC6_M0"],

0 commit comments

Comments
 (0)