libesphttpd: added extras and example

This commit is contained in:
Nochkin 2017-10-08 23:01:35 -04:00
parent e24b6579ff
commit f5af169d63
29 changed files with 1185 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/* FreeRTOSConfig overrides.
This is intended as an example of overriding some of the default FreeRTOSConfig settings,
which are otherwise found in FreeRTOS/Source/include/FreeRTOSConfig.h
*/
#define configUSE_RECURSIVE_MUTEXES 1
/* Use the defaults for everything else */
#include_next<FreeRTOSConfig.h>