esp-idf/components/driver
Planck (Lu Zeyu) 255d499884 fix(ll): fix cpp compile error
Merges https://github.com/espressif/esp-idf/pull/12093

fix(ll): remove FLAG_ATTR macro

Such kind of operator overload will not work because C++ thinks such overload is ambiguous and it still prefer the built-in one which accepts and returns integer. Manually force type conversion seems to be unavoidable.
2023-09-14 14:48:12 +08:00
..
analog_comparator driver: Fix ana_cmpr negative enum comparison 2023-04-28 14:52:50 +08:00
dac feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
deprecated fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
gpio feat(gpio): add support for ESP32P4 2023-08-10 17:58:49 +08:00
gptimer fix(adc): invalid assertion on the adc_unit 2023-08-23 18:36:02 +08:00
i2c fix(i2c_master): Fix I2C new master cannot continously probe 2023-09-05 12:27:18 +08:00
i2s ci(i2s): add external clock input multi_dev test cases 2023-08-14 03:25:12 +00:00
include/esp_private spi_slave: support spi slave hd append mode on chips other than s2 2023-03-21 11:30:17 +08:00
ledc refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
mcpwm feat(mcpwm): clean up MCPWM ETM driver 2023-09-11 16:53:34 +08:00
parlio feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
pcnt feat(mcpwm): MCPWM event comparator driver 2023-09-11 16:53:34 +08:00
rmt feat(rmt): specify interrupt priority 2023-09-01 11:30:41 +08:00
sdio_slave refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
sdmmc Added support for write protection polarity for SDCard 2023-06-28 13:20:36 +02:00
sigma_delta driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
spi refactor(intr): add namespace for intr_cpu_id_t 2023-09-06 09:50:41 +08:00
temperature_sensor bugfix(temperature_sensor): Fix issue that get the value is negative 2023-08-03 11:16:42 +08:00
test_apps Merge branch 'feature/modify_mcpwm_clock_pre_scale' into 'master' 2023-09-09 08:30:56 +08:00
touch_sensor driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
twai refactor(twai): add reset and clock control to twai LL layer 2023-08-29 22:19:57 +08:00
uart feat(uart): Add sdkconfig.ci.iram_safe test for UART driver 2023-08-30 11:30:03 +08:00
usb_serial_jtag fix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly, 2023-08-24 11:59:20 +08:00
.build-test-rules.yml change(ci): add todo to p4 build test enable 2023-08-24 12:51:19 +08:00
CMakeLists.txt feat(mcpwm): clean up MCPWM ETM driver 2023-09-11 16:53:34 +08:00
Kconfig Merge branch 'feature/add_uart_iram_safe_check' into 'master' 2023-08-31 12:57:46 +08:00
linker.lf feat(mcpwm): clean up MCPWM ETM driver 2023-09-11 16:53:34 +08:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00