libesphttpd: added extras and example
This commit is contained in:
parent
e24b6579ff
commit
f5af169d63
29 changed files with 1185 additions and 0 deletions
11
examples/esphttpd/FreeRTOSConfig.h
Normal file
11
examples/esphttpd/FreeRTOSConfig.h
Normal 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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue