12675 Commits (4df9b093c3e46d7a7a0b3f70fc80125aae50c41a)

Author SHA1 Message Date
Andrew Tridgell 88df9c7029 HAL_PX4: added thread-per-bus implementation for I2C 8 years ago
Mathieu OTHACEHE 60ba91aead Disco: add buzzer support 8 years ago
floaledm 60c59bea4d AP_Frsky_Telem: make frsky_telemetry available to GCS_MAVLINK 8 years ago
floaledm 9f8d2f0506 GCS_MAVLink: send status_text messages to Frsky lib queue 8 years ago
Mathieu OTHACEHE 37237a5735 Disco_LED: Do not alloc PWM_Sysfs_Bebop objects 8 years ago
Mathieu OTHACEHE 0fa441a8a5 PWM_Sysfs: add an init method to do hal dependent stuff. 8 years ago
Lucas De Marchi 91c4bf470f AP_InertialSensor: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi b7e5f56bd7 AP_Gripper: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi 4936fd8623 AP_Terrain: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi f6d475c1e6 AP_HAL_SITL: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi c9eff28c44 DataFlash: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi 932d1ae244 AP_RangeFinder: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi 7968736b1c AP_HAL: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi 490841a814 AP_HAL_Linux: add O_CLOEXEC in places missing it 8 years ago
Lucas De Marchi 2e4c1818a3 AP_Common: add missing O_CLOEXEC definition 8 years ago
Holger Steinhaus 5b66062f85 AP_GPS_PX4: unsubscribe on driver destruction. 8 years ago
Shingo Matsuura ceaa9474ed AP_RangeFinder: change enum name, add "state" word 8 years ago
Shingo Matsuura 4329cdbf2c AP_RangeFinder: change comment about fall through LEDDARONE_MODBUS_INIT case 8 years ago
Shingo Matsuura 3b8d36314c AP_RangeFinder: add comment about no break at LEDDARONE_MODBUS_INIT case 8 years ago
Shingo Matsuura 0eeca3ee0b AP_RangeFinder: remove case indent 8 years ago
Shingo Matsuura 4ca1eefd50 AP_RangeFinder: change magic numbers to define 8 years ago
Shingo Matsuura 6254787186 AP_RangeFinder: remove break in LEDDARONE_MODOBUS_INIT case and and use () around (read_len == 0) for clarity 8 years ago
Shingo Matsuura 5e5a806979 AP_RangeFinder: modified regarding to advices from @magicrub - san. 8 years ago
Shingo Matsuura 4b127edd5e AP_RangeFinder: fixed LeddarOne busy wait 8 years ago
Florent Martel 530955c15f AP_Frsky_Telem: remove arming check for transmitting params 8 years ago
Randy Mackay 039d12bd55 AP_Gripper: add parameter unit and remove print on grab or release 8 years ago
Peter Barker d9cbcd9487 SITL: a simulator for the EPM grabber 8 years ago
Peter Barker 7200692137 RC_Channel: make EPM a subclass of AP_Gripper_Backend 8 years ago
Peter Barker 48cd35609c AP_Gripper: make EPM a subclass of AP_Gripper_Backend 8 years ago
Peter Barker 15b271ec13 AP_EPM: rename in preparation of becoming a AP_Gripper backend 8 years ago
Peter Barker d2e798d549 RC_Channel: alias k_epm to k_kgripper 8 years ago
Peter Barker d439bbe5bf SITL: SIM_Gripper_Servo, a simulated servo gripper 8 years ago
Peter Barker a8435de65a AP_Gripper: a general gripper frontend 8 years ago
Florent Martel 5a96db5a44 AP_Frsky_Telem: replaced timer cond > with >= 8 years ago
Florent Martel e43b2a73da AP_Frsky_Telem: increase sending params priority 8 years ago
Florent Martel 75905be376 AP_Frsky_Telem: simplified set_is_flying and moved to header file 8 years ago
Florent Martel bc4ab70c1c AP_Frsky_Telem: added const to some declarations 8 years ago
floaledm 68b10979c3 AP_Frsky_Telem: added extra parentheses around pointed to values for readability 8 years ago
Florent Martel 328e6d6886 AP_Frsky_Telem: removed sending redundant VSpd, Alt, and VFAS sensor values, which can now be handled by OpenTX 8 years ago
Ralf Ramsauer 530d3230df Linux: Scheduler: don't ignore return values 8 years ago
Lucas De Marchi 3ff965a0c0 DataFlash: remove infinite loop from loop() method 8 years ago
Lucas De Marchi 2b5f9fdd6b AP_HAL_Linux: teardown scheduler threads 8 years ago
Lucas De Marchi 89420e4b2d AP_HAL_Linux: add signal handler for normal termination 8 years ago
Lucas De Marchi fa540429f9 AP_HAL_Linux: allow to teardown bus threads 8 years ago
Lucas De Marchi 312a27dd20 AP_HAL: RCInput: rename deinit() to teardown() 8 years ago
Lucas De Marchi 89599f7bea AP_HAL_Linux: add unit tests for Thread implementations 8 years ago
Lucas De Marchi 992abd170d AP_HAL_Linux: allow to join threads 8 years ago
Lucas De Marchi 3b2de6de46 AP_HAL_Linux: allow PeriodicThread to stop 8 years ago
Lucas De Marchi 20650e14b7 AP_HAL_Linux: allow PollerThread to stop 8 years ago
Lucas De Marchi da65a5c349 AP_HAL_Linux: allow to wakeup pollable 8 years ago