Skip to content

update frozen_mpy(modules) without recompile everything #9332

Discussion options

You must be logged in to vote

is it possible to add/update ports/esp32/modules without recompile everything?

Yes and no. You have to re-create the firmware binary. If you just change individual files and keep the build directory, calling Make will just re-compile the changed files. You will still have a lot of output form CMake, which just tells that it did nothing. That's irritating. If you add or remove not-registered files from the modules directory, then Make might not notice the change. Then it helps to delete the build-xxxx/frozen_mpy directory before calling make. That will force to rebuild the frozen bytecode.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@puppet13th
Comment options

@puppet13th
Comment options

@puppet13th
Comment options

Answer selected by puppet13th
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants