drivers: mbox: mbox_esp32: add support for esp32 MBOX driver

as an alternative for IPM driver.

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
This commit is contained in:
Felipe Neves 2024-07-31 11:38:08 -03:00 committed by Anas Nashif
commit af91d06b00
9 changed files with 329 additions and 0 deletions

View file

@ -38,6 +38,7 @@ config SOC_ENABLE_APPCPU
bool
default y
depends on IPM && SOC_ESP32_PROCPU
depends on MBOX && SOC_ESP32_PROCPU
help
This hidden configuration lets PROCPU core to map and start APPCPU whenever IPM is enabled.

View file

@ -37,6 +37,7 @@ config SOC_ENABLE_APPCPU
bool
default y
depends on IPM && SOC_ESP32S3_PROCPU
depends on MBOX && SOC_ESP32S3_PROCPU
help
This hidden configuration lets PROCPU core to map and start APPCPU whenever IPM is enabled.