aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add navigator - not enabled for compilation, WIPLorenz Meier2013-08-223-0/+698
|
* Fix to RC param updates on IOLorenz Meier2013-08-222-2/+7
|
* Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-221-5/+7
|\
| * Fixed commandline handlingLorenz Meier2013-08-221-5/+7
| |
* | Moved to USART1 for the main console, starting a 2nd NSH instance on USB if ↵Lorenz Meier2013-08-227-65/+97
| | | | | | | | needed, reworked start scripts to not fall over
* | 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-2169-171/+216
| | | | | | | | / conversion libs
* | Merged fmuv2_bringupLorenz Meier2013-08-2120-534/+803
|\|
| * Merge pull request #12 from cvg/fmuv2_bringup_lsm303d_configLorenz Meier2013-08-217-440/+645
| |\ | | | | | | Fmuv2 bringup lsm303d config
| | * Adapted the MPU6000 to have the same get range ioctls and defines for defaultsJulian Oes2013-08-211-39/+48
| | |
| | * L3GD20 and LSM303D reset and range config working properly nowJulian Oes2013-08-212-87/+136
| | |
| | * Use gyro at correct rateJulian Oes2013-08-211-4/+4
| | |
| | * Get units right in configJulian Oes2013-08-211-2/+2
| | |
| | * Changed range handling of LSM303D once again, added defines for default valuesJulian Oes2013-08-211-24/+39
| | |
| | * Workaround to get the HMC5883 default rate rightJulian Oes2013-08-211-4/+4
| | |
| | * Forgot to comment mag init in sensors.cpp back back inJulian Oes2013-08-211-2/+2
| | |
| | * Add reset and samplerate ioctl to HMC5883 driverJulian Oes2013-08-211-47/+60
| | |
| | * Don't store m/s^2 and G at the same timeJulian Oes2013-08-211-4/+1
| | |
| | * Improved LSM303D driver, plus some fixes to the HMC5883Julian Oes2013-08-205-229/+379
| | |
| | * Sorry, finally got the axes of the external mag rightJulian Oes2013-08-201-2/+2
| | |
| | * Handle the config command line arguments a bit more intuitiveJulian Oes2013-08-201-87/+59
| | |
| * | openocd: lost change from my cherry-pickingKevin Hester2013-08-211-1/+5
| | |
| * | add step hooks to make stepping work correctly for non isrsKevin Hester2013-08-212-2/+48
| | | | | | | | | | | | | | | | | | | | | Conflicts: Debug/openocd.gdbinit Debug/px4fmu-v1-board.cfg
| * | Add scripts for debugging with openocdKevin Hester2013-08-215-64/+36
| | | | | | | | | | | | Note: We now use the version of stm32f4x that comes with openocd 0.7.0 or later
| * | build: use unqualified com port names on windowsAndrew Tridgell2013-08-211-1/+1
| | | | | | | | | | | | the qualified names were not working with current versions of python
| * | Moved mavlink log to system libLorenz Meier2013-08-214-19/+10
| | |
| * | Build fix, added command line switch norc to disable RCLorenz Meier2013-08-211-0/+26
| | |
| * | Added flag to disable RC evaluation onboard of IO (raw values still forwarded)Lorenz Meier2013-08-214-11/+36
| |/
| * Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-206-8/+487
| |\
* | | Added TBS scriptSimon Wilks2013-08-213-2/+150
| | |
* | | Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into ↵Lorenz Meier2013-08-208-46/+118
|\ \ \ | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton
| * | | position_estimator_inav: "landed" detector implemented, bugfixesAnton Babushkin2013-08-206-46/+118
| | | |
| * | | RC mode switching diagram updatedAnton Babushkin2013-08-192-0/+0
| | | |
* | | | Merge branch 'fmuv2_bringup_new_state_machine_drton' of ↵Lorenz Meier2013-08-200-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | github.com:cvg/Firmware_Private into fmuv2_bringup_new_state_machine_drton
| * | | | Fixed accel self testJulian Oes2013-08-201-0/+2
| | | | |
* | | | | Merge branch 'master' of github.com:PX4/Firmware into ↵Lorenz Meier2013-08-201-0/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | fmuv2_bringup_new_state_machine_drton
| * | | Merge pull request #363 from PX4/hotfix_configLorenz Meier2013-08-201-0/+2
| |\ \ \ | | | | | | | | | | Fixed accel self test
| | * | | Fixed accel self testJulian Oes2013-08-201-0/+2
| |/ / /
* | | | Merge branch 'master' into fmuv2_bringup_new_state_machine_drtonLorenz Meier2013-08-201-1/+13
|\| | |
| * | | Show values when selftest failsLorenz Meier2013-08-201-1/+13
| | | |
* | | | Merge branch 'master' of github.com:PX4/Firmware into ↵Lorenz Meier2013-08-204-7/+174
|\| | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton
| * | | Merge branch 'sensor_selftests'Lorenz Meier2013-08-194-7/+174
| |\ \ \
| | * | | Made accel / gyro self tests aware of offsets and scales, added support to ↵Lorenz Meier2013-08-094-7/+174
| | | | | | | | | | | | | | | | | | | | config command to call these
* | | | | Fixed NSH terminal initLorenz Meier2013-08-202-6/+5
| | | | |
* | | | | Merged calibration_cleanupLorenz Meier2013-08-201-172/+150
|\ \ \ \ \
| * | | | | WIP on getting low-priority non-command tasks out of the commander main loopLorenz Meier2013-08-171-139/+149
| | | | | |
* | | | | | Merge branch 'fmuv2_bringup_new_state_machine_drton' of ↵Simon Wilks2013-08-1910-112/+507
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/cvg/Firmware_Private into fmuv2_bringup_new_state_machine_drton
| * \ \ \ \ \ Merged seatbelt_multirotor_new / masterLorenz Meier2013-08-1910-112/+507
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merged masterLorenz Meier2013-08-194-221/+623
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Some early gdb/Python macros for working with NuttX.px4dev2013-08-171-0/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note; only tested with gdb 7.6. Will definitely not work with the stock PX4 toolchain's gdb.