aboutsummaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Merged master into ekf_paramsLorenz Meier2014-04-261-3/+8
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Renamed FW filter to EKF to express its generic properties, switched ↵Lorenz Meier2014-04-192-2/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | multicopters over to this filter for first tests.
| * | | | | | | | | Add Gumstix AeroCore deviceAsh Charles2014-05-132-0/+136
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
| * | | | | | | | Merge pull request #868 from ufoncz/versioncmdLorenz Meier2014-05-033-3/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Versioncmd
| | * | | | | | | | ver command ready including hwcmp which replaces hw_ver, removed hw_verufoncz2014-04-273-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated all scripts to use new ver hwcmp command q
| | * | | | | | | | changed dir from version to ver to keep it shorterufoncz2014-04-272-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added "hw_ver compare" as command option so we can replace hw_ver in future
| | * | | | | | | | added version nsh command, it can replace hw_verufoncz2014-04-251-0/+1
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | sss
| * | | | | | | | update comment in makefileThomas Gubler2014-05-021-1/+1
| | | | | | | | |
| * | | | | | | | do not copy hidden files to ROMFSThomas Gubler2014-05-021-2/+4
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Port expander driver first hacky versionLorenz Meier2014-04-292-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #849 from PX4/compile_pedanticLorenz Meier2014-04-261-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Compile pedantic
| * | | | | | | More pedantic warningsLorenz Meier2014-04-211-1/+5
| |/ / / / / /
* / / / / / / warnings: don't spam with warning for missing field initializerJulian Oes2014-04-261-2/+3
|/ / / / / /
* | | | | | Merged beta_mavlink2 / masterLorenz Meier2014-03-162-0/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' into beta_mavlink2Anton Babushkin2014-03-152-0/+4
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into laser_rangefinderLorenz Meier2014-03-123-0/+7
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into gpio_led_fmuv2Lorenz Meier2014-03-123-0/+6
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge pull request #712 from PX4/fetch_logLorenz Meier2014-03-122-0/+2
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Log fetcher utility
| | | | | * | | | | dumpfile command and fetch_log.py tool implemented to fetch logs via nsh ↵Anton Babushkin2014-03-082-0/+2
| | | | | | |_|_|/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | console on USB
| | | * | / | | | gpio_led: bugs fixed, PX4FMUv2 support addedAnton Babushkin2014-02-111-0/+1
| | | | |/ / / / | | | |/| | | |
| | * / | | | | Added support for driver rangefinderLorenz Meier2014-03-081-0/+1
| | |/ / / / /
* | | | | | | Merged mavlink_beta2Lorenz Meier2014-03-111-1/+0
|\| | | | | |
| * | | | | | Merged stack size changesLorenz Meier2014-03-101-0/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | mavlink_onboard removedAnton Babushkin2014-02-281-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-03-111-0/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #673 from PX4/romfs_pruneLorenz Meier2014-03-101-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | | ROMFS: ignore comments and newlines in startup files, text in mixer files
| | * | | | ROMFS: ignore comments and newlines in startup files, text in mixer filesJulian Oes2014-02-171-0/+4
| | | | | |
* | | | | | Merged beta into paul_estimatorLorenz Meier2014-02-163-8/+13
|\| | | | |
| * | | | | Merged master into betaLorenz Meier2014-02-112-0/+11
| |\| | | |
| * | | | | Trim down FMUv1 config, remove not commonly used modules from default setLorenz Meier2014-02-011-4/+0
| | | | | |
| * | | | | px4fmu-v2_test makefile fixed, CMSIS addedAnton Babushkin2014-01-231-0/+5
| | | | | |
| * | | | | makefile for backside removedAnton Babushkin2014-01-231-147/+0
| | | | | |
| * | | | | mc_att_control_vector renamed to mc_att_controlAnton Babushkin2014-01-192-2/+2
| | | | | |
| * | | | | Merge branch 'autostart_cleanup' into navigator_new_vectorAnton Babushkin2014-01-174-0/+150
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-174-199/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into navigator_newThomas Gubler2014-01-175-199/+3
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: makefiles/config_px4fmu-v1_backside.mk src/modules/commander/commander.cpp src/modules/sdlog2/sdlog2.c
| * | \ \ \ \ \ \ Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-142-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-132-7/+12
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into navigator_newThomas Gubler2014-01-114-0/+57
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-082-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-064-23/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into navigator_newLorenz Meier2014-01-053-23/+5
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into navigator_new_fwThomas Gubler2014-01-011-159/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: makefiles/config_px4fmu-v2_logging.mk
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'launchdetection' into navigator_new_fwThomas Gubler2013-12-294-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
| | | * | | | | | | | | | | initial wip version of launchdetectorThomas Gubler2013-11-152-0/+2
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into navigator_new_vector fixAnton Babushkin2014-01-011-158/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use new controllers in logging buildAnton Babushkin2013-12-301-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-284-0/+4
| |\| | | | | | | | | | |
| | * | | | | | | | | | | add dataman to config_px4fmu-v2_logging.mkThomas Gubler2013-12-231-0/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/control_groups' into ↵Thomas Gubler2013-12-232-0/+158
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/systemcmds/tests/module.mk src/systemcmds/tests/tests.h