Leviro wrote: Tue Oct 27, 2020 1:53 pm
...
It is clear that the compiler is the bottleneck here. Isn't there any workaround to reduce its size? or to make the series' share the compiler toolchain but still be downloaded separately?
Internet connection in my country is either poor or limited so any small modifications will actually make a difference.
You must have all the components installed: tools, all the GCC stuff, etc. as was previously stated by Frederic. The small delta associated with the core hosted on github is only 50.56KB compressed.
With the leaflab's core (Roger's) the installation is quasi-manual, so I would suggest using that core.
https://github.com/rogerclarkmelbourne/ ... STM32/wiki
At least one Arduino user does a manual installation by using the JSON as a guide:
https://forum.arduino.cc/index.php?topic=638946.0
So while you can piecemeal install parts, all parts will be required: so the download will be the same byte-count, just a lots of manual supervision ... sounds frustrating.