File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ name = "lpc55-update-server"
5757priority = 3
5858stacksize = 3000
5959start = true
60- sections = {bootstate = " usbsram" }
60+ sections = {bootstate = " usbsram" , transient_override = " override " }
6161uses = [" flash_controller" , " hash_crypt" ]
6262notifications = [" flash-irq" , " hashcrypt-irq" ]
6363interrupts = {"flash_controller.irq" = " flash-irq" , "hash_crypt.irq" = " hashcrypt-irq" }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ priority = 3
5151max-sizes = {flash = 26720 , ram = 16704 }
5252stacksize = 8192
5353start = true
54- sections = {bootstate = " usbsram" }
54+ sections = {bootstate = " usbsram" , transient_override = " override " }
5555uses = [" flash_controller" , " hash_crypt" ]
5656notifications = [" flash-irq" , " hashcrypt-irq" ]
5757interrupts = {"flash_controller.irq" = " flash-irq" , "hash_crypt.irq" = " hashcrypt-irq" }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ name = "lpc55-update-server"
5555priority = 3
5656stacksize = 8192
5757start = true
58- sections = {bootstate = " usbsram" }
58+ sections = {bootstate = " usbsram" , transient_override = " override " }
5959uses = [" flash_controller" , " hash_crypt" ]
6060notifications = [" flash-irq" , " hashcrypt-irq" ]
6161interrupts = {"flash_controller.irq" = " flash-irq" , "hash_crypt.irq" = " hashcrypt-irq" }
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ name = "lpc55-update-server"
4343priority = 3
4444stacksize = 8192
4545start = true
46- sections = {bootstate = " usbsram" }
46+ sections = {bootstate = " usbsram" , transient_override = " override " }
4747uses = [" flash_controller" , " hash_crypt" ]
4848notifications = [" flash-irq" , " hashcrypt-irq" ]
4949interrupts = {"flash_controller.irq" = " flash-irq" , "hash_crypt.irq" = " hashcrypt-irq" }
You can’t perform that action at this time.
0 commit comments