esp-idf/components/soc/esp32/include/soc
baohongde d1db2df316 components/bt: High level interrupt in bluetooth
components/os: Move ETS_T1_WDT_INUM, ETS_CACHEERR_INUM and ETS_DPORT_INUM to l5 interrupt

components/os: high level interrupt(5)

components/os: hli_api: meta queue: fix out of bounds access, check for overflow

components/os: hli: don't spill registers, instead save them to a separate region

Level 4 interrupt has a chance of preempting a window overflow or underflow exception.
Therefore it is not possible to use standard context save functions,
as the SP on entry to Level 4 interrupt may be invalid (e.g. in WindowUnderflow4).

Instead, mask window overflows and save the entire general purpose register file,
plus some of the special registers.
Then clear WindowStart, allowing the C handler to execute without spilling the old windows.
On exit from the interrupt handler, do everything in reverse.

components/bt: using high level interrupt in lc

components/os: Add DRAM_ATTR to avoid feature `Allow .bss segment placed in external memory`

components/bt: optimize code structure

components/os: Modify the BT assert process to adapt to coredump and HLI

components/os: Disable exception mode after saving special registers

To store some registers first, avoid stuck due to live lock after disabling exception mode

components/os: using dport instead of AHB in BT to fix live lock

components/bt: Fix hli queue send error

components/bt: Fix CI fail

# Conflicts:
#	components/bt/CMakeLists.txt
#	components/bt/component.mk
#	components/bt/controller/bt.c
#	components/bt/controller/lib
#	components/esp_common/src/int_wdt.c
#	components/esp_system/port/soc/esp32/dport_panic_highint_hdl.S
#	components/soc/esp32/include/soc/soc.h
2021-09-09 11:29:06 +08:00
..
adc_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
apb_ctrl_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
apb_ctrl_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
bb_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
boot_mode.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
can_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
can_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
clkout_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
dac_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
dport_access.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
dport_reg.h esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00
efuse_reg.h bootloader: Fix selection of Quad I/O modes on ESP32-U4WDH chip 2021-04-12 18:49:17 +10:00
emac_dma_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
emac_ext_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
emac_mac_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
fe_reg.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
flash_encryption_reg.h spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
frc_timer_reg.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
gdma_channel.h gdma: dynamic alloc DMA channels 2021-01-13 10:52:27 +08:00
gpio_pins.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
gpio_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gpio_sd_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gpio_sd_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
gpio_sig_map.h mcpwm: update hal and soc naming 2021-07-26 22:32:45 +08:00
gpio_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
hinf_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
hinf_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
host_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
host_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
hwcrypto_reg.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
i2c_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2c_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
i2s_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2s_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
io_mux_reg.h components/pm: Add slp gpio configure workaround 2021-01-15 15:34:45 +08:00
ledc_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ledc_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
mcpwm_reg.h mcpwm: update register file according to TRM 2021-08-24 15:38:46 +08:00
mcpwm_struct.h mcpwm: update register file according to TRM 2021-08-24 15:38:46 +08:00
mmu.h soc: Remove cache constants from soc.h 2020-12-17 15:34:13 +11:00
nrx_reg.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
pcnt_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
pcnt_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
periph_defs.h mcpwm: fix wrong meta information 2021-02-22 20:23:35 +08:00
pid.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
reset_reasons.h soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
rmt_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rmt_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
rtc_cntl_reg.h soc esp32: Removes parentheses from RTC_MEM_xyz macros that expand directly to single numbers 2021-02-08 10:08:01 +11:00
rtc_cntl_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
rtc_i2c_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rtc_io_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
rtc_io_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rtc_io_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
rtc.h adjust lightsleep overhead time and cali slowclk 2021-01-06 03:40:28 +00:00
sdio_slave_pins.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdmmc_pins.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdmmc_reg.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
sdmmc_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
sens_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sens_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
slc_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
slc_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
soc_caps.h i2s: fix write failure on ESP32 in 32bit slave mode 2021-09-03 17:36:44 +08:00
soc_pins.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc_ulp.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc.h components/bt: High level interrupt in bluetooth 2021-09-09 11:29:06 +08:00
spi_pins.h spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 13:42:49 +08:00
spi_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
syscon_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
syscon_struct.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
timer_group_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
timer_group_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
touch_sensor_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
twai_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
uart_channel.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
uart_pins.h uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
uart_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
uart_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
uhci_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
uhci_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
wdev_reg.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00