Skip to content

Commit a5055ef

Browse files
committed
Increase sizes on various things in various app files
1 parent 29d8dd8 commit a5055ef

File tree

14 files changed

+24
-28
lines changed

14 files changed

+24
-28
lines changed

app/demo-stm32f4-discovery/app-f3.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stacksize = 896
77
[kernel]
88
path = "."
99
name = "demo-stm32f4-discovery"
10-
requires = {flash = 20000, ram = 3072}
10+
requires = {flash = 32768, ram = 3072}
1111
#
1212
# For the kernel (and for any task that logs), we are required to enable
1313
# either "itm" (denoting logging/panicking via ARM's Instrumentation Trace
@@ -50,7 +50,7 @@ path = "../../drv/stm32fx-rcc"
5050
name = "drv-stm32fx-rcc"
5151
features = ["f3"]
5252
priority = 1
53-
requires = {flash = 4096, ram = 1024}
53+
requires = {flash = 8192, ram = 1024}
5454
uses = ["rcc"]
5555
start = true
5656

@@ -108,4 +108,3 @@ priority = 5
108108
requires = {flash = 128, ram = 256}
109109
stacksize = 256
110110
start = true
111-

app/demo-stm32f4-discovery/app.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stacksize = 896
77
[kernel]
88
path = "."
99
name = "demo-stm32f4-discovery"
10-
requires = {flash = 20000, ram = 3072}
10+
requires = {flash = 32768, ram = 3072}
1111
#
1212
# For the kernel (and for any task that logs), we are required to enable
1313
# either "itm" (denoting logging/panicking via ARM's Instrumentation Trace
@@ -50,7 +50,7 @@ path = "../../drv/stm32fx-rcc"
5050
name = "drv-stm32fx-rcc"
5151
features = ["f4"]
5252
priority = 1
53-
requires = {flash = 4096, ram = 1024}
53+
requires = {flash = 8192, ram = 1024}
5454
uses = ["rcc"]
5555
start = true
5656

app/demo-stm32g0-nucleo/app-g031.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ path = "../../drv/user-leds"
5959
name = "drv-user-leds"
6060
features = ["stm32g0"]
6161
priority = 3
62-
requires = {flash = 2048, ram = 256}
62+
requires = {flash = 8192, ram = 256}
6363
start = true
6464
task-slots = ["sys"]
6565
stacksize = 256

app/demo-stm32g0-nucleo/app-g070.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ path = "../../drv/user-leds"
6363
name = "drv-user-leds"
6464
features = ["stm32g0"]
6565
priority = 2
66-
requires = {flash = 2048, ram = 256}
66+
requires = {flash = 8192, ram = 256}
6767
start = true
6868
task-slots = ["sys"]
6969
stacksize = 256

app/demo-stm32h7-nucleo/app-h743.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stacksize = 896
77
[kernel]
88
path = "."
99
name = "demo-stm32h7-nucleo"
10-
requires = {flash = 21452, ram = 4096}
10+
requires = {flash = 32768, ram = 4096}
1111
#
1212
# For the kernel (and for any task that logs), we are required to enable
1313
# either "itm" (denoting logging/panicking via ARM's Instrumentation Trace
@@ -125,7 +125,7 @@ path = "../../drv/user-leds"
125125
name = "drv-user-leds"
126126
features = ["stm32h7"]
127127
priority = 2
128-
requires = {flash = 2048, ram = 1024}
128+
requires = {flash = 8192, ram = 1024}
129129
start = true
130130
task-slots = ["sys"]
131131

@@ -150,7 +150,7 @@ task-slots = ["user_leds"]
150150
path = "../../task/udpecho"
151151
name = "task-udpecho"
152152
priority = 3
153-
requires = {flash = 16384, ram = 8192}
153+
requires = {flash = 32768, ram = 8192}
154154
stacksize = 4096
155155
start = true
156156
task-slots = ["net"]

app/demo-stm32h7-nucleo/app-h753.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stacksize = 896
77
[kernel]
88
path = "."
99
name = "demo-stm32h7-nucleo"
10-
requires = {flash = 22000, ram = 4096}
10+
requires = {flash = 32768, ram = 4096}
1111
#
1212
# For the kernel (and for any task that logs), we are required to enable
1313
# either "itm" (denoting logging/panicking via ARM's Instrumentation Trace
@@ -123,7 +123,7 @@ path = "../../drv/user-leds"
123123
name = "drv-user-leds"
124124
features = ["stm32h7"]
125125
priority = 2
126-
requires = {flash = 2048, ram = 1024}
126+
requires = {flash = 8192, ram = 1024}
127127
start = true
128128
task-slots = ["sys"]
129129

@@ -180,7 +180,7 @@ path = "../../drv/stm32h7-hash-server"
180180
name = "drv-stm32h7-hash-server"
181181
features = ["h753"]
182182
priority = 3
183-
requires = {flash = 8192, ram=4096 }
183+
requires = {flash = 16384, ram=4096 }
184184
stacksize = 2048
185185
start = true
186186
uses = ["hash"]

