feat(temperature_sensor): Add temperature sensor support on esp32p4

This commit is contained in:
Cao Sen Miao
2023-12-22 11:26:53 +08:00
parent 227c5d2cb7
commit 439bc719fe
24 changed files with 424 additions and 37 deletions

View File

@@ -85,6 +85,7 @@ PROVIDE ( AHB_DMA = 0x50085000 );
PROVIDE ( AXI_DMA = 0x5008a000 );
PROVIDE ( LCD_CAM = 0x500dc000 );
PROVIDE ( LP_IOMUX = 0x5012B000 );
PROVIDE ( LP_TSENS = 0x5012f000 );
PROVIDE ( MIPI_CSI_BRIDGE = 0x5009F800 );
PROVIDE ( MIPI_CSI_HOST = 0x5009F000 );