Skip to content

Commit 320b17f

Browse files
committed
PSOC6: Rebuilt WICED libraries with IAR8 support
Enable IAR toolchain for PSOC6 platforms and rebuild WICED libraries (libwiced_drivers.a) with IAR toolchain version 8.32.
1 parent 59b1469 commit 320b17f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

targets/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7897,7 +7897,7 @@
78977897
"inherits": ["MCU_PSOC6_M4"],
78987898
"features": ["BLE"],
78997899
"supported_form_factors": ["ARDUINO"],
7900-
"supported_toolchains": ["GCC_ARM", "ARM"],
7900+
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
79017901
"release_versions": ["5"],
79027902
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
79037903
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
@@ -7914,7 +7914,7 @@
79147914
"inherits": ["MCU_PSOC6_M4"],
79157915
"features": ["BLE"],
79167916
"device_has_remove": ["ANALOGOUT"],
7917-
"supported_toolchains": ["GCC_ARM", "ARM"],
7917+
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
79187918
"release_versions": ["5"],
79197919
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
79207920
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
@@ -7944,7 +7944,7 @@
79447944
},
79457945
"CY8CKIT_062_4343W": {
79467946
"inherits": ["MCU_PSOC6_M4"],
7947-
"supported_toolchains": ["GCC_ARM", "ARM"],
7947+
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
79487948
"release_versions": ["5"],
79497949
"features": ["BLE"],
79507950
"supported_form_factors": ["ARDUINO"],
@@ -7963,7 +7963,7 @@
79637963
"CYW943012P6EVB_01": {
79647964
"inherits": ["MCU_PSOC6_M4"],
79657965
"features": ["BLE"],
7966-
"supported_toolchains": ["GCC_ARM", "ARM"],
7966+
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
79677967
"release_versions": ["5"],
79687968
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
79697969
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],

0 commit comments

Comments
 (0)