Skip to content

Commit f5818ce

Browse files
authored
Explicitly specify all supported architectures and drop 'sam'. (#13)
This library uses ArduinoCore-API defined class HardwareSerial which is not fully API compatible with the one used within ArduinoCore-sam. Consequently sam is dropped from the list of supported architectures. Considering additionally that this library requires Arduino_RS485 which does not support ArduinoCore-sam either.
1 parent e18d1df commit f5818ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
- fqbn: arduino:megaavr:nona4809
5252
platforms: |
5353
- name: arduino:megaavr
54-
- fqbn: arduino:sam:arduino_due_x_dbg
55-
platforms: |
56-
- name: arduino:sam
5754
- fqbn: arduino:samd:arduino_zero_edbg
5855
platforms: |
5956
- name: arduino:samd

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Control DMX lights with your Arduino.
66
paragraph=Using RS485 shields, like the MKR 485 Shield. This library depends on the RS485 library.
77
category=Other
88
url=https://github.com/arduino-libraries/ArduinoDMX
9-
architectures=*
9+
architectures=avr,megaavr,samd,mbed_portenta,mbed_nano
1010
includes=ArduinoDMX.h
1111
depends=ArduinoRS485

0 commit comments

Comments
 (0)