mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
arch/arm/rp2040: Update include paths for pico-sdk 2.2.0
Version 2.2.0 of the SDK unified some headers under a new path. Now both the old and the new paths are searched during compilation. Signed-off-by: Niccolò Maggioni <nicco.maggioni+nuttx@gmail.com>
This commit is contained in:
committed by
Alan C. Assis
parent
0dbbce3a8f
commit
093f4d3688
@@ -39,7 +39,8 @@ BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2040/hardware_regs/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2_common/hardware_base/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/common/pico_base_headers/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/boards/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2040/pico_platform/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2040/pico_platform/include # pico-sdk <2.2.0
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2_common/pico_platform_common/include # pico-sdk >=2.2.0
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2_common/pico_platform_compiler/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2_common/pico_platform_sections/include
|
||||
BOOT2CFLAGS += -I$(PICO_SDK_PATH)/src/rp2_common/pico_platform_panic/include
|
||||
|
||||
Reference in New Issue
Block a user