Skip to content

Commit

Permalink
ImageAccess abstraction for later RoT update_server caboose access an…
Browse files Browse the repository at this point in the history
…d rollback protection.
  • Loading branch information
lzrd committed Jun 30, 2024
1 parent fca59bd commit 8eec9a6
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 256 deletions.
2 changes: 1 addition & 1 deletion app/lpc55xpresso/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ start = true
[tasks.update_server]
name = "lpc55-update-server"
priority = 3
max-sizes = {flash = 26720, ram = 16704}
max-sizes = {flash = 27008, ram = 16704}
stacksize = 8192
start = true
sections = {bootstate = "usbsram"}
Expand Down
2 changes: 1 addition & 1 deletion app/oxide-rot-1/app-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ start = true
[tasks.update_server]
name = "lpc55-update-server"
priority = 3
max-sizes = {flash = 26080, ram = 17000, usbsram = 4096}
max-sizes = {flash = 27904, ram = 17344, usbsram = 4096}
# TODO: Size this appropriately
stacksize = 8192
start = true
Expand Down
Loading

0 comments on commit 8eec9a6

Please sign in to comment.