esp-idf/components/hal/esp32s3
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
..
include/hal hal/uart_ll.h: Fix compile with C++ 2022-12-06 10:13:03 +08:00
brownout_hal.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
efuse_hal.c esp32s3: fixed bug chip v0.0 detected as vX.Y 2022-12-01 01:56:53 +08:00
hmac_hal.c [esp_hw_support]: HMAC upstream support for S3 2021-08-13 12:01:06 +08:00
rtc_cntl_hal.c light sleep: add i/d-cache tagmem retention support for esp32s3 2021-08-27 11:11:09 +08:00
touch_sensor_hal.c touch_sensor: apply general check 2021-10-08 11:32:12 +08:00