Search found 1 match

by mikckylmz
Fri Jul 26, 2024 9:43 am
Forum: ESP-IDF
Topic: ESP NETIF Custom I/O Driver with vfs_l2tap
Replies: 1
Views: 501

ESP NETIF Custom I/O Driver with vfs_l2tap

Hello, I am developing custom netif IO driver for Homeplug Modem. As described in https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_netif_driver.html, I implemented function below with netif postattach function callback. esp_netif_transmit() esp_netif_free_rx_buff...