Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/espressif/esp-eth-drivers

Collection of additional Ethernet drivers for ESP-IDF
https://github.com/espressif/esp-eth-drivers

Last synced: 2 days ago
JSON representation

Collection of additional Ethernet drivers for ESP-IDF

Awesome Lists containing this project

README

        

# Collection of additional Ethernet drivers for ESP-IDF

This repository aims to store additional Ethernet drivers which are not available directly in [ESP-IDF](https://github.com/espressif/esp-idf) but are accessible via [IDF Component Manager](https://components.espressif.com/).

List of currently supported chips:

- [KSZ8863](ksz8863/README.md)
- [ADIN1200](adin1200/README.md)
- [LAN867X](lan867x/README.md)
- [CH390](ch390/README.md)
- [Dummy PHY (EMAC to EMAC)](eth_dummy_phy/README.md)

## Resources

[IDF Component Manager](https://github.com/espressif/idf-component-manager) repository.

## Contribution

We welcome all contributions to the drivers and Component Manager project.

You can contribute by fixing bugs, adding features, adding documentation or reporting an [issue](https://github.com/espressif/esp-eth-drivers/issues). We accept contributions via [Github Pull Requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).

Before reporting an issue, make sure you've searched for a similar one that was already created.