aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Change the way modules are built so that object paths are relative and use ↵px4dev2013-05-111-2/+3
| | | | | | vpath for locating sources (so source paths are also shorter). Add some basic documentation for the build system files while we're at it.
* Merged ETS airspeed driverLorenz Meier2013-05-099-62/+180
|
* Merged with masterLorenz Meier2013-05-094-156/+59
|
* Merge branch 'master' of github.com:PX4/Firmware into export-buildLorenz Meier2013-05-062-10/+8
|
* Moved calibrationLorenz Meier2013-05-063-4/+438
|
* Merge branch 'master' of github.com:PX4/Firmware into export-buildLorenz Meier2013-05-061-123/+2
|
* ROMFS wide quad mixer addition and cleanupLorenz Meier2013-05-053-1/+20
|
* px4io: handle errors from adc_measure()Andrew Tridgell2013-05-041-4/+9
| | | | don't update the voltage/current values on error
* px4io: changed adc_measure() to return 0xffff on error, and lower timeoutAndrew Tridgell2013-05-041-3/+7
| | | | | | | | the timeout of 1ms was far too long, and could impact flight performance Returning 0xffff on error matches the FMU code, and allows bad values to be discarded
* px4io: return raw ADC value for currentAndrew Tridgell2013-05-042-11/+9
| | | | | | we don't know how to scale it as we have no info on what sensor is attached. As we are returning a uint16_t it is better to let the FMU sort it out or we'll just lose precision.
* Remove some trash files.px4dev2013-04-282-0/+0
|
* Re-enabled mixerLorenz Meier2013-04-285-13/+13
|
* IO compilingLorenz Meier2013-04-285-16/+34
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-28385-2/+153604
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-2817-0/+4195
|
* docs fixLorenz Meier2013-04-271-1/+1
|
* Moved multirotor controllersLorenz Meier2013-04-2715-0/+2278
|
* Moved all fixed wing controllers to new worldLorenz Meier2013-04-2711-0/+1691
|
* Merge branch 'master' of github.com:PX4/Firmware into public-export-buildLorenz Meier2013-04-271-2/+2
|
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-275-0/+1164
|
* Moved sensors app to new worldLorenz Meier2013-04-274-0/+1693
|
* Moved position_estimator_mc, px4io driver and sdlog app to new style buildLorenz Meier2013-04-2762-6/+4529
|
* Moved all system commands to the new worldLorenz Meier2013-04-271-1/+1
|
* MergedLorenz Meier2013-04-271-13/+49
|
* Cut over MAVLink to new build systemLorenz Meier2013-04-2722-0/+5751
|
* Merge working changes into export-build branch.px4dev2013-04-2636-0/+6822
|
* Use indirect calls for all commands (echo, make, etc.)px4dev2013-02-231-0/+4
| | | | Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
* APP -> MODULEpx4dev2013-02-232-0/+4
remove as many duplicate slashes, etc. as seems practical