aboutsummaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Collapse)AuthorAgeFilesLines
* Merged beta into mavlink rework branchLorenz Meier2014-01-284-155/+24
|
* Merge branch 'master' of github.com:PX4/Firmware into navigator_newLorenz Meier2014-01-053-23/+5
|\
| * Do not require suffixed constantsLorenz Meier2014-01-051-2/+1
| |
| * Trimming down number of apps to save flash spaceLorenz Meier2014-01-042-21/+4
| |
* | Merge remote-tracking branch 'upstream/master' into navigator_new_fwThomas Gubler2014-01-011-159/+0
|\| | | | | | | | | Conflicts: makefiles/config_px4fmu-v2_logging.mk
| * Removed special logging config to cut down build timesLorenz Meier2013-12-301-157/+0
| |
* | 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
| | |
* | | 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
| * | Useful bits for high-rate loggingLorenz Meier2013-12-201-0/+157
| | |
| * | Enabled MPU6K and updated startup script to start all sensorsLorenz Meier2013-12-151-0/+1
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2013-12-133-3/+6
|\| | | | | | | | | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/drivers/px4io/px4io.cpp
| * | SO3 estimator code has been cleanedHyon Lim2013-11-293-4/+6
| | |
| * | SO(3) estimator and quaternion receive by mavlink implementedHyon Lim2013-11-291-0/+1
| | |
* | | Navigator: only whitespace fixesJulian Oes2013-11-182-2/+2
| | |
* | | Makefiles: fix compilation for backsideJulian Oes2013-11-181-0/+1
| | |
* | | Merge remote-tracking branch 'jean-m-cyr/master' into navigator_wipJulian Oes2013-11-182-0/+2
|\ \ \ | |/ / |/| |
| * | Add data manager module and fence support to navigatorJean Cyr2013-11-032-0/+2
| |/ | | | | | | | | | | | | | | - Add function to geo.c to determine if global position is inside fence - Add navigator support/commands for maintaining fence coords. - Add data manager module to support persistence fence storage. Can store other data, but only used for fence at this time. - Add unit tests for data manager
* / Updated backside controller/ added backside config.James Goppert2013-11-141-0/+160
|/
* Disable the segway app, as its GCC 4.7 incompatible and not generally usedLorenz Meier2013-11-012-3/+3
|
* Merge pull request #483 from PX4/calib_rotationLorenz Meier2013-10-232-0/+2
|\ | | | | Calibration of rotated board
| * get_rot_matrix() moved to separate library, accel calibration of rotated ↵Anton Babushkin2013-10-202-0/+2
| | | | | | | | board fixed
* | Updated segway controller for new state machine.James Goppert2013-10-222-2/+2
| |
* | Working on roboclaw driver.James Goppert2013-10-212-1/+2
|/
* Makefile cleanupLorenz Meier2013-10-102-2/+9
|
* added hw test, added better io debuggingLorenz Meier2013-10-101-0/+3
|
* Enabling navigator, does not do anything useful yetLorenz Meier2013-09-232-0/+2
|
* Add esc_calib systemcmd to FMUv2Julian Oes2013-09-221-0/+1
|
* Merged masterLorenz Meier2013-09-121-2/+2
|\
| * make upload on Linux much more reliableAndrew Tridgell2013-09-121-2/+2
| | | | | | | | | | Upload on Linux now only tries usb-3D_Robotics boards. This should also make it handle more ports on MacOS
* | Added position controller to default setLorenz Meier2013-09-102-2/+4
|/
* Merge branch 'master' of github.com:PX4/Firmware into fixedwing_l1Lorenz Meier2013-09-071-0/+8
|\
| * grab the git hash and inject it into every log file headertstellanova2013-09-061-0/+8
| |
* | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_l1Lorenz Meier2013-09-052-4/+4
|\|
| * Make sure the unit tests aren't included as part of the standard firmwareSimon Wilks2013-09-012-4/+4
| |
* | Merge branch 'multirotor' into fixedwing_l1Lorenz Meier2013-08-274-4/+36
|\|
| * Merge pull request #15 from sjwilks/multirotor_unittestsLorenz Meier2013-08-252-0/+12
| |\ | | | | | | Add a simple unit testing framework and tests for the commander state machine.
| | * Whitespace and formatting cleanup.Simon Wilks2013-08-251-1/+0
| | |
| | * Added a simple unit test framework and initial testing some of the commander ↵Simon Wilks2013-08-252-0/+13
| | | | | | | | | | | | state machines.
| * | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-234-4/+24
| |\ \ | | |/ | |/| | | | ge aborts
| | * Add support for adding extra files to the ROMFS from the config.px4dev2013-08-224-4/+24
| | | | | | | | | | | | If there is an IO firmware image already built when we build the corresponding FMU ROMFS, copy it into the ROMFS. Note - due to there being no fixed build ordering, to be certain that you have the most current IO firmware, you must build the IO firmware explicitly first.
* | | Added complete attitude control frameworkLorenz Meier2013-08-232-4/+5
|/ /
* | Added missing config files, compilingLorenz Meier2013-08-212-16/+16
| |
* | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ↵Lorenz Meier2013-08-211-1/+3
| | | | | | | | / conversion libs
* | Merged fmuv2_bringupLorenz Meier2013-08-211-1/+1
|\|
| * build: use unqualified com port names on windowsAndrew Tridgell2013-08-211-1/+1
| | | | | | | | the qualified names were not working with current versions of python
* | mergedLorenz Meier2013-08-191-0/+1
|\ \
| * \ Merge branch 'seatbelt_multirotor' into seatbelt_multirotor_newAnton Babushkin2013-08-161-0/+1
| |\ \ | | | | | | | | | | | | WIP, TODO fixedwing
| | * \ Merge branch 'master' into seatbelt_multirotorAnton Babushkin2013-07-171-1/+2
| | |\ \