esp-idf/components
David Cermak 8534799d66 esp_eth: Fix w5500 to correctly read registers on -Os
Reading SPI data may come in 4-byte units and thus result in unwanted
overwrites if smaller size registers read, especially if multiple placed
one after another. Fixed by using direct reads to `trans` structure for
sizes smaller or equal to 4.

Closes https://github.com/espressif/esp-idf/issues/6579
2021-06-22 17:23:07 +08:00
..
2021-05-08 17:38:24 +08:00
2021-03-31 14:21:49 +08:00
2021-05-20 14:32:47 +10:00
2021-03-16 10:33:31 +08:00