aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added rc mode docsLorenz Meier2012-12-313-0/+1
* Merged rates setpointsLorenz Meier2012-12-233-78/+25
|\
| * Added rates setpoints as system outputsLorenz Meier2012-11-2616-98/+663
* | Merge pull request #115 from PX4/ardrone_startup_updateLorenz Meier2012-12-231-15/+19
|\ \
| * | Updated PX4IOAR start scriptLorenz Meier2012-12-091-15/+19
* | | Merge branch '#102-pwm-output-correctness'px4dev2012-12-233-55/+85
|\ \ \
| * | | Fix several aspects of the PWM output driver; enable auto-reload, use named c...px4dev2012-12-181-24/+27
| * | | Teach 'fake' to set the arming state as well.px4dev2012-12-181-13/+42
| * | | use <err.h> more consistently in the fmu driver.px4dev2012-12-181-17/+15
| * | | Fix the PWM servo ioctl base so it's not overlapping the GPIOspx4dev2012-12-181-1/+1
* | | | Merge pull request #94 from PX4/DSM-decoder-fixpx4dev2012-12-238-103/+187
|\ \ \ \
| * | | | Merge branch 'master' into DSM-decoder-fixpx4dev2012-12-193-215/+90
| |\| | |
| * | | | Adjust the control mapping from DSM receivers to correspond to the standard P...px4dev2012-12-043-6/+24
| * | | | Lock out the PPM decoder if the DSM or S.bus decoders have seen a frame recen...px4dev2012-12-044-12/+42
| * | | | Fix breakage to the DSM parser introduced with the input prioritisation logic...px4dev2012-12-037-88/+84
| * | | | Add a 'monitor' verb to the px4io command so we can watch inputs to IO (it co...px4dev2012-12-031-1/+41
* | | | | Merge pull request #107 from PX4/gyros_parallelpx4dev2012-12-231-3/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update apps/drivers/mpu6000/mpu6000.cpppx4dev2012-12-231-1/+0
| * | | | Made MPU-6000 gyro optionalLorenz Meier2012-12-221-3/+10
|/ / / /
* | | | Merge pull request #101 from julianoes/hotfix_matlab_import_scriptLorenz Meier2012-12-151-205/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | Greatly sped up Matlab import script, a 17min flight now takes 2secs to impor...Julian Oes2012-12-151-205/+61
|/ / /
* | | Merge pull request #98 from sjwilks/px4io_safety_switchpx4dev2012-12-081-22/+20
|\ \ \
| * | | Added more LED state logic and improve code.Simon Wilks2012-12-081-22/+20
* | | | Merge pull request #97 from sjwilks/px4io_safety_switchpx4dev2012-12-071-2/+23
|\| | |
| * | | Add an additional safety switch LED blink sequence when FMU and IO are armedSimon Wilks2012-12-071-2/+23
|/ / /
* / / Fixed calibration checkLorenz Meier2012-12-071-3/+3
|/ /
* | Remove a few cut-and-paste author attributions.px4dev2012-12-025-7/+2
* | Merge pull request #90 from PX4/#89-BlinkM-driverpx4dev2012-12-016-3/+580
|\ \
| * | Force the fade speed to something sensible. Deal better with failed probes.px4dev2012-12-011-0/+4
| * | A driver and shell command for the BlinkM I2C LED controller.px4dev2012-12-016-3/+576
* | | Merge pull request #75 from PX4/delay_testpx4dev2012-12-013-1/+203
|\ \ \
| * | | Added delay test to measure comm delays with a led / scopeLorenz Meier2012-11-273-1/+203
| | |/ | |/|
* | | Merge pull request #73 from PX4/io_armingpx4dev2012-12-012-3/+4
|\ \ \
| * \ \ MergedLorenz Meier2012-11-260-0/+0
| |\ \ \
| | * | | Not arming FMU in HIL modeLorenz Meier2012-11-261-2/+2
| * | | | Not arming FMU in HIL modeLorenz Meier2012-11-261-2/+2
| |/ / /
| * / / IO does not arm in HIL modeLorenz Meier2012-11-261-1/+2
| |/ /
* | | Merge pull request #80 from PX4/#61-px4io-spektrum-decoderpx4dev2012-12-0119-518/+1088
|\ \ \
| * | | Prevented unhealthy RC input from propagating through the systemLorenz Meier2012-12-012-9/+17
| * | | Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-0113-173/+469
| |\ \ \
| | * | | Harmonized PPM, S.BUS and DSM input (order: first preference S.Bus, then DSM,...Lorenz Meier2012-11-305-17/+67
| | * | | Merge remote-tracking branch 'origin/#61-px4io-spektrum-decoder' into sbusLorenz Meier2012-11-3011-327/+453
| | |\ \ \
| | * | | | Enabled UART3, added JTAG make target for IO, removed potentially problematic...Lorenz Meier2012-11-303-4/+14
| | * | | | Merge branch '#69-stm32-termios' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-295-147/+385
| | |\ \ \ \
| | | * | | | Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-245-147/+385
| | * | | | | Merge branch '#78-px4io-firmware-updater' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-291-2/+4
| | |\ \ \ \ \
| | | * | | | | Possible fix for #78 - increase the wait timeout for discard when flashing PX...px4dev2012-11-281-2/+4
| * | | | | | | Clean up the FMU communications init.px4dev2012-11-303-9/+14
| * | | | | | | Disable the flow control signals for USART2/3, since we use them for other th...px4dev2012-11-301-0/+12
| * | | | | | | We don't need non-blocking I/O for this context anymore; it's OK for it to bl...px4dev2012-11-301-1/+1