Skip to content

Commit

Permalink
Merge pull request #79 from tobozo/1.4.7
Browse files Browse the repository at this point in the history
1.4.7
  • Loading branch information
tobozo authored May 23, 2023
2 parents dd9777a + 0f97fe4 commit e5ab3de
Show file tree
Hide file tree
Showing 56 changed files with 1,900 additions and 501 deletions.
32 changes: 21 additions & 11 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ jobs:
platform-version:
# ESP32 Core versions
- 1.0.6
- 2.0.0
- 2.0.1
- 2.0.2
- 2.0.3
- 2.0.4
#- 2.0.0
#- 2.0.1
#- 2.0.2
#- 2.0.3
#- 2.0.4
- 2.0.5
- 2.0.6
- 2.0.7
- 2.0.8
- 2.0.9

board:
# Supported boards fancy names
Expand All @@ -56,10 +61,10 @@ jobs:
exclude:
- { board: esp32wroverkit, platform-version: 1.0.6 } # No ESP32-Wrover-Kit board profile before 2.0.0
- { board: esp32s3box, platform-version: 1.0.6 } # No esp32s3box support before 2.0.3
- { board: esp32s3box, platform-version: 2.0.0 } # No esp32s3box support before 2.0.3
- { board: esp32s3box, platform-version: 2.0.1 } # No esp32s3box support before 2.0.3
- { board: esp32s3box, platform-version: 2.0.2 } # No esp32s3box support before 2.0.3
- { board: esp32s3box, platform-version: 2.0.4 } # broken in 2.0.4, fixed in 2.0.5, see https://github.com/espressif/arduino-esp32/pull/6962/files
#- { board: esp32s3box, platform-version: 2.0.0 } # No esp32s3box support before 2.0.3
#- { board: esp32s3box, platform-version: 2.0.1 } # No esp32s3box support before 2.0.3
#- { board: esp32s3box, platform-version: 2.0.2 } # No esp32s3box support before 2.0.3
#- { board: esp32s3box, platform-version: 2.0.4 } # broken in 2.0.4, fixed in 2.0.5, see https://github.com/espressif/arduino-esp32/pull/6962/files

include:
# testable boards
Expand All @@ -80,8 +85,13 @@ jobs:
#- platform-version: 2.0.0
#- platform-version: 2.0.1
#- platform-version: 2.0.2
- platform-version: 2.0.3
- platform-version: 2.0.4
#- platform-version: 2.0.3
#- platform-version: 2.0.4
- platform-version: 2.0.5
- platform-version: 2.0.6
- platform-version: 2.0.7
- platform-version: 2.0.8
- platform-version: 2.0.9

fail-fast: false

Expand Down
49 changes: 34 additions & 15 deletions .github/workflows/PlatformioBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ jobs:

platform-version:
- 1.0.6
- 2.0.0
- 2.0.1
- 2.0.2
- 2.0.3
- 2.0.4
#- 2.0.0
#- 2.0.1
#- 2.0.2
#- 2.0.3
#- 2.0.4
- 2.0.5
- 2.0.6
- 2.0.7
- 2.0.8
- 2.0.9

board:
- esp32
Expand All @@ -57,25 +62,34 @@ jobs:
- lolin_d32_pro
- ttgo-t-watch
- ttgo-t1
- CoreS3
#- ttgo-lora32-v2

exclude:
- { board: esp32s3box, platform-version: 1.0.6 }
- { board: esp32s3box, platform-version: 2.0.0 }
- { board: esp32s3box, platform-version: 2.0.1 }
- { board: esp32s3box, platform-version: 2.0.2 }
#- { board: esp32s3box, platform-version: 2.0.0 }
#- { board: esp32s3box, platform-version: 2.0.1 }
#- { board: esp32s3box, platform-version: 2.0.2 }
#- { board: esp32s3box, platform-version: 2.0.4 }
# - board: esp-wrover-kit
# platform-version: 1.0.6
- { board: m5stack-core2, platform-version: 1.0.6 } # M5Core2.h broken I2S support with 1.0.6
- { board: m5stack-core2, platform-version: 2.0.0 } # M5Core2.h broken I2S support with 2.0.0
- { board: CoreS3, platform-version: 1.0.6 } # M5Core2.h broken I2S support with 1.0.6
#- { board: m5stack-core2, platform-version: 2.0.0 } # M5Core2.h broken I2S support with 2.0.0


include:
- platform-version: 1.0.6
- platform-version: 2.0.0
- platform-version: 2.0.1
- platform-version: 2.0.2
- platform-version: 2.0.3
#- platform-version: 2.0.0
#- platform-version: 2.0.1
#- platform-version: 2.0.2
#- platform-version: 2.0.3
#- platform-version: 2.0.4
- platform-version: 2.0.5
- platform-version: 2.0.6
- platform-version: 2.0.7
- platform-version: 2.0.8
- platform-version: 2.0.9
- board: esp32
- board: m5stick-c
- board: m5stack-core-esp32
Expand All @@ -87,6 +101,7 @@ jobs:
- board: lolin_d32_pro
- board: ttgo-t-watch
- board: ttgo-t1
- board: CoreS3

fail-fast: false
steps:
Expand All @@ -109,6 +124,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install PlatformIO
run: |
Expand All @@ -119,7 +136,9 @@ jobs:
- name: Run PlatformIO
run: |
cd ${{ env.PROJECT_DIR }}
export pio_ver=${{ matrix.platform-version }}
export pio_env="${pio_ver//./_}"
[[ "${{ env.BRANCH_NAME }}" == "${{ github.event.inputs.master_branch }}" ]] && rm dev_lib_deps.ini || echo "Develop!" && pio system prune -f
pio lib -e ${{ matrix.board }}@${{ matrix.platform-version }} install --no-save file://$(realpath ../../../)
pio run -e ${{ matrix.board }}@${{ matrix.platform-version }}
pio lib -e ${{ matrix.board }}_$pio_env install --no-save file://$(realpath ../../../)
pio run -e ${{ matrix.board }}_$pio_env
Binary file added assets/abaddon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/armadillo+lobster.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banana+ostrich.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dromedary+drake.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hippo+platypus.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mosquito+toast.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/potato+toad.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ragdoll+dolphin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shrimp+chimpanzee.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/squirrel+reindeer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sushi+sheep.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/zonkey.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e5ab3de

Please sign in to comment.