| .. |
|
esp32
|
52f9a5ca16
Merge branch 'bugfix/sdspi_wp_cd_pins' into 'master'
|
%!s(int64=7) %!d(string=hai) anos |
|
include
|
70ab924dbb
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.
|
%!s(int64=8) %!d(string=hai) anos |
|
test
|
7ee8ee8b7e
soc: add source code of rtc_clk, rtc_pm
|
%!s(int64=8) %!d(string=hai) anos |
|
CMakeLists.txt
|
1cb5712463
cmake: Add component dependency support
|
%!s(int64=7) %!d(string=hai) anos |
|
component.mk
|
34372a091c
Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet.
|
%!s(int64=8) %!d(string=hai) anos |