mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
boards/risc-v/esp32p4: Add LP Mailbox board support
Add LP Mailbox board support for esp32p4 Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5a8678b591
commit
16776059d2
@@ -130,6 +130,9 @@
|
|||||||
# ifdef CONFIG_ESPRESSIF_ULP_USE_TEST_BIN
|
# ifdef CONFIG_ESPRESSIF_ULP_USE_TEST_BIN
|
||||||
# include "ulp/ulp_code.h"
|
# include "ulp/ulp_code.h"
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef CONFIG_ESPRESSIF_LP_MAILBOX
|
||||||
|
# include "espressif/esp_lp_mailbox.h"
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "esp32p4-function-ev-board.h"
|
#include "esp32p4-function-ev-board.h"
|
||||||
@@ -501,6 +504,9 @@ int esp_bringup(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ESPRESSIF_USE_LP_CORE
|
#ifdef CONFIG_ESPRESSIF_USE_LP_CORE
|
||||||
|
# ifdef CONFIG_ESPRESSIF_LP_MAILBOX
|
||||||
|
esp_lp_mailbox_init();
|
||||||
|
# endif
|
||||||
|
|
||||||
/* ULP initialization should be the handled later than
|
/* ULP initialization should be the handled later than
|
||||||
* peripherals to use supported peripherals properly on ULP core
|
* peripherals to use supported peripherals properly on ULP core
|
||||||
|
|||||||
Reference in New Issue
Block a user