esp-idf/components/soc/esp32c2
Darian Leung 61eb7baa6b esp_hw_support: Add esp_cpu.h abstraction and API
This commit updates the esp_cpu.h API. The new API presents a new
abstraction of the CPU where CPU presents the following interfaces:

- CPU Control (to stall/unstall/reset the CPU)
- CPU Registers (to read registers commonly used in SW such as SP, PC)
- CPU Interrupts (to inquire/allocate/control the CPUs 32 interrupts)
- Memory Port (to configure the CPU's memory bus for memory protection)
- Debugging (to configure/control the CPU's debugging port)

Note: Also added FORCE_INLINE_ATTR to the DoxyFile in order to pass doc
        builds for esp_cpu.h
2022-06-14 14:30:58 +08:00
..
include/soc esp_hw_support: Add esp_cpu.h abstraction and API 2022-06-14 14:30:58 +08:00
ld soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
adc_periph.c adc: create common adc hal layer 2022-05-07 19:20:44 +08:00
CMakeLists.txt esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
dedic_gpio_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gdma_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c_bbpll.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
interrupts.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
ledc_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
timer_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_periph.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00