How to include header files in XMOS FreeRTOS port?
-
- Member++
- Posts: 17
- Joined: Fri Dec 26, 2014 4:41 pm
How to include header files in XMOS FreeRTOS port?
In FreeRTOS port to the XMOS XS1 XCORE folder,I am trying to execute those programs.It's showing errors in header files that no such files are found. what must i do to include those header files? for example, 'freertos.h' file is not found.
You do not have the required permissions to view the files attached to this post.
-
- XCore Expert
- Posts: 754
- Joined: Thu Dec 10, 2009 6:56 pm
FreeRTOS has only been tested from the command line using the included makefile.If you want to use it in xTIMEComposer you may need to set some paths or add source and header files manually. It is not a xTIMEComposer module currently.