Skip to content

Commit

Permalink
temporarily set rot-carrier epoch to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzrd committed Aug 16, 2024
1 parent 08e0ae8 commit 6ae7cb6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 43 deletions.
48 changes: 7 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/lpc55xpresso/app-sprot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ chip = "../../chips/lpc55"
stacksize = 1024
image-names = ["a", "b"]
fwid = true
epoch = 0

[kernel]
name = "lpc55xpresso"
Expand Down
1 change: 1 addition & 0 deletions app/lpc55xpresso/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ chip = "../../chips/lpc55"
stacksize = 1024
image-names = ["a", "b"]
fwid = true
epoch = 0

[kernel]
name = "lpc55xpresso"
Expand Down
1 change: 1 addition & 0 deletions app/medusa/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ chip = "../../chips/stm32h7"
memory = "memory-large.toml"
stacksize = 896
fwid = true
epoch = 0

[kernel]
name = "medusa"
Expand Down
2 changes: 1 addition & 1 deletion app/oxide-rot-1/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ board = "oxide-rot-1"
chip = "../../chips/lpc55"
stacksize = 1024
image-names = ["a", "b"]
epoch = 1
epoch = 0
version = 0
fwid = true

Expand Down
1 change: 1 addition & 0 deletions app/psc/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ chip = "../../chips/stm32h7"
memory = "memory-large.toml"
stacksize = 896
fwid = true
epoch = 0

[kernel]
name = "psc"
Expand Down
3 changes: 2 additions & 1 deletion app/rot-carrier/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ board = "rot-carrier-2"
chip = "../../chips/lpc55"
stacksize = 1024
image-names = ["a", "b"]
epoch = 3
# TODO: reset epoch to zero before merge
epoch = 1
version = 0
fwid = true

Expand Down
1 change: 1 addition & 0 deletions app/sidecar/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ chip = "../../chips/stm32h7"
stacksize = 896
memory = "memory-large.toml"
fwid = true
epoch = 0

[kernel]
name = "sidecar"
Expand Down

0 comments on commit 6ae7cb6

Please sign in to comment.