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.

espressif/ethernet_init

0.0.3

uploaded 3 years 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

To add this component to your project, run:

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

download archive

Stats

  • Archive size
    Archive size ~ 7.12 KB
  • Downloaded in total
    Downloaded in total 14 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 1 time

Badge

espressif/ethernet_init version: 0.0.3
|