Skip to content

Commit b727094

Browse files
authored
Drop official support for AVR for this library. (#106)
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 b727094

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)