Skip to content

Commit

Permalink
Bump MicroPython to v1.16
Browse files Browse the repository at this point in the history
* Bump MicroPython from v1.15 to v1.16
* Bump Blinka from 6.10.1 to 6.10.2
* Bump PlatformDetect from 3.13.3 to 3.14.1
* Revert backport patch/hotfix for lwip submodule
  • Loading branch information
Gadgetoid committed Jun 23, 2021
1 parent 37d86ee commit 09b570f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/micropython-with-blinka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
MICROPYTHON_VERSION: v1.15
BLINKA_VERSION: 6.10.1
PLATFORMDETECT_VERSION: 3.13.3
MICROPYTHON_VERSION: v1.16
BLINKA_VERSION: 6.10.2
PLATFORMDETECT_VERSION: 3.14.1
BUILD_TYPE: Release
BOARD_TYPE: PICO

Expand Down Expand Up @@ -81,15 +81,6 @@ jobs:
run: |
sudo apt update && sudo apt install ${{matrix.apt-packages}}
- name: Hotfix lwip submodule
shell: bash
working-directory: micropython
run: |
git config --global user.email "[email protected]"
git config --global user.name "Sassy McGuffin"
wget https://github.com/micropython/micropython/commit/43e7e5f00a601b36b5b39f1fef036d6c25d5562c.patch
git am 43e7e5f00a601b36b5b39f1fef036d6c25d5562c.patch
- name: Fetch base MicroPython submodules
shell: bash
working-directory: micropython
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
MICROPYTHON_VERSION: v1.15
MICROPYTHON_VERSION: v1.16
BUILD_TYPE: Release
BOARD_TYPE: PICO

Expand Down Expand Up @@ -47,15 +47,6 @@ jobs:
run: |
sudo apt update && sudo apt install ${{matrix.apt-packages}}
- name: Hotfix lwip submodule
shell: bash
working-directory: micropython
run: |
git config --global user.email "[email protected]"
git config --global user.name "Sassy McGuffin"
wget https://github.com/micropython/micropython/commit/43e7e5f00a601b36b5b39f1fef036d6c25d5562c.patch
git am 43e7e5f00a601b36b5b39f1fef036d6c25d5562c.patch
- name: Fetch base MicroPython submodules
shell: bash
working-directory: micropython
Expand Down

0 comments on commit 09b570f

Please sign in to comment.