aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | px4io driver: Small fixLorenz Meier2014-05-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | px4io: Hotfix for IO driver, do not rely on the reported channel count to ↵Lorenz Meier2014-05-141-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limit array lengths
| * | | | | | | | | | Read out the RC status at the same transfer as the channels to ensure we got ↵Lorenz Meier2014-05-141-1/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | synchronized data
| * | | | | | | | | HoTT driver: Add timestamp, rename function-level variable from _esc to esc ↵Lorenz Meier2014-05-131-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to match conventions
| * | | | | | | | | hrt driver: Make a debug data array compiling condiditional on PPM debug, we ↵Lorenz Meier2014-05-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are never accessing it in normal operation
| * | | | | | | | | hmc5883: Change static topic publication to the class member it should be, ↵Lorenz Meier2014-05-131-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialize collect phase (linter find)
| * | | | | | | | | blinkm: Remove the barrage of static variables in mainloop, eating up RAM ↵Lorenz Meier2014-05-131-26/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for everybody
| * | | | | | | | | Reduce RAM footprint of HoTT driver, fix publication to contain ESC dataLorenz Meier2014-05-121-10/+9
| | | | | | | | | |
| * | | | | | | | | mkblctrl: Moved motor data struct into classLorenz Meier2014-05-121-20/+16
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-111-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Remove noreturn attribute from all drivers that actually can returnLorenz Meier2014-05-093-3/+3
| | | | | | | |
| * | | | | | | Merge pull request #858 from TickTock-/rc_mergedLorenz Meier2014-05-081-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rc merged
| | * | | | | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-2/+2
| | | | | | | | |
| | * | | | | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-2/+2
| | | | | | | | |
| * | | | | | | | Merge pull request #839 from eneadev/patch-1Lorenz Meier2014-05-081-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update drv_hrt.c
| | * | | | | | | | Update drv_hrt.ceneadev2014-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TIM3 was not working properly with a custom application and I got it work changing TIM3 HRT_TIMER_POWER_BIT from RCC_APB2ENR_TIM3EN to RCC_APB1ENR_TIM3EN because on datasheet TIM3 is on APB1, I think that you should check also the others
| * | | | | | | | | Removing an unwanted usleep on poll errorsLorenz Meier2014-05-081-2/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #891 from Kynos/masterLorenz Meier2014-05-071-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reset MS5611 baro sensor after an error
| | * | | | | | | | Reset MS5611 baro sensor after an errorKynos2014-05-021-0/+5
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset MS5611 baro sensor after an error in order to avoid endless error loops
| * | | | | | | | Merge pull request #782 from PX4/fmu_mixerLorenz Meier2014-05-071-97/+156
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | px4fmu: support all actuator control groups
| | * | | | | | | | fmu driver: bugs fixedAnton Babushkin2014-04-071-22/+23
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into fmu_mixerAnton Babushkin2014-04-078-83/+297
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | px4fmu: support all actuator control groups, dynamically subscribe to ↵Anton Babushkin2014-03-301-98/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | required topics
| * | | | | | | | | | Fix in-air restarts, protect against an external MAVLink sender exploiting ↵Lorenz Meier2014-05-061-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the restart mechanism
| * | | | | | | | | | Merge pull request #876 from PX4/autodeclinationLorenz Meier2014-05-031-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | Added automatic declination lookup
| | * | | | | | | | Add missing header in HRTLorenz Meier2014-04-281-0/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | / | | | | | | Port expander driver first hacky versionLorenz Meier2014-04-293-0/+640
|/ / / / / / / /
* | | | | | | | Merge pull request #874 from jean-m-cyr/masterLorenz Meier2014-04-291-0/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Proper data manager restart handling
| * | | | | | | Proper data manager restart handlingJean Cyr2014-04-281-0/+17
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce SYS_RESTART_TYPE parameter having one of 3 values: boot restart, inflight restart, or unknown restart, and defaulting to unknown restart. px4io.cpp sets this parameter according to the type of restart detected. dataman.c retrieves this parameter and clears data entries according to their persistence level. Does nothing if unknown restart.
* | | | | | | pwm: added PWM_SERVO_SET_FORCE_SAFETY_OFF ioctlAndrew Tridgell2014-04-283-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows the safety switch on px4io to be forced off
* | | | | | | tone_alarm: add PARACHUTE_RELEASE_TUNERandy Mackay2014-04-282-0/+3
|/ / / / / /
* | | | | | Merged mpc_rc with masterLorenz Meier2014-04-271-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge pull request #849 from PX4/compile_pedanticLorenz Meier2014-04-261-1/+1
| |\ \ \ \ | | | | | | | | | | | | Compile pedantic
| | * | | | Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-211-1/+1
| | | | | |
* | | | | | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-255-26/+56
|\| | | | |
| * | | | | airspeed: Let the status check routine handle the initial stateLorenz Meier2014-04-201-2/+1
| | | | | |
| * | | | | airspeed driver: Do not spam the console on error, report the system change ↵Lorenz Meier2014-04-204-22/+53
| | | | | | | | | | | | | | | | | | | | | | | | only once
| * | | | | HMC5883: Do not spam the console on error and make everything worse.Lorenz Meier2014-04-201-2/+2
| |/ / / /
* | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-04-228-72/+304
|\| | | |
| * | | | Merged masterLorenz Meier2014-04-202-48/+102
| |\ \ \ \
| | * | | | Fixed blinkm state indication (was not properly reporting flight mode). ↵TickTock-2014-04-161-46/+95
| | | | | | | | | | | | | | | | | | | | | | | | Added flashing orange safety disarmed state indicator and solid blue failsafe indicator. Changed safety on state to solid cyan. Increased LiPo cellcount support to 6.
| | * | | | Hotfix to PX4IO uploader. There are no known mishaps due to it, but very ↵Lorenz Meier2014-04-151-2/+7
| | | |_|/ | | |/| | | | | | | | | | | | clearly the IO firmware flashing process should be verified after an upload.
| * / | | Added fields to range finder clarifying sensor propertiesLorenz Meier2014-04-131-2/+9
| |/ / /
| * | / gps driver: fake mode: lower eph and epv values in order to convince the ↵Thomas Gubler2014-04-081-2/+2
| | |/ | |/| | | | | | | commander that the gps signal is valid
| * | Merge branch 'master' into airspeed_scalingLorenz Meier2014-04-051-4/+20
| |\ \
| | * | px4io: Typo fixedLorenz Meier2014-04-051-1/+1
| | | |
| | * | Merge pull request #799 from PX4/failsafe_sbus_cleanupLorenz Meier2014-04-051-4/+20
| | |\ \ | | | | | | | | | | Failsafe sbus cleanup
| | | * | sensors and px4io driver: Guard against failsafe trigger for inverted remotesLorenz Meier2014-04-051-2/+2
| | | | |
| | | * | Merged SBUS minimal changesLorenz Meier2014-04-051-1/+0
| | | |\ \
| | | | * | px4io driver: Only publish RC signal if it was at least once valid.Lorenz Meier2014-04-051-3/+5
| | | | | |