You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

uploaded 1 year ago
This component initializes Ethernet driver based on Espressif IoT Development Framework Configuration.

readme

# Component for Ethernet Initialization

This component initializes Ethernet driver based on Espressif IoT Development Framework Configuration.

## API

### Steps to enable console in an example code:
1. Add this component to your project using the command:
    ```bash
    idf.py add-dependency "espressif/ethernet_init^0.0.2"
    ```
2. In the main file of the example, add the following line:
    ```c
    #include "ethernet_init.h"
    ```
3. In your app_main() function, add the following line as the last line:
    ```c
    esp_err_t ethernet_init(esp_eth_handle_t *eth_handles_out[], uint8_t *eth_cnt_out);     // Initialize console
    void ethernet_deinit(void);    // Start console
    ```

Links

Supports all targets

License: Custom

To add this component to your project, run:

idf.py add-dependency "espressif/ethernet_init^0.0.3"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 11 times
  • Downloaded this version
    This version: 1 time

Badge

espressif/ethernet_init version: 0.0.3
|