mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(mailbox): define and implement a mailbox API with hardware and software support
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user