Skip to content

Commit

Permalink
remove EA warning. fix more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Aug 9, 2023
1 parent d1c8a26 commit 1f7c450
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ jobs:
- megaavr/extras/ci/test-sketch/db/dummysketch
#avr-dd-series-sketch-paths: |
#avr-ea-series-sketch-paths: |
optiboot-and-appspm-sketch-paths: |
optiboot-and-appspm-da-sketch-paths: |
- megaavr/libraries/Flash/examples/FlashDemo
optiboot-and-appspm-db-sketch-paths: |
- megaavr/libraries/Flash/examples/FlashDemo
optiboot-and-appspm-dd-sketch-paths: |
- megaavr/libraries/Flash/examples/FlashDemo
not-on-tca0-millis-lowpin-false-sketch-paths: |
- megaavr/libraries/DxCore/examples/TCA0Demo
Expand Down Expand Up @@ -317,7 +321,7 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#format
${{ env.all-parts-sketch-paths }}
${{ env[format('avr-{0}-series-sketch-paths', matrix.device-family)] }}
${{ env.optiboot-and-appspm-sketch-paths }}
${{ env[format('optiboot-and-appspm-{0}-sketch-paths', matrix.device-family)] }}
${{ env[format('not-on-tca0-millis-lowpin-{0}-sketch-paths', matrix.pincount < 28)] }}
${{ env.not-disabled-millis-sketch-paths}}
platforms: |
Expand All @@ -343,7 +347,7 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#format
${{ env.all-parts-sketch-paths }}
${{ env[format('avr-{0}-series-sketch-paths', matrix.device-family)] }}
${{ env.optiboot-and-appspm-sketch-paths }}
${{ env[format('optiboot-and-appspm-{0}-sketch-paths', matrix.device-family)] }}
${{ env[format('not-on-tca0-millis-lowpin-{0}-sketch-paths', matrix.pincount < 28)] }}
platforms: |
# Install DxCore via Boards Manager for the toolchain
Expand All @@ -368,7 +372,7 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#format
${{ env.all-parts-sketch-paths }}
${{ env[format('avr-{0}-series-sketch-paths', matrix.device-family)] }}
${{ env.optiboot-and-appspm-sketch-paths }}
${{ env[format('optiboot-and-appspm-{0}-sketch-paths', matrix.device-family)] }}
${{ env.not-disabled-millis-sketch-paths}}
platforms: |
# Install DxCore via Boards Manager for the toolchain
Expand Down
5 changes: 0 additions & 5 deletions megaavr/cores/dxcore/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -1136,9 +1136,4 @@ void pinConfigure(const uint8_t digital_pin, const pin_configure_t mode, const M
// open serial port, if the user tied it to a different port? Or thought they
// were going to use software serial "like they always did" (*shudder*)


#if defined(ARDUINO_MAIN) && defined(__AVR_EA__)
#warning "The AVR EA-series support should be considered alpha-grade at best - PLEASE report bugs!"
#endif

#endif

0 comments on commit 1f7c450

Please sign in to comment.