- May 27, 2017
-
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
rc.sensors : start external compass on v4Pro and v5 with temperature compensation and self-calibration at startup
-
- May 26, 2017
-
-
Daniel Agar authored
-
- May 25, 2017
-
-
Daniel Agar authored
-
David Sidrane authored
This backports upstrem NuttX ea7b673 - Allow dma in 1 bit mode in STM32F4xxx 17cbec1 - fix warning from ea7b673 4795d58 - Only the decoded.oid = (cid[0] >> 8) change.
-
- May 22, 2017
-
-
David Sidrane authored
This backports upstrem NuttX ea7b673 - Allow dma in 1 bit mode in STM32F4xxx 4795d58 - Only the decoded.oid = (cid[0] >> 8) change.
-
- May 20, 2017
-
-
Lorenz Meier authored
Refresh team list.
-
David Sidrane authored
Thanks to Jussi Kivilinna https://bitbucket.org/nuttx/nuttx/commits/9169ff6a15fe65ba4af134b470dbf89220274c19 stm32_serial: fix freezing serial port. Serial interrupt enable/disable functions do not disable interrupts and can freeze device when serial interrupt is received while execution is at those functions. Trivially triggered with two or more threads write to regular syslog stream and to emergency stream. In this case, freeze happens because of mismatch of priv->ie (TXEIE == 0) and actually enabled interrupts in USART registers (TXEIE == 1), which leads to unhandled TXE interrupt and causes interrupt storm for USART.
-
Paul Riseborough authored
-
Paul Riseborough authored
Adds parameters so that the motion checks used to switch between magnetic yaw and 3-axis fusion can be adjusted. Modifies the check used to determine if learned mag biases can be saved. A cumulated calibration time is used rather than continuous calibration time to allow for for switching in and out of 3-axis fusion mode that is required to do calibration.
-
Paul Riseborough authored
Filters the vertical position and 3-axis velocity innovations and sets the local and global position as invalid if they exceed limits during ARMING_STATE_STANDBY.
-
Paul Riseborough authored
Used to check if the ekf2 module is failing to keep up with the IMU data
-
Paul Riseborough authored
Reduce unnecessary length of state and covariance arrays Add time slip monitor
-
Paul Riseborough authored
-
Kevin Lopez Alvarez authored
-
Kevin Lopez Alvarez authored
-
- May 19, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Kabir Mohammed authored
-
Lorenz Meier authored
Added maintainers / corrected formatting.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Luís Felipe Strano Moraes authored
With great power comes great responsibility!
-
- May 18, 2017
-
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Beat Küng authored
-
Beat Küng authored
It increases the throughput on UDP (from around 2Mb to 2.5Mb), while the rate via USB & telemetry stay the same.
-
Beat Küng authored
This is an adjustment due to the changed calling frequency of send() (was 300 Hz, is now 100 Hz)
-
Beat Küng authored
This makes also a slight stack size increase necessary (was 284 bytes left)
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Will be moved to the receiver thread
-
Beat Küng authored
Also remove the start() declration (there's no definition of that)
-
Beat Küng authored
-