Footprint calculations done by building an empty sketch for an Arduino then comparing to a (no io) VM sketch.

arduino-cli compile -b STMicroelectronics:stm32:GenL0 -e
This commit is contained in:
Toby Jaffey 2025-12-11 12:15:19 +00:00
parent 6b2063c6ab
commit df7b8fe70f
2 changed files with 2 additions and 2 deletions

View file

@ -70,6 +70,4 @@ void loop(void) {
uvm32_load(&vmst, ___precompiled_mandel_bin, ___precompiled_mandel_bin_len);
isrunning = true;
}
return;
}