Why is the firmware size for STM32 VL Discovery much smaller than other boards #7521
Replies: 1 comment
-
Posted at 2020-10-04 by AkosLukacs Because there is no more space :) You can compare the board files, for example PICO vs VL Discovery. That Discovery board only includes Posted at 2020-10-04 by Ragtime Aha! Thank you so much. Your example is very helpful! Posted at 2020-10-04 by Ragtime
Do you know where the space for saving code is reserved? Because I haven't found Posted at 2020-10-05 by @gfwilliams STM32 is one of the very first boards Espruino ever ran on, so the code to handle them is a bit 'legacy' - I believe it is here: https://github.com/espruino/Espruino/blob/master/scripts/build_platform_config.py#L113 Posted at 2020-10-05 by Ragtime Interesting! Thanks :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-10-04 by Ragtime
I was browsing the 2v07 firmwares downloaded from https://www.espruino.com/Download, and found out that Espruino firmware on STM32 VL Discovery is only about
116.3 KB
while for other boards at least around220 KB
(even without hardware modules like WiFi, Bluetooth, etc.).Is that because of the size of fundamental libraries used for supporting STM32 VL Discovery is much smaller?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions