-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I started to experiment with this version of the Bouffalo tools. I noticed that on Windows and Linux, that there are header files that are not being found/recognized in the Platform IO IDE. For example FreeRTOS.h, string,h, stdio.h and stddef.h which was a dependency of FreeRTOS.h.
This wasn't a show stopper as the test module compiled, more of an annoyance. I don't like warnings during compiles either.
When I investigated further, I found that Platform IO was complaining about paths that were in the list but were listed as "Cannot find..." Along with a number of paths that were simply not there.
I don't know how all the magic works with Platform IO and the various extensions, but I manually added a number of paths manually and it is not complaining. Is there some way to do this more automatically? To me that means less error prone and time consuming.