File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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 system_psoc6.h
44+ run : |
45+ sed -i '/#include "cy_syslib.h"/a #include "system_psoc6.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
46+
4347 - name : Workaround for sources.list
4448 run : |
4549 # Replace sources
Original file line number Diff line number Diff line change @@ -967,8 +967,7 @@ ifeq ($(TARGET),psoc6)
967967 -I$(CYPRESS_CORE_LIB ) /include \
968968 -I$(CYPRESS_PDL ) /devices/include/ip \
969969 -I$(CYPRESS_PDL ) /devices/templates/COMPONENT_MTB \
970- -DCY8C624ABZI_D44 \
971- -include $(CYPRESS_PDL ) /devices/templates/COMPONENT_MTB/system_psoc6.h
970+ -DCY8C624ABZI_D44
972971 ARCH_FLASH_OFFSET =0x10000000
973972 ifneq ($(PSOC6_CRYPTO),0)
974973 CFLAGS+ =-DWOLFSSL_PSOC6_CRYPTO
You can’t perform that action at this time.
0 commit comments