Skip to content

Commit ab8d8f8

Browse files
committed
Drop official support for AVR for this library.
This is imho necessary since even one of our own examples does not link anymore, due to the required memory exceeding the available ressources of the ATMEGA328P based Arduino Nano.
1 parent 87ce65e commit ab8d8f8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939

4040
matrix:
4141
board:
42-
- fqbn: arduino:avr:nano
43-
ethernet: true
44-
nina: false
45-
- fqbn: arduino:avr:leonardo
46-
ethernet: true
47-
nina: false
4842
- fqbn: arduino:megaavr:uno2018:mode=off
4943
ethernet: true
5044
nina: true

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=avr,megaavr,samd,mbed_nano,mbed_portenta
9+
architectures=megaavr,samd,mbed_nano,mbed_portenta
1010
includes=ArduinoModbus.h
1111
depends=ArduinoRS485

0 commit comments

Comments
 (0)