Skip to content
Snippets Groups Projects
Commit 2f862acf authored by dx's avatar dx Committed by q3k
Browse files

Freeze .py files in python_payload into the firmware

parent 11a6e39a
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ set(IDF_COMPONENTS
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)
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.
Finish editing this message first!
Please register or to comment