The firmware has this strange way to include header without point to the actual relative path breaking the autocompletation and tooltips showing the header documention in my IDLE.
How can I make it to work (particularly for Visual Studio)?
Includes
Re: Includes
Hi,
These includes are made possible because we add the folders containing the header files in the header search path (added with the flag -I to gcc, see https://github.com/bitcraze/crazyflie-f ... efile#L149).
I don't have visualstudio setup to test but I guess what you are looking at is the header search path: http://stackoverflow.com/questions/3354 ... ader-files
If you have a visualstudio project file for the Crazyflie firmware I would be interested to get it to test.
These includes are made possible because we add the folders containing the header files in the header search path (added with the flag -I to gcc, see https://github.com/bitcraze/crazyflie-f ... efile#L149).
I don't have visualstudio setup to test but I guess what you are looking at is the header search path: http://stackoverflow.com/questions/3354 ... ader-files
If you have a visualstudio project file for the Crazyflie firmware I would be interested to get it to test.
Re: Includes
would also be interested in a visual studio project file and how to get it running...