mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
feat(esp32p4): added hal support
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "soc/soc.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user