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

Commit 92e7b27

Browse files
authored
v1.7.1 for Teensy41 and QNEthernet
### Releases v1.7.1 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet** 2. Bump up version to v1.7.1 to sync with [AsyncHTTPRequest_Generic](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) v1.7.1
1 parent 97ccdd0 commit 92e7b27

30 files changed

+7338
-0
lines changed

CONTRIBUTING.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
## Contributing to AsyncWebServer_Teensy41
2+
3+
### Reporting Bugs
4+
5+
Please report bugs in AsyncWebServer_Teensy41 if you find them.
6+
7+
However, before reporting a bug please check through the following:
8+
9+
* [Existing Open Issues](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues) - someone might have already encountered this.
10+
11+
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues/new).
12+
13+
### How to submit a bug report
14+
15+
Please ensure to specify the following:
16+
17+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18+
* `Teensyduino` Core Version (e.g. `Teensyduino core v1.56`)
19+
* `QNEthernet` library version (e.g. `QNEthernet v0.13.0`)
20+
* Board type and relevant info
21+
* Contextual information (e.g. what you were trying to achieve)
22+
* Simplest possible steps to reproduce
23+
* Anything that might be relevant in your opinion, such as:
24+
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
25+
* Network configuration
26+
27+
28+
### Example
29+
30+
```
31+
Arduino IDE version: 1.8.19
32+
Teensyduino core v1.56
33+
Teensy 4.1 using QNEthernet v0.13.0
34+
OS: Ubuntu 20.04 LTS
35+
Linux xy-Inspiron-3593 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
36+
37+
Context:
38+
I encountered an endless loop while trying to connect to Local WiFi.
39+
40+
Steps to reproduce:
41+
1. ...
42+
2. ...
43+
3. ...
44+
4. ...
45+
```
46+
### Sending Feature Requests
47+
48+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49+
50+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
51+
52+
### Sending Pull Requests
53+
54+
Pull Requests with changes and fixes are also welcome!
55+

Packages_Patches/hardware/teensy/avr/boards.txt

Lines changed: 1798 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)