mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed compile flags for psoc6
parent
75638394b1
commit
49845bb72d
1
arch.mk
1
arch.mk
|
@ -152,6 +152,7 @@ ifeq ($(TARGET),stm32wb)
|
|||
endif
|
||||
|
||||
ifeq ($(TARGET),psoc6)
|
||||
CORTEX_M0=1
|
||||
PKA_EXTRA_OBJS+= $(CYPRESS_PDL)/drivers/source/cy_flash.o \
|
||||
$(CYPRESS_PDL)/drivers/source/cy_ipc_pipe.o \
|
||||
$(CYPRESS_PDL)/drivers/source/cy_ipc_sema.o \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x10000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
RAM (rwx) : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
|
Loading…
Reference in New Issue