We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236ec96 commit d9e37b3Copy full SHA for d9e37b3
2 files changed
.github/workflows/test-build-psoc6.yml
@@ -40,10 +40,6 @@ jobs:
40
repository: Infineon/core-lib
41
path: lib/core-lib
42
43
- - name: Patch cy_syslib.c to include cy_device_common.h
44
- run: |
45
- sed -i '/#include "cy_syslib.h"/a #include "cy_device_common.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
46
-
47
- name: Workaround for sources.list
48
run: |
49
# Replace sources
arch.mk
@@ -960,8 +960,8 @@ ifeq ($(TARGET),psoc6)
960
$(CYPRESS_PDL)/drivers/source/cy_crypto.o
961
962
CFLAGS+=\
963
- -I$(CYPRESS_PDL)/drivers/include \
964
-I$(CYPRESS_PDL)/devices/include \
+ -I$(CYPRESS_PDL)/drivers/include \
965
-I$(CYPRESS_PDL)/cmsis/include \
966
-I$(CYPRESS_TARGET_LIB) \
967
-I$(CYPRESS_CORE_LIB)/include \
0 commit comments