Hi Adrian
In addition to David's questions.....I have followed the steps in "How To: Create a New MQX RTOS for KSDK Project in KDS" and successfully compiled a new project.
How can I now include various drivers to this project without PE?
Do I need to add the includes & library search paths manually in compiler settings for the project? Then add include files in the source code?
In CW 10.6 with MQX, the process to add new functions of MQX was to modify user_config.h, re-compile MQX libraries and add include file to source if required. ie #include "lwsem.h" or "lwevents"
There was no manual process to add search paths or includes in the compiler settings.
I'd like to add USB CDC driver to my project that I've just created with "How To: Create a New MQX RTOS for KSDK Project in KDS" but am unsure what the proper steps are to achieve this?
Can anyone give some simple steps to follow?
Some more In depth How to Guides from Freescale would be helpful especially to do with custom hardware......the focus of most of the documentation with KSDK is centered on development boards.
Also How To: Create a New MQX RTOS for KSDK Project in KDS is not included with the KSDK install.
Thanks in advance.
Update: To incude an OS, you must goto Components Library> Categories (tab) > Operating Systems > .....
MQX can then be selected. Although it doesn't show other RTOSs such as FreeRTOS or uCOS, not sure why??