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

Commit cae814a

Browse files
authored
v1.0.0 for Teensy41 and QNEthernet
### Initial Releases v1.0.0 1. Initial porting and coding to support **Teensy 4.1 using QNEthernet Library** 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to avoid `multiple-definitions` linker error
1 parent 81ef0d4 commit cae814a

30 files changed

+9250
-669
lines changed

CONTRIBUTING.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## Contributing to Teensy41_AsyncTCP
2+
3+
### Reporting Bugs
4+
5+
Please report bugs in [Teensy41_AsyncTCP](https://github.com/khoih-prog/Teensy41_AsyncTCP/issues/new) 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/Teensy41_AsyncTCP/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/Teensy41_AsyncTCP/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. Teensy core v1.56)
19+
* Contextual information (e.g. what you were trying to achieve)
20+
* Simplest possible steps to reproduce
21+
* Anything that might be relevant in your opinion, such as:
22+
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
23+
* Network configuration
24+
25+
26+
### Example
27+
28+
```
29+
Arduino IDE version: 1.8.19
30+
Teensyduino Core Version 1.56
31+
OS: Ubuntu 20.04 LTS
32+
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
33+
34+
Context:
35+
I encountered an endless loop while trying to connect to Local WiFi.
36+
37+
Steps to reproduce:
38+
1. ...
39+
2. ...
40+
3. ...
41+
4. ...
42+
```
43+
44+
### Sending Feature Requests
45+
46+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47+
48+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/Teensy41_AsyncTCP/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49+
50+
### Sending Pull Requests
51+
52+
Pull Requests with changes and fixes are also welcome!
53+

LICENSE

Lines changed: 160 additions & 669 deletions
Large diffs are not rendered by default.

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)