mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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:
parent
9c96d876d1
commit
8a758b6a10
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue