IDEA: optional fw build
Posted: Thu Jan 19, 2017 1:43 pm
As I see there are always so many fights with MicroPython firmware size growth. That's why some ideas might not pass into codebase.
But how about adding such feature for build process that could define which parts to include into build and which not? For example some projects don't need framebuffer and graphics at all. Some do not need wifi. Some others do not need something else but need graphics. Some of them need just one framebuffer mode. It's like Linux kernel`s menuconfig (or command line options at least).
As a result fw build size may decrease even now for most of users.
But how about adding such feature for build process that could define which parts to include into build and which not? For example some projects don't need framebuffer and graphics at all. Some do not need wifi. Some others do not need something else but need graphics. Some of them need just one framebuffer mode. It's like Linux kernel`s menuconfig (or command line options at least).
As a result fw build size may decrease even now for most of users.