This website requires JavaScript.
Explore
Help
Sign In
eaw
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
16de6bff245dec5e63eee994f53a08252be720d4
esp-idf
/
components
/
idf_test
History
Jeroen Domburg
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.
2018-02-02 17:11:06 +08:00
..
include
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
integration_test
test: fix BLE update conn param test case errors
2018-01-16 13:39:12 +08:00
unit_test
test: change initial condition of unit test:
2017-11-20 17:51:27 +08:00
component.mk
test: check and collect performance via CI
2017-11-16 17:48:30 +08:00
README.md
CI: remove readme content:
2017-05-08 11:44:45 +08:00
README.md
Note: The test cases in this folder are for Espressif internal use.
Goto internal project wiki Testing page for detail about this folder.
Reference in New Issue
View Git Blame
Copy Permalink