From f4d47c7ea2c8ed326996f96ced4d1fbecc66f24b Mon Sep 17 00:00:00 2001 From: Keith Duncan Date: Sat, 8 Jul 2023 12:02:43 +0100 Subject: [PATCH] Fix device support markdown formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f7d030..5be70ee 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ ESP32 includes an Ethernet MAC and requires an external PHY, connected over RMII Two PHY models are currently supported: -- Microchip LAN87x0 ([LAN8710](http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf) supports both MII and RMII -- [LAN8720](http://ww1.microchip.com/downloads/en/DeviceDoc/00002165B.pdf) is RMII only) and [TI TLK110](http://www.ti.com/lit/ds/symlink/tlk110.pdf). PHY model selection is a compile-time option and is set [here](https://github.com/mongoose-os-libs/ethernet/blob/master/mos_esp32.yml#L5). +- Microchip LAN87x0 ([LAN8710](http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf) supports both MII and RMII [LAN8720](http://ww1.microchip.com/downloads/en/DeviceDoc/00002165B.pdf) is RMII only) +- [TI TLK110](http://www.ti.com/lit/ds/symlink/tlk110.pdf). + +PHY model selection is a compile-time option and is set [here](https://github.com/mongoose-os-libs/ethernet/blob/master/mos_esp32.yml#L5). There is a [detailed article](https://sautter.com/blog/ethernet-on-esp32-using-lan8720/) on how to connect a PHY yourself. It is much easier to buy a dev board