git clone https://github.com/m5stack/uiflow_micropython
cd uiflow_micropython/m5stack
make submodules # Only need once
make littlefs
make mpy-cross
# atoms3, atoms3-lite
make BOARD=M5STACK_S3_8MB BOARD_TYPE=atoms3 flash # Build and flash to atoms3 baord# stamps3
make BOARD=M5STACK_S3_8MB BOARD_TYPE=stamps3 flash
# cores3
make BOARD=M5STACK_S3_SPIRAM_16MB BOARD_TYPE=cores3 flash
# atoms3u
make BOARD=M5STACK_S3_8MB BOARD_TYPE=atoms3u flash
# core2,tough
make BOARD=M5STACK_SPIRAM_16MB BOARD_TYPE=core2 flash
# stickcplus2
make BOARD=M5STACK_SPIRAM_8MB BOARD_TYPE=stickcplus2 flash
# stickcplus
make BOARD=M5STACK_4MB BOARD_TYPE=stickcplus flash
License
micropython Copyright (c) 2013-2023 Damien P. George and licensed under MIT License.
umqtt Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
urequests Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
ir Copyright (c) 2020 Peter Hinch and licensed under MIT License.
neopixel Copyright (c) 2013-2014 micropython-lib contributors and licensed under MIT License.
bh1750fvi Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
bmp280 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
checksum Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
dht12 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
pcf8563 Copyright (c) 2020 Sebastian Wicki and licensed under MIT License.
qmp6988 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
scd40 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
sgp30 Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
sht4x Copyright (c) 2021 ladyada for Adafruit and licensed under MIT License.
vl53l0x Copyright (c) 2017 Tony DiCola for Adafruit Industries and licensed under MIT License.
camera Copyright (c) 2021 Mauro Riva and licensed under Apache License Version 2.0.