aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sensors/sensor_params.c
Commit message (Expand)AuthorAgeFilesLines
* added parameters to specify range and channel, caping resultAndreas Antener2015-04-211-0/+39
* Revert "Use new @board attribute for ifdef support"Lorenz Meier2015-04-181-2/+0
* Use new @board attribute for ifdef supportDon Gagne2015-04-181-0/+2
* Parameter meta data fixesDon Gagne2015-04-151-28/+41
* fix code style if trivial one line differenceDaniel Agar2015-03-191-1/+1
* Add RC_CHAN_CNT, RC_TH_USERDon Gagne2015-03-031-0/+30
* mag detection (sensors / commander): Default all sensors to internal, set the...Lorenz Meier2015-02-281-3/+3
* sensors app: Use -1 in rotation parameter to indicate that a sensor cannot be...Lorenz Meier2015-02-151-2/+20
* Proper mag rotation handlingLorenz Meier2015-02-151-0/+21
* sensors app: Use indexed param namesLorenz Meier2015-02-031-25/+361
* Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-311-1/+14
* Add SENS_MAG_ID parameterhauptmech2015-01-171-0/+6
* Merge pull request #1543 from thomasgubler/rcparamtuneLorenz Meier2015-01-011-0/+35
|\
| * prototype for changing params by rcThomas Gubler2014-12-281-0/+35
* | Remove invalid paramsMohammed Kabir2014-12-301-19/+2
* | Add support for rotations of PX4flowM.H.Kabir2014-12-271-0/+36
|/
* add param for qnhThomas Gubler2014-08-171-0/+10
* Implement the external mag param in a fashion that retains backward compatibi...Lorenz Meier2014-07-161-0/+13
* Add note to param about tubesLorenz Meier2014-07-121-0/+3
* sensors: Fix usage of offset for measurementsLorenz Meier2014-07-111-1/+1
* Introduce analog scaling parameter for analog airspeed sensorLorenz Meier2014-07-111-2/+8
* Merge branch 'master' into navigator_rewrite_offboard2_mergeJulian Oes2014-07-021-0/+30
|\
| * Clarified parameter comments and added @group attributed for auto-generation.Darryl Taylor2014-06-221-6/+12
| * Define float params properly: 0.0f instead of just 0Darryl Taylor2014-06-201-3/+3
| * Fixed too-long param names.Darryl Taylor2014-06-181-5/+5
| * WIP: Support in-flight fine tuning of board alignment. Implemented by applyin...Darryl Taylor2014-06-181-0/+24
* | sensors: missing param for offboard switchJulian Oes2014-06-271-0/+17
* | Merge branch 'master' into offboard2Anton Babushkin2014-05-211-2/+11
|\|
| * Merge branch 'master' into acro2Anton Babushkin2014-05-201-31/+113
| |\
| * \ Merge branch 'master' into acro2Anton Babushkin2014-03-081-34/+267
| |\ \
| * | | ACRO mode implementedAnton Babushkin2014-01-311-0/+1
* | | | Merge branch 'master' into offboard2Anton Babushkin2014-05-161-29/+113
|\ \ \ \ | | |_|/ | |/| |
| * | | Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+9
| * | | sensors: commented "offboard" switch removedAnton Babushkin2014-05-111-2/+0
| * | | Use "POSCTL" switch name consistentlyAnton Babushkin2014-05-111-3/+3
| * | | shortened rc_assisted_th to rc_assist_th in case we add a dedicated switch ma...TickTock-2014-04-291-2/+2
| * | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-3/+3
| * | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-3/+3
| * | | Merged in upstream masterTickTock-2014-04-271-1/+1
| |\ \ \
| | * | | MISSION switch renamed to LOITERAnton Babushkin2014-04-241-2/+2
| * | | | Made failsafe more intuitive. Default (0) maps to whatever channel is thrott...TickTock-2014-04-221-20/+5
| * | | | Added ASSISTED, AUTO, EASY, RETURN, & LOITER programmable thresholds to enabl...TickTock-2014-04-221-0/+80
| * | | | renamed mission_switch to loiter_switch and assisted_switch to easy_switchTickTock-2014-04-221-2/+2
| * | | | Merge branch 'rc_timeout' of https://github.com/TickTock-/Firmware into rc_me...TickTock-2014-04-221-21/+0
| |\| | |
| | * | | Merge branch 'failsafe_sbus_cleanup' into rc_timeoutAnton Babushkin2014-04-051-24/+3
| | |\ \ \
| | * | | | mc_att_control, mc_pos_control: update manual_control_setpoint usageAnton Babushkin2014-04-031-22/+0
| | | |_|/ | | |/| |
| * | | | Added rc_map_failsafe to enable use of channels other than throttle for fails...TickTock-2014-04-191-0/+29
| | |/ / | |/| |
| * | | sensors and px4io driver: Guard against failsafe trigger for inverted remotesLorenz Meier2014-04-051-1/+1
| * | | Simplify the failsafe handling, reduce 3 params to oneLorenz Meier2014-04-051-25/+3
| |/ /
* | | Merge branch 'beta' into offboard2Anton Babushkin2014-02-171-34/+267
|\| |