- Jan 25, 2019
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Upstream header file is conditional on CONFIG_ARCH_HAVE_PROGMEM
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Suport upstream change in nuttx.
-
David Sidrane authored
-
David Sidrane authored
CONFIG_DISABLE_ENVIRON can prevent task having to allocate memory for the env.
-
David Sidrane authored
Upstream changes defer the board reset based on the vaule of CONFIG_BOARD_RESET_ON_ASSERT 0 (or not defined) Do not reset on assert >= 1 reset if assertion is in an interrupt handler or the idle task >= 2 on any asertion. up_assert is called from up_hardfault or an asertion failure. Part 1 of up_assert will call out to the board_crashdump Part 2 on return from board_crashdump will then perform the reset. board_crashdump needs a chunk of ram to save the complete context in. It uses &_sdata which is the lowest memory and it will corrupt that memeory. We can therfore can not allow return to the OS, as it could depend on that area of RAM. So all boards need to do a reset at the end of board_crashdump
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
The F1 series GTIMs to not have GTIM_CCER_CC1NP. This bug fix tracks the upstream change that made GTIM_CCER_CC1NP conditional on the chip.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Beat Küng authored
system_state.fmu_data_received_time can be set from an IRQ handler, thus we need to ensure every read access to it in mixer_tick is atomic. So we read it once and copy it into a local variable.
-
Beat Küng authored
GCC did not do that.
-
- Jan 24, 2019
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Jan 23, 2019
-
-
Matthias Grob authored
This parameter was removed in d704a2d6 and should not be referenced anymore.
-
PX4 Build Bot authored
- jMAVSim in PX4/Firmware (3a7deefe): https://github.com/PX4/jMAVSim/commit/5150bbab6ea3e13907d2ff9eadd2c293d2477d49 - jMAVSim current upstream: https://github.com/PX4/jMAVSim/commit/00bdf6d92b6a8678f5b683a3ebca9e52e88cb5ce - Changes: https://github.com/PX4/jMAVSim/compare/5150bbab6ea3e13907d2ff9eadd2c293d2477d49...00bdf6d92b6a8678f5b683a3ebca9e52e88cb5ce 00bdf6d 2019-01-21 Beat Küng - jMAVLib: update submodule
-
Daniel Agar authored
-
Daniel Agar authored
-