mirror of https://github.com/wolfSSL/wolfBoot.git
ci: fix MCUXpresso SDK initialization and include paths
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>devin/1739780948-mcux-west-integration
parent
5198527990
commit
ab3dc479be
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Initialize MCUXpresso SDK
|
||||
run: |
|
||||
west init -m https://github.com/nxp-mcuxpresso/mcuxsdk-manifests
|
||||
west update
|
||||
west update --narrow -o=--depth=1 devices/MCX
|
||||
|
||||
- name: Workaround for sources.list
|
||||
run: sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
|
||||
|
|
1
arch.mk
1
arch.mk
|
@ -612,6 +612,7 @@ ifeq ($(TARGET),mcxa)
|
|||
CORTEX_M33=1
|
||||
MCUXPRESSO_DRIVERS=$(MCUXPRESSO)/devices/MCX/MCXA153
|
||||
MCUXPRESSO_CMSIS_CORE=$(MCUXPRESSO_CMSIS)/Core
|
||||
CFLAGS+=-I$(MCUXPRESSO_DRIVERS)/drivers -I$(MCUXPRESSO_DRIVERS)
|
||||
CFLAGS+=\
|
||||
-I$(MCUXPRESSO_DRIVERS) \
|
||||
-I$(MCUXPRESSO_DRIVERS)/drivers \
|
||||
|
|
Loading…
Reference in New Issue