OVMS3-idf/components/soc/include/soc
Konstantin Kondrashov baa6c19700 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-26 12:47:55 +05:00
..
gpio_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-26 12:47:55 +05:00
rtc_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-26 12:47:55 +05: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