esp-idf/components/soc/esp32c3
Ivan Grokhotkov 3973db7664
soc: make register access macros compatible with C++20
In C++20, using the result of an assignment to a 'volatile' value is
deprecated.

Breaking change: register "setter" or modification macros can no
longer be used as expressions.

Closes https://github.com/espressif/esp-idf/issues/9170
2022-06-17 18:09:22 +02:00
..
include/soc soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00
ld soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
adc_periph.c adc: update adc header files on c3 2021-03-26 12:04:46 +08:00
CMakeLists.txt fast_gpio: driver support on esp32c3 2021-09-06 19:39:09 +08:00
dedic_gpio_periph.c fast_gpio: driver support on esp32c3 2021-09-06 19:39:09 +08:00
gdma_periph.c gdma: support IRAM interrupt 2021-11-08 16:14:51 +08:00
gpio_periph.c gpio: fix issue that gpio cannot hold during deep-sleep on c3, Closes https://github.com/espressif/esp-idf/issues/7455 2021-08-25 15:16:08 +08:00
i2c_bbpll.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2s_periph.c i2s: update copyright 2022-02-21 21:28:48 +08:00
interrupts.c apptrace: Adds ESP32-C3 support 2021-06-24 13:16:14 +03:00
ledc_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
rmt_periph.c rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
sigmadelta_periph.c soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
spi_periph.c spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 13:42:49 +08:00
timer_periph.c gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
uart_periph.c uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00