Lorenz Meier
|
e44d134c6c
|
Merge pull request #364 from julianoes/gitignore_ctags
Ignore files for ctags (used with SublimeText3)
|
12 years ago |
Lorenz Meier
|
719bbaa4f3
|
Merge pull request #329 from tridge/windows-com-port-names
build: use unqualified com port names on windows
|
12 years ago |
Lorenz Meier
|
f8fc956fa8
|
Merge branch 'master' of github.com:PX4/Firmware
|
12 years ago |
Lorenz Meier
|
2075cba636
|
Added H frame to docs
|
12 years ago |
Julian Oes
|
75a6e09567
|
Ignore files for ctags (used with SublimeText3)
|
12 years ago |
Lorenz Meier
|
b7cc1c880f
|
Merge pull request #363 from PX4/hotfix_config
Fixed accel self test
|
12 years ago |
Julian Oes
|
ae3a549d57
|
Fixed accel self test
|
12 years ago |
Lorenz Meier
|
e943488e9f
|
Show values when selftest fails
|
12 years ago |
Lorenz Meier
|
deb426b660
|
Merge branch 'sensor_selftests'
|
12 years ago |
px4dev
|
d90345a166
|
Some early gdb/Python macros for working with NuttX.
Note; only tested with gdb 7.6. Will definitely not work with the stock PX4 toolchain's gdb.
|
12 years ago |
Lorenz Meier
|
dc1dc25f1b
|
Revert "Hotfix for UART5"
This reverts commit b08ca02410 .
|
12 years ago |
Lorenz Meier
|
b08ca02410
|
Hotfix for UART5
|
12 years ago |
Lorenz Meier
|
354f5fad4b
|
Merge pull request #361 from jean-m-cyr/master
Flesh out PX4IO documentation comments and delete unnecessary class var
|
12 years ago |
Jean Cyr
|
3f800e5861
|
Make it obvious that file * isn't used here
|
12 years ago |
Jean Cyr
|
0301e2d145
|
Flesh out PX4IO documentation comments and delete unnecessary class var
|
12 years ago |
Lorenz Meier
|
d4ba5caac4
|
Merge pull request #359 from jean-m-cyr/master
Doxygenate and style dsm.c
|
12 years ago |
Jean Cyr
|
bafc5ea8a1
|
Remoce C++ style Doxygen comments
Replace C++ style comments with C comments
|
12 years ago |
unknown
|
b38a53740d
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
Lorenz Meier
|
6113be111e
|
Hotfix: Do not create bug/test lists, adding noise
|
12 years ago |
Jean Cyr
|
ab80b0e273
|
Doxygenate and style dsm.c
One file a day... this'll take a while!
|
12 years ago |
unknown
|
5142a9ffda
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
Lorenz Meier
|
b83d07e94a
|
Hotfix: Excluding codegen code
|
12 years ago |
Lorenz Meier
|
74d519d9d0
|
Hotfix: Fixed Doxygen tags for uORB topics
|
12 years ago |
Lorenz Meier
|
ca877e0bc4
|
Fixed file exclude
|
12 years ago |
Lorenz Meier
|
a1e0581fac
|
Hotfix: More Doxygen fixes
|
12 years ago |
Lorenz Meier
|
75e5628590
|
Fixed Doxygen
|
12 years ago |
unknown
|
9f7648b5fd
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
Lorenz Meier
|
d2f19c7d84
|
Merge pull request #354 from jean-m-cyr/master
Support initiating DSM bind via QGroundControl
|
12 years ago |
Lorenz Meier
|
01d354effc
|
Merge pull request #355 from PX4/kconfig-cleanup
Kconfig cleanup
|
12 years ago |
Lorenz Meier
|
33e71c37a6
|
Merge pull request #356 from julianoes/hotfix_io_override_bug
Fix bug where IO was in override mode for copter
|
12 years ago |
Julian Oes
|
3a21cacdbb
|
Fix bug where IO was in override mode for copter (workaround was to disconnect and reconnect Rx
|
12 years ago |
Lorenz Meier
|
50e3bb28c9
|
Fixed power attribute on FMU, contributed by Tridge
|
12 years ago |
unknown
|
04335f7b86
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
px4dev
|
de749a3602
|
Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX config anymore.
|
12 years ago |
px4dev
|
56d355414c
|
Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in the toolchain configuration.
|
12 years ago |
Lorenz Meier
|
cd928b64f3
|
Fixed log conversion scripts copy operation. Each log comes now with the required conversion tools. Eats up only 10 KB flash for the good cause.
|
12 years ago |
px4dev
|
b6676f6cb8
|
NuttX is confused when it doesn't know what board it's building for - since we don't tell it in the config anymore, we need to pass it a hint.
|
12 years ago |
Lorenz Meier
|
8c1f7a3706
|
Hotfix: Updated log converter
|
12 years ago |
Lorenz Meier
|
53b373dd82
|
Minor fixes to log conversion scripts
|
12 years ago |
Lorenz Meier
|
0025e9ca90
|
Hotfix: Copy a current version of the log conversion tools to each log directory
|
12 years ago |
Lorenz Meier
|
da9d9781f9
|
Final version of log conversion script, runs with Python 2 or 3 on Windows, Linux and MacOS. Tested on Mac with 2 and 3
|
12 years ago |
Lorenz Meier
|
b3d2efc90a
|
WIP
|
12 years ago |
px4dev
|
60275e1ae6
|
Clean the FMUv1 config through menuconfig.
|
12 years ago |
px4dev
|
5e2d676173
|
Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h>
|
12 years ago |
px4dev
|
c4498ce9a3
|
Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig tool on the PX4 config files.
|
12 years ago |
unknown
|
f32c55974b
|
Merge remote-tracking branch 'upstream/master'
|
12 years ago |
Lorenz Meier
|
487497d66e
|
Added Python 2 / 3 Windows / Linux / Mac OS converter script. So much for cross-platform / version agnostic
|
12 years ago |
Lorenz Meier
|
d3d9d059c0
|
First stab at Python 2 and 3 compatibilty
|
12 years ago |
Lorenz Meier
|
518e95ce44
|
Hotfix: Fixed Windows execution of sdlog2 dump script
|
12 years ago |
Jean Cyr
|
0b93555043
|
Tell mavlink about bind results
|
12 years ago |