feat(esp32c61): ci enable header check, fix c61 build

This commit is contained in:
wanlei
2024-03-21 14:32:55 +08:00
parent bd7f870c21
commit 535afdd7f4
36 changed files with 226 additions and 706 deletions

View File

@@ -771,8 +771,6 @@ void spicommon_cs_free_io(int cs_gpio_num)
bool spicommon_bus_using_iomux(spi_host_device_t host)
{
#define CHECK_IOMUX_PIN(HOST, PIN_NAME) if (GPIO.func_in_sel_cfg[spi_periph_signal[(HOST)].PIN_NAME##_in].sig_in_sel) return false
CHECK_IOMUX_PIN(host, spid);
CHECK_IOMUX_PIN(host, spiq);
CHECK_IOMUX_PIN(host, spiwp);