OVMS3-idf/components/soc/include/soc
Konstantin Kondrashov 32da455384 soc: Fix check_long_hold_gpio and move def to soc
Fix factory_reset_pin init as input
Move definition a structure rtc_gpio_desc to soc

Closes https://github.com/espressif/esp-idf/issues/2030
2018-06-22 09:20:27 +05:00
..
gpio_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-22 09:20:27 +05:00
rtc_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-22 09:20:27 +05:00
sdio_slave_periph.h feature(sdio): allow to enable internal pullups of the SDIO host and slave as a debug feature 2018-06-14 12:04:22 +08:00
sdmmc_periph.h feature(sdio): allow to enable internal pullups of the SDIO host and slave as a debug feature 2018-06-14 12:04:22 +08:00
soc_memory_layout.h Especially when internal memory fills up, some FreeRTOS structures (queues etc) get allocated in psram. These structures also contain a spinlock, which needs an atomic-compare-swap operation to work. The psram hardware, however, does not support this operation. As a workaround, this patch detects these spinlocks and will, instead of S32C1I, use equivalent C-code to simulate the behaviour, with an (internal) mux for atomicity. 2018-02-02 17:11:06 +08:00
spi_periph.h refactor(spi): move pin information into soc folder 2018-06-14 11:29:15 +08:00