Customising for flash footprint reduction

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
euripedesrocha
Posts: 1
Joined: Sat Aug 01, 2015 6:00 pm

Customising for flash footprint reduction

Post by euripedesrocha » Fri Feb 02, 2018 7:02 pm

Hi we are developing an application that is using micropython and a ESP32.

I'm now working on the initial implementation for the field update, the whole bootloader part will run using esp-idf as basis but I found that the micropython footprint is large for our current situation. We need to reduce it. Is there some documentation that points for the configuration steps? I was studying the build system and believe that I can remove source code there, but also think that it could be a problem that someone already worked and it's a guide that the community may need, since lack of space isn't something new on embedded.

I'm at first asking for advice.

Post Reply