Skip to content

Commit 3e21849

Browse files
committed
modules: hal_rpi_pico: Update include directories to support the new SDK
SDK v2.2.0 has new include directories that need to be added to the build. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent 777e92b commit 3e21849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/hal_rpi_pico/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ if(CONFIG_HAS_RPI_PICO)
7878
${rp2_common_dir}/hardware_clocks/include
7979
${rp2_common_dir}/hardware_irq/include
8080
${rp2_common_dir}/hardware_pll/include
81+
${rp2_common_dir}/hardware_rcp/include
8182
${rp2_common_dir}/hardware_resets/include
8283
${rp2_common_dir}/hardware_sync_spin_lock/include
8384
${rp2_common_dir}/hardware_sync/include
@@ -87,6 +88,7 @@ if(CONFIG_HAS_RPI_PICO)
8788
${rp2_common_dir}/hardware_xosc/include
8889
${rp2_common_dir}/pico_bootrom/include
8990
${rp2_common_dir}/pico_flash/include
91+
${rp2_common_dir}/pico_platform_common/include
9092
${rp2_common_dir}/pico_platform_compiler/include
9193
${rp2_common_dir}/pico_platform_panic/include
9294
${rp2_common_dir}/pico_platform_sections/include

0 commit comments

Comments
 (0)