feat(esp32p4): added hal support

This commit is contained in:
Armando
2023-07-07 17:35:29 +08:00
parent 4dcab6c2ed
commit ea05ae6af2
30 changed files with 5950 additions and 13 deletions

View File

@@ -5,7 +5,6 @@
*/
#pragma once
#include <stdint.h>
#include "soc/soc.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -11,8 +11,8 @@ extern "C" {
#endif
typedef enum {
PERIPH_MSPI_MODULE = 0,
PERIPH_DUALMSPI_MODULE,
PERIPH_MSPI_FLASH_MODULE = 0,
PERIPH_MSPI_PSRAM_MODULE,
PERIPH_EMAC_MODULE,
PERIPH_MIPI_DSI_MODULE,
PERIPH_MIPI_CSI_MODULE,