Files
esp-idf/components/hal/esp32/include/hal
Simon Arlott d1993c01f2 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-11-15 06:29:05 +00:00
..
2022-08-02 23:07:06 +08:00
2022-10-25 17:14:59 +08:00
2022-11-07 14:12:53 +08:00
2022-10-20 11:55:03 +08:00
2021-04-22 23:33:47 +02:00
2022-08-02 23:07:06 +08:00
2022-09-17 04:56:49 +00:00
2022-07-20 14:59:50 +08:00
2022-05-31 13:44:18 +08:00
2022-11-09 12:50:46 +08:00
2022-09-13 10:50:58 +08:00
2021-02-26 19:45:48 +08:00
2022-11-04 17:40:29 +08:00
2022-11-15 06:29:05 +00:00