-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Of course thanks so much for your work on this, it's a hugely useful feature.
I'm in the process of adding basic support for SDHC cards, which seem to be all that is available these days.
I have a working version based off the code at https://github.com/mharizanov/uIoT which is an old copy of this repo, and, with some code shuffling, it just squeeks in under 2K. Before my changes, that version compiles to 2006 bytes.
Now, I've forked this project, with the intention of making my changes on the latest code, however, before I even start, I can't get it compiled under 2K - I'm getting 2218 bytes.
This is all under the same environment etc (OS X), and I can't see that much has changed other than adding 1280 support (which is in an #ifdef).
There also doesn't appear to be any test that the code size matches the allocated boot size, so it's something to constantly watch.
Any tips what might be bloating my compile of the latest version?