File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/hal_rpi_pico/bootloader Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ target_include_directories(boot_stage2 PUBLIC
45
45
46
46
target_link_options (boot_stage2 PRIVATE
47
47
"-nostartfiles"
48
- "--specs=nosys .specs"
49
- "LINKER:--script= ${boot_stage_dir} /boot_stage2.ld"
48
+ "--specs=picolibc .specs"
49
+ "-T ${boot_stage_dir} /boot_stage2.ld"
50
50
)
51
51
52
52
# The second stage bootloader is compiled without kconfig definitions.
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ manifest:
231
231
- hal
232
232
- name : hal_rpi_pico
233
233
path : modules/hal/rpi_pico
234
- revision : 5a981c7c29e3846646549a1902183684f0147e1d
234
+ revision : b547a36a722af7787e5f55b551fd6ce72dcba5a4
235
235
groups :
236
236
- hal
237
237
- name : hal_silabs
You can’t perform that action at this time.
0 commit comments