app/gemini-bu-rot/app.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stacksize = 1024
77
[kernel]
88
path = "."
99
name = "gemini-bu-rot"
10-
requires = {flash = 21504, ram = 4096}
10+
requires = {flash = 22240, ram = 4096}
1111
features = ["itm"]
1212

1313
[signing.combined]
@@ -81,7 +81,7 @@ start = true
8181
path = "../../drv/lpc55-syscon"
8282
name = "drv-lpc55-syscon"
8383
priority = 2
84-
requires = {flash = 4096, ram = 2048}
84+
requires = {flash = 8192, ram = 2048}
8585
uses = ["syscon", "anactrl", "pmc"]
8686
start = true
8787

@@ -160,4 +160,3 @@ requires = {flash = 16384, ram = 16384 }
160160
stacksize = 2048
161161
start = true
162162
task-slots = ["gpio_driver"]
163-

app/gemini-bu/app.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ path = "../../drv/user-leds"
134134
name = "drv-user-leds"
135135
features = ["stm32h7"]
136136
priority = 2
137-
requires = {flash = 2048, ram = 1024}
137+
requires = {flash = 8192, ram = 1024}
138138
start = true
139139
task-slots = ["sys"]
140140

@@ -163,7 +163,7 @@ path = "../../drv/stm32h7-hash-server"
163163
name = "drv-stm32h7-hash-server"
164164
features = ["h753"]
165165
priority = 3
166-
requires = {flash = 8192, ram=4096 }
166+
requires = {flash = 16384, ram=4096 }
167167
stacksize = 2048
168168
start = true
169169
uses = ["hash"]

app/gimlet/rev-a.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ path = "../../task/thermal"
123123
name = "task-thermal"
124124
features = ["itm", "h753"]
125125
priority = 3
126-
requires = {flash = 8192, ram = 2048 }
126+
requires = {flash = 16384, ram = 2048 }
127127
stacksize = 1920
128128
start = true
129129
task-slots = ["i2c_driver", "sensor"]
@@ -555,4 +555,3 @@ input = {port = "E", pin = 5, af = 5}
555555
mux = "rot"
556556
cs = {port = "E", pin = 4}
557557
clock_divider = "DIV16"
558-

app/gimlet/rev-b.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ path = "../../task/thermal"
123123
name = "task-thermal"
124124
features = ["itm", "h753"]
125125
priority = 3
126-
requires = {flash = 8192, ram = 2048 }
126+
requires = {flash = 16384, ram = 2048 }
127127
stacksize = 1920
128128
start = true
129129
task-slots = ["i2c_driver", "sensor"]
@@ -548,4 +548,3 @@ input = {port = "E", pin = 5, af = 5}
548548
mux = "rot"
549549
cs = {port = "E", pin = 4}
550550
clock_divider = "DIV16"
551-

app/gimletlet/app-mgmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ path = "../../drv/user-leds"
8585
name = "drv-user-leds"
8686
features = ["stm32h7"]
8787
priority = 2
88-
requires = {flash = 2048, ram = 1024}
88+
requires = {flash = 8192, ram = 1024}
8989
start = true
9090
task-slots = ["sys"]
9191

app/gimletlet/app-vsc7448.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ path = "../../drv/user-leds"
103103
name = "drv-user-leds"
104104
features = ["stm32h7"]
105105
priority = 2
106-
requires = {flash = 2048, ram = 1024}
106+
requires = {flash = 8192, ram = 1024}
107107
start = true
108108
task-slots = ["sys"]
109109

app/lpc55xpresso/app.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ start = true
9494
path = "../../drv/lpc55-syscon"
9595
name = "drv-lpc55-syscon"
9696
priority = 2
97-
requires = {flash = 4096, ram = 2048}
97+
requires = {flash = 8192, ram = 2048}
9898
uses = ["syscon", "anactrl", "pmc"]
9999
start = true
100100
stacksize = 1000
@@ -103,7 +103,7 @@ stacksize = 1000
103103
path = "../../drv/lpc55-gpio"
104104
name = "drv-lpc55-gpio"
105105
priority = 2
106-
requires = {flash = 8192, ram = 2048}
106+
requires = {flash = 16384, ram = 2048}
107107
uses = ["gpio", "iocon"]
108108
start = true
109109
stacksize = 1000

app/sidecar/app.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ name = "task-net"
116116
stacksize = 3800
117117
priority = 2
118118
features = ["mgmt", "h753"]
119-
requires = {flash = 65536, ram = 8192, sram1 = 16384}
119+
requires = {flash = 131072, ram = 8192, sram1 = 16384}
120120
sections = {eth_bulk = "sram1"}
121121
uses = ["eth", "eth_dma"]
122122
start = true
@@ -127,7 +127,7 @@ task-slots = ["sys", "rcc_driver", { spi_driver = "spi3_driver" }]
127127
path = "../../task/udpecho"
128128
name = "task-udpecho"
129129
priority = 3
130-
requires = {flash = 16384, ram = 8192}
130+
requires = {flash = 32768, ram = 8192}
131131
stacksize = 4096
132132
start = true
133133
task-slots = ["net"]

0 commit comments

Comments
 (0)