mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Build: replace scons with makefile (#235)
* Build: transform scons into Makefile * Build: add Makefile dependencies * Build: remove some tabs from Makefile * Build: Make builds out of source, move wait for event to kernel port * Test: update the full test to print status messages * Build: replace lpthread with pthread Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
parent
c1b06040fe
commit
6b502b5dd3
9 changed files with 114 additions and 299 deletions
|
|
@ -83,7 +83,7 @@ is implemented in main_networking.c. */
|
|||
#endif
|
||||
|
||||
#ifndef mainCREATE_TCP_ECHO_TASKS_SINGLE
|
||||
#define mainCREATE_TCP_ECHO_TASKS_SINGLE 1
|
||||
#define mainCREATE_TCP_ECHO_TASKS_SINGLE 0
|
||||
#endif
|
||||
|
||||
/* This demo uses heap_3.c (the libc provided malloc() and free()). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue