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

Commit

Permalink
v1.4.0 to add Teensy41 and QNEthernet
Browse files Browse the repository at this point in the history
### Releases v1.4.0

1. Add support to **Teensy 4.1 using QNEthernet Library**
2. Add example for `QNEthernet`
  • Loading branch information
khoih-prog authored Mar 18, 2022
1 parent aa0b743 commit 01b7e0d
Show file tree
Hide file tree
Showing 18 changed files with 3,817 additions and 57 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
Please ensure to specify the following:

* Arduino IDE version (e.g. 1.8.19) or Platform.io version
* `ESP8266`,`ESP32` or `STM32` Core Version (e.g. ESP8266 core v3.0.2, ESP32 v2.0.2 or STM32 v2.2.0)
* `ESP8266`,`ESP32`, `STM32` or `Teensyduino` Core Version (e.g. ESP8266 core v3.0.2, ESP32 v2.0.2, STM32 v2.2.0 or Teensyduino v1.56)
* Contextual information (e.g. what you were trying to achieve)
* Simplest possible steps to reproduce
* Anything that might be relevant in your opinion, such as:
Expand Down
1,798 changes: 1,798 additions & 0 deletions Packages_Patches/hardware/teensy/avr/boards.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 01b7e0d

Please sign in to comment.