- Dec 21, 2016
-
-
Beat Küng authored
This is cleanup after rebasing
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
in particular: - SW release version (in addition to the git hash) - OS version (tag + git hash if exists) - mcu version & revision & UUID - toolchain version The uuid can be disabled via parameter, it's enabled by default.
-
Beat Küng authored
The provided versioning information is the same, except for some additions, like OS version (which still need to be implemented on NuttX).
-
Beat Küng authored
_global_pos_sub->update(&_global_pos_time, &global_pos); could return false and in that case global_pos was not set but still accessed. This is prevented by checking if timestamp == 0.
-
Beat Küng authored
boards define BOARD_NAME, so board_name() is not necessary. HW_ARCH was just a wrapper around board_name(). This patch simplifies to having only one common method px4_board_name().
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
James Goppert authored
-
Beat Küng authored
-
Matthias Grob authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
David Sidrane authored
Reverted MPU6000_BUS_I2C_INTERNAL1 back to MPU6000_BUS_I2C_INTERNAL Ony SPI has multiple device
-
David Sidrane authored
1) Ensure if CONFIG_SERIAL_DMA is set that cdcacm uart_ops is initalized with correct functions in correct slots. This was detected only with PX4 build flags 2) C&P error from F7 would prevent CONFIG_STM32_SERIALBRK_BSDCOMPAT ifdefed code from being included.
-
Lorenz Meier authored
-
David Sidrane authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
David Sidrane authored
-