boards/risc-v/esp32c6: Add SW LP Mailbox board support

Add software lp mailbox board support

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
Eren Terzioglu 2026-07-24 14:08:16 +02:00 committed by Xiang Xiao
parent 9c96d876d1
commit 8a758b6a10

View file

@ -158,6 +158,10 @@
# endif
#endif
# ifdef CONFIG_ESPRESSIF_LP_MAILBOX
# include "espressif/esp_lp_mailbox.h"
# endif
#include "esp32c6-devkitc.h"
/****************************************************************************
@ -549,6 +553,10 @@ int esp_bringup(void)
#ifdef CONFIG_ESPRESSIF_USE_LP_CORE
# ifdef CONFIG_ESPRESSIF_LP_MAILBOX
esp_lp_mailbox_init();
# endif
/* ULP initialization should be the handled later than
* peripherals to use supported peripherals properly on ULP core
*/