Skip to content

Commit

Permalink
bump micropython version to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DusKing1 committed Jun 23, 2022
1 parent 0e3f033 commit f888dad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,35 @@ jobs:
with:
python-version: "3.10.4"

- name: Prepare modules
- name: Build modules
run: |
python3 tools/build.py
- name: Prepare idf and micropython
- name: Prepare esp-idf and micropython
run: |
git clone -b v4.2 --recursive https://github.com/espressif/esp-idf.git
git clone https://github.com/micropython/micropython.git micropython
- name: Move modules
- name: Install modules
run: |
ls
cp -a build/. micropython/ports/esp32/modules/
- name: Build ESP32 GENERIC v1.19.0
- name: Build ESP32 GENERIC v1.19.1
run: |
cd esp-idf
./install.sh
source export.sh
cd ..
cd micropython
git checkout d7919ea71e7b7cc203ca984cc2f4a55019634835
git checkout 9b486340da22931cde82872f79e1c34db959548b
git submodule update --init --recursive
make -C mpy-cross
cd ports/esp32
make submodules
make
cd modules
ls
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: micropython firmware
name: flowshutter-${{ github.run_number }}
path: micropython/ports/esp32/build-GENERIC/firmware.bin
Binary file removed tools/esp32-20220117-v1.18.bin
Binary file not shown.
Binary file added tools/esp32-20220618-v1.19.1.bin
Binary file not shown.

0 comments on commit f888dad

Please sign in to comment.