esp-idf/components/hal/esp32h2/include
Simon Arlott 5ba75187b0 hal/uart_ll.h: Fix compile with C++
I'm including <hal/uart_ll.h> in my C++ application because I need to
bypass the uart driver. The inline functions in the header file fail to
compile as C++.

All of the enums need explicit casts for conversion to/from integers.

Merges https://github.com/espressif/esp-idf/pull/10106
2022-12-06 10:13:03 +08:00
..
hal hal/uart_ll.h: Fix compile with C++ 2022-12-06 10:13:03 +08:00
rev1/hal gpio: fix USB D+ pin cannot disable pullup 2022-08-22 22:03:25 +08:00
rev2/hal gpio: fix USB D+ pin cannot disable pullup 2022-08-22 22:03:25 +08:00