esp-idf/components/soc/src/hal
Darian Leung fb2d6a44eb CAN: ISR runs when cache is disabled
This commit adds the feature where the CAN ISR will continue to
run even if the cache is disabled. Whilst cache is disabled, any
received messages will go into the RX queue, and any pending TX
messages in the TX queue will be transmitted. This feature should
be enabled using the CONFIG_CAN_ISR_IN_IRAM option.
2021-03-09 08:47:58 +08:00
..
adc_hal.c Merge branch 'bugfix/sign_compare_warning_in_soc_component' into 'release/v4.1' 2021-02-09 11:05:12 +08:00
can_hal_iram.c CAN: ISR runs when cache is disabled 2021-03-09 08:47:58 +08:00
can_hal.c CAN: ISR runs when cache is disabled 2021-03-09 08:47:58 +08:00
dac_hal.c dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio_hal.c refactor(gpio): add hal gpio driver 2019-11-22 17:24:53 +08:00
i2c_hal_iram.c feature(I2C): Add i2c hal support. 2019-11-21 20:34:07 +08:00
i2c_hal.c bugfix(i2c): fix I2C driver breaking change issue. 2019-12-04 15:51:36 +08:00
i2s_hal.c driver(I2S): Fix I2S reset issue for release/v4.1 2020-11-04 08:18:20 +00:00
ledc_hal_iram.c feat(ledc): refactor ledc driver 2019-11-21 16:25:22 +08:00
ledc_hal.c soc: add ledc_caps.h, replace target-based ifdefs with caps-based 2019-12-28 20:33:21 +00:00
mcpwm_hal.c mcpwm: add HAL layer support 2019-11-25 00:36:30 +08:00
pcnt_hal.c refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
rmt_hal.c rmt: add HAL layer 2019-11-20 10:54:21 +08:00
rtc_io_hal.c rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sdio_slave_hal.c soc: fix comparison error in soc component 2020-12-02 12:23:17 +08:00
sigmadelta_hal.c refactor(sigmadelta): add hal sigmadelta driver 2019-11-21 11:53:07 +08:00
spi_flash_hal_common.inc ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_flash_hal_gpspi.c ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_flash_hal_iram.c ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_flash_hal.c ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_hal_iram.c spi: multichip support 2019-06-22 19:08:47 +08:00
spi_hal.c spi: fix iomux, timing and address phase issues for esp32s2beta 2019-12-23 10:23:00 +08:00
spi_slave_hal_iram.c spi: support new chip esp32s2beta 2019-06-23 12:17:27 +08:00
spi_slave_hal.c spi: support new chip esp32s2beta 2019-06-23 12:17:27 +08:00
timer_hal.c timer_group: update hal api && fix intr_enable 2020-04-29 12:19:25 +08:00
touch_sensor_hal.c Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
uart_hal_iram.c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
uart_hal.c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00