mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
272551301e
Small unit-test-related fixes Fixes for some small bugs found running unit tests with heap poisoning turned on. All are bugs in the tests, except for one FreeRTOS fix (when deleting a task, check if it's running on the other CPU and preempt it if so.) See merge request !746