Skip to content

xCreateTaskStatic error: was not declared in this scope #127

Answered by feilipu
ubaldot asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, but not quite the answer I was going to suggest.

Ah OK! What would that be your answer then?

The FreeRTOSConfig.h file is found in the library source directory and, as the Arduino IDE compiles its libraries first and your sketch last, that library configuration file is used (and others are not).

Default Arduino FreeRTOS has dynamic memory allocation to be as more general as possible to cover more boards and to prevent too much hassle for the user.

Yes. The assumption for Arduino is that the user is an artist or hobbyist or tinkerer or student who just wants to get something done, without necessarily knowing the details. Hence the original setup() and loop() functions being al…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ubaldot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants