Skip to content

Commit 87ce65e

Browse files
authored
Explicitly list supported architectures: avr,megaavr,samd,mbed_nano,mbed_portenta. (#105)
As those are also verified by CI build.
1 parent f1a6ab2 commit 87ce65e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
- fqbn: arduino:samd:mkrwifi1010
5252
ethernet: true
5353
nina: true
54-
- fqbn: arduino:mbed:nano33ble
54+
- fqbn: arduino:mbed_nano:nano33ble
5555
ethernet: false
5656
nina: false
57-
- fqbn: arduino:mbed:envie_m7
57+
- fqbn: arduino:mbed_portenta:envie_m7
5858
ethernet: false
5959
nina: false
6060

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Use Modbus equipment with your Arduino.
66
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
77
category=Communication
88
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus
9-
architectures=*
9+
architectures=avr,megaavr,samd,mbed_nano,mbed_portenta
1010
includes=ArduinoModbus.h
1111
depends=ArduinoRS485

0 commit comments

Comments
 (0)