feat(spi): add esp32c5 spi support

This commit is contained in:
wanlei
2024-02-20 20:40:19 +08:00
parent dc86c17b38
commit 0cf11e5b87
20 changed files with 638 additions and 853 deletions

View File

@@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <stddef.h>
#include "soc/spi_periph.h"
#include "stddef.h"
/*
Bunch of constants for every SPI peripheral: GPIO signals, irqs, hw addr of registers etc