Skip to content

Explicitly list supported architectures: avr,megaavr,samd,mbed_nano,mbed_portenta. #105

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
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- fqbn: arduino:samd:mkrwifi1010
ethernet: true
nina: true
- fqbn: arduino:mbed:nano33ble
- fqbn: arduino:mbed_nano:nano33ble
ethernet: false
nina: false
- fqbn: arduino:mbed:envie_m7
- fqbn: arduino:mbed_portenta:envie_m7
ethernet: false
nina: false

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=Use Modbus equipment with your Arduino.
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.
category=Communication
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus
architectures=*
architectures=avr,megaavr,samd,mbed_nano,mbed_portenta
includes=ArduinoModbus.h
depends=ArduinoRS485