- Notifications
You must be signed in to change notification settings - Fork8.2k
Commitc367544
committed
esp32/network_lan: Add PHY_GENERIC device type.
Support the new PHY_GENERIC device type, added in ESP-IDF v5.4.0 [1].This PHY driver was added to ESP-IDF to support "generic"/oddball PHYLAN chips like the JL1101, which offer no features beyond the bare802.3 PHY standard and don't actually need a chip-specific driver (seediscussion at [2]).[1]espressif/esp-idf@0738314[2]espressif/esp-eth-drivers#28Signed-off-by: Elvis Pfutzenreuter <epxx@epxx.co>1 parent00a0cd7 commitc367544
File tree
4 files changed
+11
-1
lines changed- docs/esp32
- ports/esp32
4 files changed
+11
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
151 | 152 |
| |
152 | 153 |
| |
153 | 154 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
224 | 232 |
| |
225 | 233 |
| |
226 | 234 |
| |
|
0 commit comments
Comments
(0)