- Oct 10, 2016
-
-
Andreas Antener authored
-
Andreas Antener authored
-
Lorenz Meier authored
-
Julian Oes authored
It was found inconvenient that auto-disarm triggers too quickly right after arming when the vehicle has not actually taken off yet. Therefore, the auto-disarm takes now by a factor of 5 longer if the vehicle has not taken off yet.
-
Gregory authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Oct 08, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
FMU driver: Ensure correct binding pulses for Spektrum, time out any receiver which has more than one second no signal.
-
Lorenz Meier authored
-
Mark Whitehorn authored
add spektrum satellite bind command to fmu open fmu file descriptor to issue ioctl
-
Lorenz Meier authored
Fix sensor rail reset on Pixracer. Increase the reset duration to 50 ms to ensure the sensor power has bled off.
-
- Oct 07, 2016
- Oct 06, 2016
-
-
David Sidrane authored
The Nuttx CAN driver is not used with UAVCAN. However to facilitate compilation to allow the Nuttx CAN Example to be compiled and linked, the missing proto type was needed. Futhermore to include the NuttX CAN eaxample the following changes are needed: 1 ) In cmake/configs/<target>.cmake Add can to config_extra_builtin_cmds as: set(config_extra_builtin_cmds serdis sercon can ) Add: add_custom_target(can) set_target_properties(can PROPERTIES PRIORITY "SCHED_PRIORITY_DEFAULT" MAIN "can" STACK_MAIN "2048" COMPILE_FLAGS "-Os") 2) Update the nuttx-configs/<target>/nsh/defconfig Run make oldconfig and make menuconfig and set the follwoing: CONFIG_CAN=y CONFIG_STM32_CAN1=y or CONFIG_STM32_CAN2=y CONFIG_CAN_EXTID=y CONFIG_CAN1_BAUD=250000 CONFIG_CAN_FIFOSIZE=8 CONFIG_CAN_NPENDINGRTR=4 CONFIG_EXAMPLES_CAN=y
-
David Sidrane authored
Removed the commented body of the 'if CONFIG_CAN' in the appconfigs
-
Gene authored
-
Lorenz Meier authored
-
Beat Küng authored
-
Beat Küng authored
memory leak was in send_outputs_pwm()
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Miguel Arroyo authored
-
Miguel Arroyo authored
-
Hidenori authored
-
Hidenori authored
-
Hidenori authored
-
Hidenori authored
-
- Oct 05, 2016
-
-
José Roberto de Souza authored
By default the baudrate in flight stack (Mavlink or NSH) 57600 and the default baudrate of bootloader is 115200. So we may need to set different baudrates.
-
José Roberto de Souza authored
The Mavlink reboot messages was only requesting the board to reboot. If the flashed bootloader has a small or no timeout user will never be able to update firmware.
-
Michael Schaeuble authored
-
Nate Weibley authored
-
Nate Weibley authored
The integrators were set to publish at 800Hz which was overwhelming the CPU with the EKF running. This brings them in line with what we get from the MPU6k device.
-
Nate Weibley authored
-
Nate Weibley authored
Unliked the MPU6000 from which this driver was based, the bosch sensor does not have a requirement to handle registers at different speeds.
-
Glenn Bitar authored
Fixes #5601
-
- Oct 04, 2016
-
-
Beat Küng authored
-
Mark Whitehorn authored
-