Lorenz Meier
e5c53f2755
Ignore PX4 log files
9 years ago
nephne
43553eacce
add cscope.in.out cscopte.po.out to .gitignore
9 years ago
dogmaphobic
76cb67ae35
Add mavlink log messages handler
9 years ago
Thomas Gubler
98a0a4042c
ignore gtags/gnu global output files
...
https://www.gnu.org/software/global/
9 years ago
Lorenz Meier
92d0347957
Prevent Git-gate from Qt creator local files
9 years ago
James Goppert
676a3d230c
Work on px4io firmware building.
10 years ago
James Goppert
1d6b31d196
Switch to cmake build system.
10 years ago
Lorenz Meier
54ac1d9548
Add rc.autostart to gitignore
10 years ago
Mark Charlebois
58e263d534
Added posix-arm target and refactored toolchain_* files
...
The toolchain_* files are target OS specific so they were moved to
the target OS subdir.
The gcc_version.* files are only cleared once per make instantiation so
a build that creates multiple HW targets will try to link with an
incompatible .o file (i.e. x86 build linking ARM .o). I created
posix-arm as a separate target to fix this problem.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
17233faaa0
Removed topic_listener.cpp from gitignore
...
The generated file is not created in the Build tree and is
automatically ignored
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
8e589adb24
topic_listener: added missing build deps
...
The posix build would complain that toipc_listener.cpp did not exist
and there was no rule to create it.
The required rule was added to src/systemcmds/topic_listener/module.mk
The script generate_listener.py is run from the Build tree and needs to
access $(PX4_BASE)/msgs so $(PX4_BASE) is now passed as an argument to
generate_listener.py
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
tumbili
3af6e9d76e
added autogenerated code for topic listener tool
10 years ago
Lorenz Meier
31818b30b6
Linux: Ignore generated messages
10 years ago
Hessel van der Molen
e2499bbb23
fixed missing float fields in IMU sdlog2 format
10 years ago
Daniel Agar
b1dcb10f25
add make check_format to check astyle code formatting
10 years ago
Andreas Antener
2d65e8cb3b
initial commit for vagrant/docker based ros setup
10 years ago
Thomas Gubler
d7e57061c9
generate message wrapper headers on ros
10 years ago
Thomas Gubler
738f65a705
generate wrapper headers for uorb
10 years ago
Anton Matosov
59fa170e54
Automated updates of the C++ code generated by the multi_tables script, now it is placed into the mixer_multirotor.generated.h file which is generated by makefile
10 years ago
Daniel Agar
c520119129
unittests Makefile call new cmake based unittests
10 years ago
Lorenz Meier
032b25c81b
Creating Firmware ZIP file and ignoring it in GIT
10 years ago
Thomas Gubler
8b5bc703a1
initial version of msg to uorb script
...
Standard and embedded types work, may need small refinements for some
types
10 years ago
Thomas Gubler
1e36de6157
ignore build folder
10 years ago
Pavel Kirienko
6814ddccff
UAVCAN as a submodule
11 years ago
Lorenz Meier
b74d4e2ba7
Added NuttX submodule
11 years ago
Pavel Kirienko
7813566e66
Initial UAVCAN integration. The library compiles successfully, CAN driver appears to be working properly. There is one hardcoded path in the module makefile that needs to be fixed; plus the compilation will likely fail unless arch/math.h contains log2l()
11 years ago
Thomas Gubler
58ae1edc84
ignore .orig files
11 years ago
Thomas Gubler
b607933ded
add .ropeproject to .gitignore
11 years ago
Thomas Gubler
496cba0855
add tags file to .gitignore
11 years ago
Julian Oes
ba0bf456b9
gitignore: ignore pydev project file created in eclipse
11 years ago
Diogo Machado
08055e5d52
added examples/jetdrive_control(copy of mc_att_control)
11 years ago
Julian Oes
75a6e09567
Ignore files for ctags (used with SublimeText3)
12 years ago
Lorenz Meier
74d519d9d0
Hotfix: Fixed Doxygen tags for uORB topics
12 years ago
Lorenz Meier
a1e0581fac
Hotfix: More Doxygen fixes
12 years ago
Andrew Tridgell
910cf4e5ba
dot.gdbinit should not be ignored
12 years ago
Lorenz Meier
2f76c81147
More compile fixes
12 years ago
Lorenz Meier
5375bb5b86
Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX now
12 years ago
px4dev
05fe7779a9
Fix .gitignore to avoid ignoring prebuilt libraries.
...
Also, generally clean-up the .gitignores and farm off separate versions for the NuttX/Apps directories to keep things tidy.
12 years ago
px4dev
01e427b17c
Merge working changes into export-build branch.
12 years ago
px4dev
a39d5230be
Cull .context files.
12 years ago
px4dev
31c6440b64
Un-ignore the *.d directories in the ROMFS directory to avoid ignoring the init.d directory and friends. This is rinky, but the alternatives are all a mess.
12 years ago
px4dev
eece05a287
We need a stub ROMFS header so that the client can supply their own bits.
12 years ago
px4dev
0695135105
Ignore NuttX export archives and anything in the Build directory.
12 years ago
px4dev
8685f63c72
Some gentle massaging to get things building again.
12 years ago
px4dev
6d138a845a
Let's let folks have their own .gdbinit
12 years ago
James Goppert
464c5245f2
Rebase of changes to sensor_hil_fixedwing branch.
12 years ago
px4dev
5b07efdbeb
Automatically generate depdencies for source files as they are compiled, rather than using the NuttX dependency generator tool.
12 years ago
px4dev
b5d3d8e436
We can ignore this too.
12 years ago
px4dev
76277ec622
Ignore more.
12 years ago
Lorenz Meier
5ba54cd921
Added rc mode docs
12 years ago