make rom faster

This commit is contained in:
2025-11-23 17:12:27 +01:00
parent 53d35464f5
commit 6cf860fb34
10 changed files with 318 additions and 29 deletions

View File

@@ -36,6 +36,8 @@ rustflags = [
"link-arg=-Tdefmt.x",
"-C",
"no-vectorize-loops",
"-C",
"target-cpu=cortex-m0plus",
]
# This runner will make a UF2 file and then copy it to a mounted RP2040 in USB