Skip to content

Commit

Permalink
lpc55xpresso: update sizes for new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 1, 2022
1 parent 554b052 commit 3a9fdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lpc55xpresso/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ start = true
path = "../../drv/lpc55-syscon"
name = "drv-lpc55-syscon"
priority = 2
requires = {flash = 4096, ram = 2048}
requires = {flash = 8192, ram = 2048}
uses = ["syscon", "anactrl", "pmc"]
start = true
stacksize = 1000
Expand All @@ -103,7 +103,7 @@ stacksize = 1000
path = "../../drv/lpc55-gpio"
name = "drv-lpc55-gpio"
priority = 2
requires = {flash = 8192, ram = 2048}
requires = {flash = 16384, ram = 2048}
uses = ["gpio", "iocon"]
start = true
stacksize = 1000
Expand Down

0 comments on commit 3a9fdf3

Please sign in to comment.