OVMS3-idf/components/idf_test
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

Note: The test cases in this folder are for Espressif internal use.

Goto internal project wiki Testing page for detail about this folder.