Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/hal_rpi_pico/bootloader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ target_include_directories(boot_stage2 PUBLIC

target_link_options(boot_stage2 PRIVATE
"-nostartfiles"
"--specs=nosys.specs"
"LINKER:--script=${boot_stage_dir}/boot_stage2.ld"
"--specs=picolibc.specs"
"-T${boot_stage_dir}/boot_stage2.ld"
)

# The second stage bootloader is compiled without kconfig definitions.
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ manifest:
- hal
- name: hal_rpi_pico
path: modules/hal/rpi_pico
revision: 5a981c7c29e3846646549a1902183684f0147e1d
revision: b547a36a722af7787e5f55b551fd6ce72dcba5a4
groups:
- hal
- name: hal_silabs
Expand Down