OVMS3-idf/components/esp_event/private_include
Renz Christian Bagaporo f21b8bbf55 esp_event: fix issue with post data preparation
Fixes an issue with post instance data preparation. Currently, there is
no way to check if event data has really been set during handler
execution preparation. When data is not allocated from the heap, user
could have passed 0x0 which can lead to failed checks.

This also implements using the already allocated data memory for posting
events from non-ISR functions when data size is less than the capacity.
2019-05-22 11:28:39 +08:00
..
esp_event_internal.h esp_event: fix issue with post data preparation 2019-05-22 11:28:39 +08:00
esp_event_private.h event: Implement event loop library 2018-10-26 13:14:19 +08:00