Skip to content

Commit fe85db8

Browse files
committed
Increase sizes on various things in various app files
1 parent 0b5233c commit fe85db8

File tree

12 files changed

+20
-23
lines changed

12 files changed

+20
-23
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: 1 addition & 1 deletion
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

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/gimlet/app.toml

Lines changed: 2 additions & 3 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"]
@@ -163,7 +163,7 @@ path = "../../drv/gimlet-hf-server"
163163
name = "drv-gimlet-hf-server"
164164
features = ["h753"]
165165
priority = 3
166-
requires = {flash = 8192, ram = 2048 }
166+
requires = {flash = 16384, ram = 2048 }
167167
stacksize = 1920
168168
start = true
169169
uses = ["quadspi"]
@@ -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/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
@@ -93,7 +93,7 @@ start = true
9393
path = "../../drv/lpc55-syscon"
9494
name = "drv-lpc55-syscon"
9595
priority = 2
96-
requires = {flash = 4096, ram = 2048}
96+
requires = {flash = 8192, ram = 2048}
9797
uses = ["syscon", "anactrl", "pmc"]
9898
start = true
9999
stacksize = 1000
@@ -102,7 +102,7 @@ stacksize = 1000
102102
path = "../../drv/lpc55-gpio"
103103
name = "drv-lpc55-gpio"
104104
priority = 2
105-
requires = {flash = 8192, ram = 2048}
105+
requires = {flash = 16384, ram = 2048}
106106
uses = ["gpio", "iocon"]
107107
start = true
108108
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)