Includes

Firmware/software/electronics/mechanics
Post Reply
kazeno
Beginner
Posts: 1
Joined: Thu Mar 05, 2015 1:21 am

Includes

Post by kazeno »

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)?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Includes

Post by arnaud »

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.
Slaxx
Member
Posts: 86
Joined: Tue Mar 03, 2015 11:19 am
Location: Switzerland

Re: Includes

Post by Slaxx »

would also be interested in a visual studio project file and how to get it running...
Post Reply