Skip to content

Commit

Permalink
Incorporate latest changes to aes.S
Browse files Browse the repository at this point in the history
Also shrink the space allocated for the bootloader to 32K (plus 8K scratch)
  • Loading branch information
will-v-pi committed Jan 15, 2025
1 parent 4c4b484 commit 835a39d
Show file tree
Hide file tree
Showing 5 changed files with 1,507 additions and 971 deletions.
4 changes: 2 additions & 2 deletions bootloaders/encrypted/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ function(add_linker_script target origin length)
pico_set_linker_script(${target} ${CMAKE_CURRENT_BINARY_DIR}/${target}.ld)
endfunction()

# create linker script to run from 0x20070000
add_linker_script(enc_bootloader "0x20070000" "64k")
# create linker script to run from 0x20078000
add_linker_script(enc_bootloader "0x20078000" "32k")

# configure otp output
pico_set_otp_key_output_file(enc_bootloader ${CMAKE_CURRENT_BINARY_DIR}/otp.json)
Expand Down
Loading

0 comments on commit 835a39d

Please sign in to comment.