Skip to content

Commit 4864f92

Browse files
committed
update tasks.update_server in other LPC55 app.toml files
1 parent 537adb7 commit 4864f92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/lpc55xpresso/app-sprot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ name = "lpc55-update-server"
5757
priority = 3
5858
stacksize = 3000
5959
start = true
60-
sections = {bootstate = "usbsram"}
60+
sections = {bootstate = "usbsram", transient_override = "override"}
6161
uses = ["flash_controller", "hash_crypt"]
6262
notifications = ["flash-irq", "hashcrypt-irq"]
6363
interrupts = {"flash_controller.irq" = "flash-irq", "hash_crypt.irq" = "hashcrypt-irq"}

app/lpc55xpresso/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ priority = 3
5151
max-sizes = {flash = 26720, ram = 16704}
5252
stacksize = 8192
5353
start = true
54-
sections = {bootstate = "usbsram"}
54+
sections = {bootstate = "usbsram", transient_override = "override"}
5555
uses = ["flash_controller", "hash_crypt"]
5656
notifications = ["flash-irq", "hashcrypt-irq"]
5757
interrupts = {"flash_controller.irq" = "flash-irq", "hash_crypt.irq" = "hashcrypt-irq"}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ name = "lpc55-update-server"
5555
priority = 3
5656
stacksize = 8192
5757
start = true
58-
sections = {bootstate = "usbsram"}
58+
sections = {bootstate = "usbsram", transient_override = "override"}
5959
uses = ["flash_controller", "hash_crypt"]
6060
notifications = ["flash-irq", "hashcrypt-irq"]
6161
interrupts = {"flash_controller.irq" = "flash-irq", "hash_crypt.irq" = "hashcrypt-irq"}

app/oxide-rot-1/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ name = "lpc55-update-server"
4343
priority = 3
4444
stacksize = 8192
4545
start = true
46-
sections = {bootstate = "usbsram"}
46+
sections = {bootstate = "usbsram", transient_override = "override"}
4747
uses = ["flash_controller", "hash_crypt"]
4848
notifications = ["flash-irq", "hashcrypt-irq"]
4949
interrupts = {"flash_controller.irq" = "flash-irq", "hash_crypt.irq" = "hashcrypt-irq"}

0 commit comments

Comments
 (0)