Skip to content

Commit 50f8255

Browse files
committed
Move FUTURE_SEQUANA port to TARGET_PSOC6_FUTURE
The targets/TARGET_Cypress/TARGET_PSOC6 is dedicated to the mbed-os HAL and PSoC 6 MCU targets developed by Cypress Semiconductor. Move the existing port developed by Future Electronics to TARGET_PSOC_FUTURE and update the labels in targets.json appropriately.
1 parent daefce6 commit 50f8255

File tree

191 files changed

+4
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+4
-2
lines changed

targets/targets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7813,7 +7813,8 @@
78137813
"FUTURE_SEQUANA_M0": {
78147814
"inherits": ["MCU_PSOC6_M0"],
78157815
"supported_form_factors": ["ARDUINO"],
7816-
"extra_labels_add": ["CY8C63XX", "FUTURE_SEQUANA"],
7816+
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
7817+
"extra_labels_remove": ["PSOC6"],
78177818
"macros_add": ["CY8C6347BZI_BLD53"],
78187819
"detect_code": ["6000"],
78197820
"post_binary_hook": {
@@ -7841,7 +7842,8 @@
78417842
"inherits": ["MCU_PSOC6_M4"],
78427843
"sub_target": "FUTURE_SEQUANA_M0",
78437844
"supported_form_factors": ["ARDUINO"],
7844-
"extra_labels_add": ["CY8C63XX", "CORDIO"],
7845+
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
7846+
"extra_labels_remove": ["PSOC6"],
78457847
"macros_add": ["CY8C6347BZI_BLD53"],
78467848
"detect_code": ["6000"],
78477849
"m0_core_img": "psoc63_m0_default_1.02.hex",

0 commit comments

Comments
 (0)