Files
esp-idf/components/hal/esp32s3/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-08-02 23:07:06 +08:00
2021-09-02 11:59:24 +05:30
2022-07-21 15:52:39 +08:00
2022-09-27 14:32:04 +08:00
2021-04-22 23:33:47 +02:00
2022-08-02 23:07:06 +08:00
2022-08-18 10:57:13 +08:00
2022-07-20 14:59:50 +08:00
2021-01-12 14:05:08 +08:00
2021-06-22 11:28:01 +08:00
2022-08-02 22:53:36 +08:00
2021-10-22 23:36:28 +03:00
2022-12-06 10:13:03 +08:00