Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub committed Mar 20, 2021
1 parent 02210a0 commit 650fb7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ The in the examples used Ethernet library only supports the Wiznet 5500 chip, us
- an Arduino compatible Ethernet library like Ethernet3 https://github.com/sstaub/Ethernet3
- optional for Teensy MAC address https://github.com/sstaub/TeensyID

**Teensy 4.1 with buildin Ethernet**
**Teensy 4.1 with buildin Ethernet**<br>
**!!! This doesn't work in the moment because of a bug with the Arduino String library in conjuction with the NativeEthernet libray**
- https://github.com/vjmuzik/NativeEthernet
- https://github.com/vjmuzik/FNET

**STM32duino (https://github.com/stm32duino)**
**STM32duino (https://github.com/stm32duino)**<br>
**!!! This works not as ecpected, there is a bug in the LWIP libray which is causing a massive lost of packages**
- https://github.com/stm32duino/STM32Ethernet
- https://github.com/stm32duino/LwIP

Expand Down

0 comments on commit 650fb7c

Please sign in to comment.