Skip to content

Explicitly specify all supported architectures and drop 'sam'. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
- fqbn: arduino:megaavr:nona4809
platforms: |
- name: arduino:megaavr
- fqbn: arduino:sam:arduino_due_x_dbg
platforms: |
- name: arduino:sam
- fqbn: arduino:samd:arduino_zero_edbg
platforms: |
- name: arduino:samd
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sentence=Control DMX lights with your Arduino.
paragraph=Using RS485 shields, like the MKR 485 Shield. This library depends on the RS485 library.
category=Other
url=https://github.com/arduino-libraries/ArduinoDMX
architectures=*
architectures=avr,megaavr,samd,mbed_portenta,mbed_nano
includes=ArduinoDMX.h
depends=ArduinoRS485