Skip to content

Tags: jlecoeur/Firmware

Tags

v1.6.3

Toggle v1.6.3's commit message
Navigator: Fix RTL backtransition for VTOL

A recent change removed the command forwarding required for VTOL transitions. This change brings this back.

Partially reverts PX4#7249

v1.6.2

Toggle v1.6.2's commit message
FINALLY fix mag rotation issues. (PX4#7366)

* sensors : second cut at fixing mag calibration - remove old problematic code

* sensors : use more intuitive naming for loop variables

v1.6.0-rc4

Toggle v1.6.0-rc4's commit message
commander : simplify platform defines

v1.6.0-rc3

Toggle v1.6.0-rc3's commit message
BACKPORT of upstream NuttX stm32_serial: fix freezing serial port.

   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.

v1.6.0-rc2

Toggle v1.6.0-rc2's commit message
Navigator: Fix RTL command lnd logic for missions

The navigator was sending RTL commands in the wrong circumstances leading to a cycle between Navigator and Commander.

v1.6.0rc1

Toggle v1.6.0rc1's commit message
DSM: Report zero channel count / decode fail through correct data path

v1.5.5

Toggle v1.5.5's commit message
Navigator: Increase headroom in stack

v1.5.4

Toggle v1.5.4's commit message
Release v1.5.4

v1.5.2

Toggle v1.5.2's commit message
Disable LPE in px4fmu-v2_default

With GCC 4.9 the binary is to large for the flash memory.
This is why we disabled LPE on that platform.

v1.5.1

Toggle v1.5.1's commit message
adjust to astyle format