Please help me ,thanks! When FreeRTOS v10.0.1 is transplanted, the text completion function of Keil 4.74 disappears. Why?
Are you saying autocomplete in the Keil IDE doesn’t work? If so it doesn’t sound like a FreeRTOS question so would recommend asking Keil.
Hi Richard:
Thanks for your reply.
The autocomplete works well ,until “FreeRTOS.h” and “task.h” has been included.
So, I am very puzzled.
Does that prevent auto complete for everything, or just the FreeRTOS symbols?
Hi Richard:
I had try again today. It looks like: auto compelete is prevented, once "FreeRTOS.h" has been included.but other files not.
Attachment for the details.
Thanks!
Best Regards.
pictures.zip (301 KB)
Don’t include FreeRTOSConfig.h directly in your file - it is included automatically and in the correct order to ensure the portable layer is brought in and undefined
constants get correct default values, etc. by including FreeRTOS.h. I imagine the tools indexer is confused by the order in which you have the headers.
Hi Richard:
I include FreeRTOS.h separately, But it’s the same thing.
thanks!
Best Regards.