lv_micropython/scripts/build-m5core2.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
229 B
Bash
Raw Normal View History

# Build MicroPython-LVGL firmware for: M5Stack Core2 ESP32
source env-variables-micropython.sh
source env-variables-esp32.sh
BOARD=M5STACK_CORE2
cd $MICROPYTHON
make -C mpy-cross
cd $MICROPYTHON/ports/esp32
make BOARD=$BOARD