OVMS3-idf/components/soc/include/soc
Angus Gratton a67d5d89e0 Replace all DOS line endings with Unix
Command run was:
git ls-tree -r HEAD --name-only | xargs dos2unix
2018-07-12 19:10:37 +08: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 Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdmmc_periph.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +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 Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00