OVMS3-idf/components/freertos/test
Ivan Grokhotkov 071615b059 freertos: fix TLS delete callback test
“Full” printf uses more stack space than “nano” printf, and more space than available in the idle task.
This caused stack overflow in TLS delete test. Replacing printf with ets_printf.
2016-12-13 13:24:01 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos_eventgroups.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos_task_delete.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_newlib_reent.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_panic.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_ringbuf.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_tls_deletecb.c freertos: fix TLS delete callback test 2016-12-13 13:24:01 +08:00