Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit f8fa933

Browse files
authored
v2.6.0 to add support to AVR Dx using DXCore
### Releases v2.6.0 1. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [DxCore](https://github.com/SpenceKonde/DxCore)
1 parent f730f62 commit f8fa933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
* [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature)
4949
* [3. How to select another CS/SS pin to use](#3-how-to-select-another-csss-pin-to-use)
5050
* [4. How to use W5x00 with ESP8266](#4-how-to-use-w5x00-with-esp8266)
51-
* [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New**
5251
* [Ethernet_Generic Library API](#Ethernet_Generic-Library-API)
5352
* [Configuration Notes](#configuration-notes)
5453
* [1. How to select which SPI to use](#1-How-to-select-which-SPI-to-use)
@@ -57,6 +56,7 @@
5756
* [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature)
5857
* [3. How to select another CS/SS pin to use](#3-How-to-select-another-CSSS-pin-to-use)
5958
* [4. How to use W5x00 with ESP8266](#4-How-to-use-W5x00-with-ESP8266)
59+
* [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New**
6060
* [Examples](#examples)
6161
* [ 1. multiFileProject](examples/multiFileProject)
6262
* [ 2. TelnetClient](examples/TelnetClient)
@@ -2570,7 +2570,7 @@ Submit issues to: [Ethernet_Generic issues](https://github.com/khoih-prog/Ethern
25702570
25. Default to `W5100` to be safe. To change if using `W5200, W5500, W5100s` or testing faster SPI clock speeds
25712571
26. Slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.)
25722572
27. Use correct Debug Terminal `Serial` for so-called **SAMD21 Zero** boards from Arduino as well as Adafruit
2573-
28. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [DxCore](https://github.com/SpenceKonde/DxCore)
2573+
28. Add support to AVR_Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [**DxCore**](https://github.com/SpenceKonde/DxCore)
25742574

25752575

25762576
---

0 commit comments

Comments
 (0)