79 Commits (65032919e200f5a68cc9519b83af68094bd1144b)

Author SHA1 Message Date
Randy Mackay 687ec98e5d AP_HAL_PX4: set default servo update rate only when changed 8 years ago
Andrew Tridgell 5b43698e25 HAL_PX4: added rcout set_detault_rate() 8 years ago
Eugene Shamaev 36655310b3 AP_HAL_PX4: support for several CAN interfaces and drivers, filtering support 8 years ago
Andrew Tridgell b8f628da83 HAL_PX4: fixed bug in last_sent 8 years ago
Andrew Tridgell 17893958bf HAL_PX4: cope with brushed motors in read_last_sent() 8 years ago
Andrew Tridgell 11396919c8 HAL_PX4: changed BRUSHED16kHz to BRUSHED 8 years ago
Andrew Tridgell 96627bc4e5 HAL_PX4: allow any pulse freq in brushed mode 8 years ago
Andrew Tridgell 9bdb6838e6 HAL_PX4: cope with nested cork/push 8 years ago
Francisco Ferreira 7dca7933fa AP_HAL_PX4: fix UAVCAN armed state to depend on safety switch 8 years ago
Francisco Ferreira 965eda69f3 AP_HAL_PX4: remove left-overs of legacy UAVCAN support 8 years ago
Andrew Tridgell ca4cde9770 HAL_PX4: fixed safety switch light pattern 8 years ago
Eugene Shamaev 0c4a68314b AP_HAL_PX4: removal of legacy UAVCAN support 8 years ago
Eugene Shamaev 7caeaf4be6 AP_HAL_PX4: RCOutput support for UAVCAN 8 years ago
Andrew Tridgell dbfdfa2261 HAL_PX4: fixed a bug in setup of alt rates for upper channels 8 years ago
Andrew Tridgell 02976168cc HAL_PX4: fixed RC rate when BRD_PWM_COUNT=0 8 years ago
Lucas De Marchi f972fed70b AP_HAL_PX4: rename method to follow AP_HAL 8 years ago
Andrew Tridgell 787a2093ec HAL_PX4: fixed motor test for brushed motors 8 years ago
Andrew Tridgell ce5ed66b45 HAL_PX4: auto-scale brushed output with ESC output range 8 years ago
Andrew Tridgell b3286c3da0 HAL_PX4: support MODE_PWM_BRUSHED16KHZ 8 years ago
Andrew Tridgell 00938f7dbb HAL_PX4: fixed enabled channels in init 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 9d6a5c6f04 HAL_PX4: make ready_to_arm state latching 8 years ago
Andrew Tridgell 2a44e6a7d7 HAL_PX4: cope with no px4io on FMUv2 8 years ago
Andrew Tridgell c825c7b4cc HAL_PX4: disable FMU outputs again on re-engaging of safety switch 8 years ago
Andrew Tridgell c493ba81e4 HAL_PX4: fixed cork() for RCOutput 8 years ago
Andrew Tridgell dddaded8d4 HAL_PX4: fixed a race condition in force_safety_on/off 9 years ago
Tom Pittenger 57d6ccc0dd AP_HAL_PX4: skip the 100ms delay on first px4io safety_state async attempt 9 years ago
Tom Pittenger 67aaf7e226 AP_HAL_PX4: defer calls to safety_state switch to queue an async attempt. 9 years ago
Andrew Tridgell dda35a366c HAL_PX4: prevent rate changes once oneshot is setup 9 years ago
Ricardo de Almeida Gonzaga 892cc2ea6f AP_HAL_PX4: Fix typos 9 years ago
Andrew Tridgell eeef28be5e AP_HAL_PX4: fixed hexacopter on Pixracer 9 years ago
Andrew Tridgell 0af322e90d HAL_PX4: added comment on oneshot 9 years ago
Andrew Tridgell 5ce7ae71a7 HAL_PX4: fixed enabling oneshot on a subset of motors 9 years ago
Andrew Tridgell bcd0d48ced HAL_PX4: fixed non-contiguous motor outputs 9 years ago
Andrew Tridgell a731caa4ab HLA_PX4: prevent timer disturbance in oneshot mode 9 years ago
Andrew Tridgell d9d6f87195 HAL_PX4: fixed bug in pwm send code 9 years ago
Andrew Tridgell c9dfccfb26 HAL_PX4: improved oneshot support 9 years ago
Andrew Tridgell 6f284d673a HAL_PX4: enable oneshot support on px4io 9 years ago
Andrew Tridgell 5922e67785 HAL_PX4: allow sbus output on channels beyond BRD_PWM_COUNT 9 years ago
Andrew Tridgell 759b0d6629 HAL_PX4: only support oneshot on FMU outputs for now 9 years ago
Andrew Tridgell 934b4dd475 HAL_PX4: support OneShot on PX4 9 years ago
Andrew Tridgell 2a6e64e358 HAL_PX4: send all channels to px4io 9 years ago
Jonathan Challinger 4bf3ec0e91 AP_HAL_PX4: implement RCOutput::read_last_sent 9 years ago
Andrew Tridgell 526fb65dd1 HAL_PX4: fixed setting of rcout frequency on alt channels 9 years ago
Andrew Tridgell 78e9b0a4e3 HAL_PX4: check for servo counts changing after boot 9 years ago
Lucas De Marchi 0c3733601b AP_HAL_PX4: use init() method without arguments 9 years ago
Andrew Tridgell 155e82c1b3 HAL_PX4: fixed PWM output for FMUv4 9 years ago
Caio Marcelo de Oliveira Filho a76c9e0051 AP_HAL_PX4: use millis/micros/panic functions 9 years ago
Lucas De Marchi ce674f6926 AP_HAL_PX4: remove unused write method 9 years ago