Skip to content

Commit 26ccf19

Browse files
committed
ImageAccess abstraction for later RoT update_server caboose access and rollback protection.
1 parent fca59bd commit 26ccf19

File tree

4 files changed

+599
-254
lines changed

4 files changed

+599
-254
lines changed

app/lpc55xpresso/app.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ start = true
4848
[tasks.update_server]
4949
name = "lpc55-update-server"
5050
priority = 3
51-
max-sizes = {flash = 26720, ram = 16704}
51+
max-sizes = {flash = 27008, ram = 16704}
5252
stacksize = 8192
5353
start = true
5454
sections = {bootstate = "usbsram"}

app/oxide-rot-1/app-dev.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ start = true
4949
[tasks.update_server]
5050
name = "lpc55-update-server"
5151
priority = 3
52-
max-sizes = {flash = 26080, ram = 17000, usbsram = 4096}
52+
max-sizes = {flash = 27904, ram = 17344, usbsram = 4096}
5353
# TODO: Size this appropriately
5454
stacksize = 8192
5555
start = true

0 commit comments

Comments
 (0)