- Dec 04, 2018
-
-
Daniel Agar authored
-
- Dec 02, 2018
-
-
David Sidrane authored
If the BOARD_HAS_CONTROL_STATUS_LEDS is set the status LED will not be PWM controlled. UI LED will always be PWM controlled.
-
- Nov 26, 2018
-
-
Daniel Agar authored
-
- Nov 25, 2018
-
-
David Sidrane authored
-
- Feb 20, 2018
-
-
Daniel Agar authored
-
- Aug 26, 2017
-
-
David Sidrane authored
Added palarity mask to support active low drive on per channel bassis. Added open drain drive type when the enables are active low to ensure the LED are off when supplied form 5 volts. For active Push Pull is used. Active low drive is recomended. Added support for test HW that had the R and G LED signals swapped.
-
- Jul 18, 2017
-
-
David Sidrane authored
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Simone Guscetti authored
FMU_CH7/8 use timer 12 ch1/2 FMU_CAP use timer 2 Buzzer use timer 9
-
- Dec 21, 2016
-
-
David Sidrane authored
-
David Sidrane authored
-
- Feb 01, 2016
-
-
David Sidrane authored
-
- Jan 29, 2016
-
-
Andrew Tridgell authored
the value '1000' is not really magic, and it was resulting in sending a single 1ms pulse on all IO channels for a brief instant on startup. With some servos this led to the control surfaces being at extremes (and straining) on startup. It may also contribute to making ESC calibration harder on multi-rotors In the worst case it could cause a IC motor with reverse throttle to go full throttle on startup A logic analyser shows the problem very clearly. Changing the default_value fields to 0 from 1000 fixes the issue and no pulses are generated until an explicit value suitable for the airframe is provided via one of the many methods PWM output values can be generated Conflicts: src/drivers/boards/px4fmu-v4/px4fmu_pwm_servo.c src/lib/ecl
-
- Aug 03, 2013
-
-
px4dev authored
Restructure things so that the PX4 configs move out of the NuttX tree, and most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
-
- Jul 30, 2013
-
-
px4dev authored
Teach the stm32 pwm driver about the MOE bit on advanced timers.
-
- Jul 08, 2013
-
-
px4dev authored
-
- Apr 07, 2013
-
-
px4dev authored
Move the fmuv2 board driver out into the new world.
-
- Apr 01, 2013
-
-
px4dev authored
-
- Oct 31, 2012
-
-
px4dev authored
Move the last of the board-specific code for PX4FMU out of the NuttX tree. Now it's just configuration.
-
- Oct 24, 2012
-
-
px4dev authored
-
- Sep 14, 2012
-
-
Lorenz Meier authored
-
- Aug 22, 2012
-
-
Lorenz Meier authored
Fixed a bunch of issues in the arming state machine for multirotors, arming / disarming works fine now. Porting of various processes needed
-
px4dev authored
This is part of \#7
-
- Aug 05, 2012
-
-
px4dev authored
-