12813 Commits (c3cbd7c6f43d43b830e76cc3359b0f19b0066801)

Author SHA1 Message Date
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
Lucas De Marchi efe819e21e AP_HAL_Linux: Poller: allow to fail constructor 8 years ago
Lucas De Marchi e5003c3116 AP_HAL_Linux: Poller: add some documentation 8 years ago
Lucas De Marchi da821e69eb AP_HAL_Linux: Thread: allow to use Thread from stack 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
floaledm 5386edb791 AP_Frsky_Telem: fix setting of land_complete flag 8 years ago
floaledm 1aab5eec38 AP_Frsky_Telem: send ap_status only once initialized 8 years ago
murata e15c234a4f AP_ADSB: Set in the sprintf method. 8 years ago
murata 0028bd7b3c AP_ADSB: Set in the sprintf method. 8 years ago
Peter Barker b9dcf1108d AP_ADSB: do not transmit by default 8 years ago
Michael Oborne c5f8d8a695 AP_GPS_SBF: change reported altitude from geoid to MSL 8 years ago
Andrew Tridgell df23c4857e AP_RangeFinder: disabled LeddarOne driver 8 years ago
Randy Mackay aeb1de08f5 AP_GPS: fix MAV compile error 8 years ago