Skip to content

Commit fba710f

Browse files
committed
Drop fwid file from packaging
The fwid we calculate is always going to be out of date because we will need add the version/signature which will change the fwid. Just remove the file.
1 parent 17da6ea commit fba710f

File tree

16 files changed

+0
-86
lines changed

16 files changed

+0
-86
lines changed

app/cosmo/base.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ target = "thumbv7em-none-eabihf"
22
chip = "../../chips/stm32h7"
33
memory = "memory-large.toml"
44
stacksize = 896
5-
fwid = true
65

76
[kernel]
87
name = "cosmo"

app/gemini-bu/app.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ target = "thumbv7em-none-eabihf"
33
board = "gemini-bu-1"
44
chip = "../../chips/stm32h7"
55
stacksize = 896
6-
fwid = true
76

87
[kernel]
98
name = "gemini-bu"

app/gimlet/base.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ target = "thumbv7em-none-eabihf"
22
chip = "../../chips/stm32h7"
33
memory = "memory-large.toml"
44
stacksize = 896
5-
fwid = true
65

76
[kernel]
87
name = "gimlet"

app/gimletlet/app-mgmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ target = "thumbv7em-none-eabihf"
33
board = "gimletlet-1"
44
chip = "../../chips/stm32h7"
55
stacksize = 1024
6-
fwid = true
76

87
[kernel]
98
name = "gimletlet"

app/gimletlet/base-gimletlet2.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ memory = "memory-large.toml"
55
stacksize = 896
66
epoch = 0
77
version = 0
8-
fwid = true
98

109
[kernel]
1110
name = "gimletlet"

app/grapefruit/base.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ memory = "memory-large.toml"
55
stacksize = 896
66
epoch = 0
77
version = 0
8-
fwid = true
98

109
[mmio]
1110
peripheral-region = "fmc_nor_psram_bank_1"

app/lpc55xpresso/app.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ board = "lpcxpresso55s69"
44
chip = "../../chips/lpc55"
55
stacksize = 1024
66
image-names = ["a", "b"]
7-
fwid = true
87

98
[kernel]
109
name = "lpc55xpresso"

app/medusa/base.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ target = "thumbv7em-none-eabihf"
22
chip = "../../chips/stm32h7"
33
memory = "memory-large.toml"
44
stacksize = 896
5-
fwid = true
65

76
[kernel]
87
name = "medusa"

app/minibar/base.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ target = "thumbv7em-none-eabihf"
22
chip = "../../chips/stm32h7"
33
stacksize = 896
44
memory = "memory-large.toml"
5-
fwid = true
65

76
[kernel]
87
name = "minibar"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ stacksize = 1024
1010
image-names = ["a", "b"]
1111
epoch = 0
1212
version = 0
13-
fwid = true
1413

1514
[kernel]
1615
name = "oxide-rot-1"

0 commit comments

Comments
 (0)