Update task pool so tasks and timer are allocated statically.

This commit is contained in:
Richard Barry 2019-07-23 01:46:59 +00:00
parent 1840d38abf
commit 7af8756c97
17 changed files with 102 additions and 1465 deletions

View file

@ -202,5 +202,7 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
#define strncasecmp _strnicmp
#define strcmpi _strcmpi
#define configPRINTF( X ) printf X
#endif /* FREERTOS_CONFIG_H */