Merge branch 'fix_c5_spi_master_slave_rx_issue' into 'master'

fix(driver_spi): fixed c5/c61/h21 rx issue and support c61 eco3 changes

Closes IDF-12880 and IDF-9300

See merge request espressif/esp-idf!40026
This commit is contained in:
Wan Lei
2025-07-02 10:57:09 +08:00
5 changed files with 32 additions and 15 deletions

View File

@@ -10,8 +10,8 @@
extern "C" {
#endif
#define GPIO_MATRIX_CONST_ONE_INPUT (0x20)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x30)
#define GPIO_MATRIX_CONST_ONE_INPUT (0x40)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x60)
#ifdef __cplusplus
}