Skip to content
Snippets Groups Projects
Commit 5ed5d2fe authored by dx's avatar dx
Browse files

Freeze .py files in python_payload into the firmware

parent aa9acd17
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ set(IDF_COMPONENTS ...@@ -138,7 +138,7 @@ set(IDF_COMPONENTS
xtensa xtensa
) )
set(MICROPY_FROZEN_MANIFEST ${MICROPY_PORT_DIR}/boards/manifest.py) set(MICROPY_FROZEN_MANIFEST ${PROJECT_DIR}/manifest.py)
set(MICROPY_CROSS_FLAGS -march=xtensawin) set(MICROPY_CROSS_FLAGS -march=xtensawin)
idf_component_register( idf_component_register(
......
include("micropython/ports/esp32/boards")
freeze("./python_payload")
# This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
#import webrepl
#webrepl.start()
import main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment