feat(mailbox): define and implement a mailbox API with hardware and software support

This commit is contained in:
Omar Chebib
2025-06-17 12:17:32 +08:00
parent 392226b37f
commit 324446da95
42 changed files with 2384 additions and 289 deletions
@@ -76,6 +76,7 @@ PROVIDE ( LP_AON_CLKRST = 0x50111000 );
PROVIDE ( EFUSE = 0x5012D000 );
PROVIDE ( LPPERI = 0x50120000 );
PROVIDE ( LP_TIMER = 0x50112000 );
PROVIDE ( LP_MAILBOX = 0x50118000 );
PROVIDE ( LP_UART = 0x50121000 );
PROVIDE ( LP_I2C = 0x50122000 );
PROVIDE ( LP_SPI = 0x50123000 );