Skip to content

Commit 4aa8777

Browse files
ajf58billwatersiii
authored andcommitted
manifest: hal_rpi_pico: Update to SDK 2.2.0
Update the Raspberry Pi Pico HAL to be based on the latest release of the upstream SDK (v2.2.0). SDK v2.2.0 has new include directory structure, so update the relevant CMakeLists.txt files accordingly. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent 6ac7024 commit 4aa8777

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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

modules/hal_rpi_pico/bootloader/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ target_include_directories(boot_stage2 PUBLIC
3737
${rp2040_dir}/pico_platform/include
3838
${rp2040_dir}/hardware_regs/include
3939
${common_dir}/pico_base_headers/include
40+
${rp2_common_dir}/pico_platform_common/include
4041
${rp2_common_dir}/pico_platform_compiler/include
4142
${rp2_common_dir}/pico_platform_sections/include
4243
${rp2_common_dir}/pico_platform_panic/include

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ manifest:
231231
- hal
232232
- name: hal_rpi_pico
233233
path: modules/hal/rpi_pico
234-
revision: b547a36a722af7787e5f55b551fd6ce72dcba5a4
234+
revision: 09e957522da60581cf7958b31f8e625d969c69a5
235235
groups:
236236
- hal
237237
- name: hal_sifli

0 commit comments

Comments
 (0)