File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4040 repository : Infineon/core-lib
4141 path : lib/core-lib
4242
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-
4743 - name : Workaround for sources.list
4844 run : |
4945 # Replace sources
Original file line number Diff line number Diff line change @@ -960,8 +960,8 @@ ifeq ($(TARGET),psoc6)
960960 $(CYPRESS_PDL ) /drivers/source/cy_crypto.o
961961
962962 CFLAGS+ =\
963- -I$(CYPRESS_PDL ) /drivers/include \
964963 -I$(CYPRESS_PDL ) /devices/include \
964+ -I$(CYPRESS_PDL ) /drivers/include \
965965 -I$(CYPRESS_PDL ) /cmsis/include \
966966 -I$(CYPRESS_TARGET_LIB ) \
967967 -I$(CYPRESS_CORE_LIB ) /include \
You can’t perform that action at this time.
0 commit comments