esp-idf/components/hal/esp32
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
..
include/hal hal/uart_ll.h: Fix compile with C++ 2022-11-15 06:29:05 +00:00
brownout_hal.c spi_flash: Making XMC flash works more stable when brownout detected 2022-06-02 10:38:55 +08:00
efuse_hal.c all: Apply new version logic (major * 100 + minor) 2022-11-03 08:36:23 +00:00
gpio_hal_workaround.c gpio: Fix HAL bad bit shift operation on gpio_num_t reported from coverity 2022-07-15 16:51:25 +08:00
touch_sensor_hal.c hal: fix issues reported by PVS-Studio 2022-03-14 18:46:48 +01:00