Skip to content

Commit 835a39d

Browse files
committed
Incorporate latest changes to aes.S
Also shrink the space allocated for the bootloader to 32K (plus 8K scratch)
1 parent 4c4b484 commit 835a39d

File tree

5 files changed

+1507
-971
lines changed

5 files changed

+1507
-971
lines changed

bootloaders/encrypted/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function(add_linker_script target origin length)
4646
pico_set_linker_script(${target} ${CMAKE_CURRENT_BINARY_DIR}/${target}.ld)
4747
endfunction()
4848

49-
# create linker script to run from 0x20070000
50-
add_linker_script(enc_bootloader "0x20070000" "64k")
49+
# create linker script to run from 0x20078000
50+
add_linker_script(enc_bootloader "0x20078000" "32k")
5151

5252
# configure otp output
5353
pico_set_otp_key_output_file(enc_bootloader ${CMAKE_CURRENT_BINARY_DIR}/otp.json)

0 commit comments

Comments
 (0)