Loading...
Searching...
No Matches
ESP-IDF Interface API

ESP-IDF Interface API. More...

Detailed Description

ESP-IDF Interface API.

This module implements an interface for ESP-IDF types and functions that are required by RIOT-OS but cannot be included directly due to name conflicts.

For this purpose, the header files of this module declare all the types and functions that are required from the ESP-IDF, but without using the ESP-IDF header files with conflicting names. The implementation of the module then uses the ESP-IDF. In most cases, simple wrapper functions are sufficient.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Files

file  gpio.h
 Interface for the ESP-IDF GPIO API.
 
file  uart.h
 Interface for the ESP-IDF UART HAL API.