Files
esp-idf/components/hal/esp32c2/include/hal
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
..
2022-08-02 23:07:06 +08:00
2022-01-19 11:08:57 +08:00
2022-08-02 23:07:06 +08:00
2022-03-08 14:05:23 +00:00
2022-09-02 10:05:20 +00:00
2022-09-02 10:05:20 +00:00
2022-07-27 10:22:09 +00:00
2022-01-19 11:08:57 +08:00
2022-01-19 11:08:57 +08:00
2022-02-24 22:20:09 +08:00
2022-01-19 11:08:57 +08:00
2022-08-02 22:53:36 +08:00
2022-12-06 10:13:03 +08:00