what and where is FreeRTOS home? #112
-
Hello. Once more I need to ask for help.
which (according to said README.md) indicates that path ito freertos is invalid, and I don't know where it should be pointing to. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I have not tested that example in a long time - seems like the makefile is missing all the freeRTOS-related stuff... This is my fault, sorry for that. I will fix that ASAP! 😉 This is what you need to adapt in the fixed # FreeRTOS home folder (adapt this!)
FREERTOS_HOME ?= /mnt/n/Projects/FreeRTOSv10.4.1 |
Beta Was this translation helpful? Give feedback.
-
This is my executable for the processor: It requires 32kB IMEM and 16kB DMEM so it should run on your setup. |
Beta Was this translation helpful? Give feedback.
I have not tested that example in a long time - seems like the makefile is missing all the freeRTOS-related stuff... This is my fault, sorry for that. I will fix that ASAP! 😉
This is what you need to adapt in the fixed
sw/example/demo_freeRTOS/makefile