- Dec 22, 2018
-
-
Julian Oes authored
This is a step towards isolating time from the system.
-
- Nov 29, 2018
-
-
Daniel Agar authored
-
- Nov 06, 2018
-
-
Daniel Agar authored
-
- Oct 27, 2018
-
-
Mara Bos authored
Fixes these invalid format strings: - A `%d` for a pointer (replaced it by `%p`) - A 0x%08x (and a 0x%0x8!) for a pointer (replaced by %p) - 2 cases of `%d` for a `ssize_t` (replaced it by `%zi`) - 1 case of a %u for an `int` (replaced by %i) - 3 cases of %d for a `long` (replaced by %ld) - 19 cases of `%d`, `%i`, `%u` or `%lu` for a `size_t` (replaced it by `%zu`) - An unused formatting argument (removed it) - A missing `%d` (added it) - A missing `%s` (added it) - 2 cases of `%llu` for a `uint64_t` (replaced it by `"%" PRIu64`) - 6 cases of giving a string directly as format string (replaced it by `("%s", string)`) - 2 cases of %*-s, which should probably have been %-*s. (Looks like NuttX accepts (the invalid) %*-s, but other platforms don't.) - A %04x for a `uint32_t` (replaced by "%04" PRIx32)
-
- Jul 01, 2018
-
-
Daniel Agar authored
-
- Apr 30, 2018
-
-
Daniel Agar authored
- px4_add_module now requires MAIN - px4_add_library doesn't automatically link
-
- Apr 16, 2018
-
-
alessandro authored
-
- Nov 24, 2017
-
-
Robbie Sharma authored
-
- Oct 27, 2017
-
-
Beat Küng authored
-
- Jul 08, 2017
-
-
Daniel Agar authored
-
- Jun 03, 2017
-
-
davidaroyer authored
-
- May 27, 2017
-
-
Mohammed Kabir authored
-
Mohammed Kabir authored
- May 03, 2017
-
-
Paul Riseborough authored
The learned ekf2 mag bias values are invalidated when the sensor calibration is updated and must be reset.
-
- Apr 24, 2017
-
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
- Apr 06, 2017
-
-
Beat Küng authored
-
- Feb 02, 2017
-
-
Daniel Agar authored
-
- Feb 01, 2017
-
-
pixhawk authored
-
pixhawk authored
-
pixhawk authored
-
Siddharth Bharat Purohit authored
-
Siddharth Bharat Purohit authored
-
Siddharth Bharat Purohit authored
-
- Sep 30, 2016
-
-
Beat Küng authored
-
- Aug 05, 2016
-
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
- Jul 16, 2016
-
-
Julian Oes authored
The reason for this change is that RPi2 and RPi3 are compatible, and hopefully all differences coming up can be resolved without ifdefs but at runtime.
-
- Jul 07, 2016
-
-
Miguel Arroyo authored
-
- Jun 22, 2016
-
-
Lorenz Meier authored
-
- May 09, 2016
-
-
Lorenz Meier authored
-
- May 05, 2016
-
-
Daniel Agar authored
-
- Apr 30, 2016
-
-
Lorenz Meier authored
-
- Apr 24, 2016
-
-
Julian Oes authored
The device ID is defined as a uint32_t in the driver and topic but stored as a int32_t param. It is therefore sufficient if the device ID is not 0 in order to be valid.
-
- Apr 10, 2016
-
-
Lorenz Meier authored
-
- Apr 09, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Apr 06, 2016
-
-
Lorenz Meier authored
-