Good call on the firmware version check - that's knocked quite a lot off. I've just committed the change.
If you get time, please could you do a PR for the modified check in the Makefile? I remember finding it was a pain because scripts/check_elf_size.py checks the elf file, and actually the DATA section could fit in but the other sections placed after (because of Nordic's SDK hacks) would still overlap
If you get time, please could you do a PR for the modified check in the Makefile? ... actually the DATA section could fit in but the other sections placed after (because of Nordic's SDK hacks) would still overlap
Maybe it can be done in linker file then, not makefile. OK, will try to look into it.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Good call on the firmware version check - that's knocked quite a lot off. I've just committed the change.
If you get time, please could you do a PR for the modified check in the Makefile? I remember finding it was a pain because
scripts/check_elf_size.py
checks the elf file, and actually the DATA section could fit in but the other sections placed after (because of Nordic's SDK hacks) would still overlap