soc: esp32s3: add esp32s3_appcpu for AMP support
Adds esp32s3_appcpu SoC and update default esp32s3 SoC to support AMP feature. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
df64ae2d2d
commit
bdda8ac48e
16 changed files with 769 additions and 30 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <errno.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#if defined(CONFIG_SOC_ESP32C3)
|
||||
#if defined(CONFIG_SOC_SERIES_ESP32C3)
|
||||
#include <zephyr/drivers/interrupt_controller/intc_esp32c3.h>
|
||||
#else
|
||||
#include <zephyr/drivers/interrupt_controller/intc_esp32.h>
|
||||
|
@ -22,7 +22,7 @@
|
|||
#include <zephyr/sys/util.h>
|
||||
#include <esp_attr.h>
|
||||
|
||||
#ifdef CONFIG_SOC_ESP32C3
|
||||
#ifdef CONFIG_SOC_SERIES_ESP32C3
|
||||
#define ISR_HANDLER isr_handler_t
|
||||
#else
|
||||
#define ISR_HANDLER intr_handler_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue