Merge branch 'feature/h4_spi_support' into 'master'

feat(driver_spi): support esp32h4 spi driver

Closes IDF-12362, IDF-12364, IDF-12366, and IDF-11521

See merge request espressif/esp-idf!40862
This commit is contained in:
Wan Lei
2025-08-06 16:26:34 +08:00
54 changed files with 1716 additions and 231 deletions

View File

@@ -21,7 +21,6 @@
#include "soc/spi_periph.h"
#include "soc/spi_struct.h"
#include "soc/system_struct.h"
#include "soc/lldesc.h"
#include "hal/assert.h"
#include "hal/misc.h"
#include "hal/spi_types.h"