Revision 358e7de5 configurations/HelloWorld/modules/NUCLEO-F401RE/mainincludes.hpp
configurations/HelloWorld/modules/NUCLEO-F401RE/mainincludes.hpp | ||
---|---|---|
22 | 22 |
#include <urtware.h> |
23 | 23 |
#include <helloworld.h> |
24 | 24 |
|
25 |
static URT_THREAD_MEMORY(hellosvenja_thread, 256);
|
|
26 |
static URT_THREAD_MEMORY(hellothomas_thread, 256); |
|
25 |
static URT_THREAD_MEMORY(hellosvenja_thread, 512);
|
|
26 |
//static URT_THREAD_MEMORY(hellothomas_thread, 256);
|
|
27 | 27 |
static urt_node_t hellosvenja_node; |
28 |
static urt_node_t hellothomas_node; |
|
28 |
//static urt_node_t hellothomas_node;
|
|
29 | 29 |
|
30 |
#define AMIROOS_CFG_MAIN_INIT_HOOK_4() { \
|
|
31 |
urtCoreInit(); \ |
|
30 |
#define AMIROOS_CFG_MAIN_INIT_HOOK_3() { \
|
|
31 |
urtCoreInit(); \
|
|
32 | 32 |
helloWorldInit(&hellosvenja_node, (urt_osThread_t*)hellosvenja_thread); \ |
33 |
helloWorldInit(&hellothomas_node, (urt_osThread_t*)hellothomas_thread); \
|
|
33 |
urtCoreStartNodes(); \
|
|
34 | 34 |
} |
35 | 35 |
|
36 | 36 |
|
Also available in: Unified diff