- Jan 13, 2017
-
-
James Goppert authored
-
James Goppert authored
-
Andreas Antener authored
-
Beat Küng authored
Needed for the DriverFramework. Fixes the error: 15050 SPIDevObj start failed 15142 DevObj start failed 15185 Unable to open the device path: ERROR [df_lsm9ds1_wrapper] LSM9DS1 start fail: -1 ERROR [df_lsm9ds1_wrapper] DfLsm9ds1Wrapper start failed Command 'df_lsm9ds1_wrapper' failed, returned -1
-
David Sidrane authored
* Update libuavcan to upstream master with PX4 contrib for NuttX 7.16+ * Release any 64B blocks not needed by usavcan after FW server is stopped. We simply call the srrink methode after the server stop. See https://github.com/PX4/Firmware/pull/3005#issue-111885687 for backgound
-
- Jan 12, 2017
-
-
CarlOlsson authored
mixer: Removed the pitch offset in the mixer file for the TBS Caipirinha since it should be handled by either hardware installation or trim parameter Signed-off-by:
CarlOlsson <carlolsson.co@gmail.com>
-
Lorenz Meier authored
-
Mark Charlebois authored
QuRT doesn't support printf, so the messages don't appeat in mini-dm. This problem is also present in many other parts of the PX4 code. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
David Sidrane authored
This commit does not effect PX4 it just points to a commit that fixes a CI failure introduced in the changes upstrem to support the nuttx upgrade to 7.16+
-
Daniel Agar authored
-
Julian Oes authored
This fixes some non-Pythonic things and unneccessary semicolons. Still to fix are line-length and multiple spaces before operators.
-
Lorenz Meier authored
The MAIN and AUX outputs had the same description which could confuse users.
-
Lorenz Meier authored
-
BharathR authored
-
bharathr authored
-
David Sidrane authored
STM32F4 does not require the HSI to erase or program FLASH The HSI needs to be left on until a new clock source is chosen. (we leave it on all the time)
-
- Jan 11, 2017
-
-
Daniel Agar authored
-
Beat Küng authored
-
- Jan 10, 2017
-
-
Dennis Mannhart authored
-
ChristophTobler authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
This was trying to use optarg when it should instead use myoptarg.
-
Mark Whitehorn authored
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
orb_exists was not updating the DSP topics on apps proc side Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Also added builtin command wait_for_topic Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Jan 09, 2017
-
-
Daniel Agar authored
* use regular optimization levels for the code coverage build. * the mixer test fails intermittently when built without optimization
-
Beat Küng authored
- enable baro noise - add lat/lon to ground truth
-
Beat Küng authored
using scanf with %s reads until the first whitespace, which included the comma (as per C standard and tested on linux). Behavior on NuttX differs. This makes it work on both Linux and Nuttx.
-
Daniel Agar authored
-
- Jan 08, 2017
-
-
Daniel Agar authored
-
matanhavi authored
* Recursevely go over all submodules Using git submodules command going over all the submodules and not only the ones on the whitelist and fixed white spaces
-
- Jan 07, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-