-
|
I try to include ulab into micropython but since a few months the esp32 image becomes extremely large: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
it is really hard to comment on this based on this limited information. There was a similar size issue reported in https://github.com/orgs/micropython/discussions/17225 but that was apparently unresolved. Have you checked the ulab discussions ? If you want to have in depth visibility of what takes up room in your builds then there are two tools that may be useful to you :
|
Beta Was this translation helpful? Give feedback.
-
|
Hi Jos, I therefore tried to comment these lines and that significantly reduced the firmware size. I would have expected that text compression would have reduced the size, but it did the contrary. Without ulab, everything looks fine, also when including other C modules. As the author of the issue says, there must be some incompatibility between ulab and micropython induced by the change in esp32_common.cmake. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Jos, |
Beta Was this translation helpful? Give feedback.
Possibly relevant: