- Jul 11, 2016
-
-
Beat Küng authored
For replay with the new logger, we want a separate build dir so that the parameters file and orb rules don't get mixed up.
-
Randy Mackay authored
* irlock: change output format to tangent of angles * irlock: put all targets in single struct * irlock: eliminate tanf function in constant
-
- Jul 10, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lucas De Marchi authored
__STDC_FORMAT_MACROS changes the behavior of inttypes.h to allow defining format macros for printf-like functions. It needs to be defined before any include is done, otherwise due to include chains and header guards it may not take effect. Instead of having to define it everywhere it is used, move the define to the build system. Also update ecl and DriverFramework submodules to deal with the changed definitions.
-
tommises authored
Streams ordered same way in all modes.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
tommises authored
-
tommises authored
-
tommises authored
Fixed units to be microseconds and not milliseconds.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Mark Whitehorn authored
- Jul 08, 2016
-
-
Lorenz Meier authored
-
- Jul 07, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Miguel Arroyo authored
-
Andreas Bircher authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
Sdlog2 misses least updates when the CPU scaling governor is set at maximum performance. This is not optimal to save power but the best effort until there is a RT patched kernel on Snapdragon.
-
Julian Oes authored
The previous changes broke sdlog2 on NuttX because no orb_copy was called after polling in the case when sdlog2 was not actually logging.
-
Julian Oes authored
Turns out in practice there was not really a difference, so there was no reason to change it.
-
Julian Oes authored
This brings better performance, so less missed updates on Snappy, as well as a bit of a cleanup of the poll and orb_copy logic.
-
Julian Oes authored
Previously, the MAX and MIN were both 512 meaning that usually it would start writing at > 512 bytes but only write 512 bytes which results in a 512 bytes write shortly followed by a e.g. 30 bytes write. Also, performance (measured in missed poll updates) seems slightly better on Snapdragon with bigger chunks.
-
Julian Oes authored
This should lead to less drops on Snapdragon although it's hard to verify this.
-
Julian Oes authored
This brings various PRs and fixes.
-
Beat Küng authored
-
Beat Küng authored
This only applies parameters from the log file and user-supplied overrides. It is intended to be called as one of the first startup commands (after param load), so that during startup, all applications find the parameters from the replayed system. Note that this is an optional command and 'replay start' will again load and apply the parameters in any case.
-
Beat Küng authored
-