- May 17, 2019
-
-
David Sidrane authored
-
- May 16, 2019
-
-
Julian Oes authored
GCC 9 complained about stringop-truncation which is a cautionary message to prevent using strncpy with non-null terminated strings. We can fix this by copying one byte less than the destination size and then manually adding the null termination, as we already do.
-
- May 08, 2019
- May 02, 2019
-
-
bresch authored
-
- Apr 26, 2019
-
-
Beat Küng authored
The Pixhawk cube as an internal mag on SPI. If there was a bad register read (e.g. on an IMU failure), _register_wait was non-zero and there was no transfer but _mag still published mpu_report.mag.
-
Thijs Raymakers authored
-
- Apr 25, 2019
-
-
misswhile authored
-
- Apr 20, 2019
-
-
Julian Oes authored
This should fix the case where the driver initializes even though the device is not found. The change changes the behavior to return ERROR if the whoami call fails several times instead of returning OK. Also, the reset() and thus probe() calls are moved before initializing the ringbuffer and device name.
-
liubaoxu authored
from BPM280 to BMP280
-
- Apr 17, 2019
-
-
Dennis Millard authored
-
- Apr 11, 2019
-
-
Andreas Daniel Antener authored
* drivers, magnetometer: added ak09916 driver to support the mag driver emulated by the Here2 gps * boards: set yaw 270 rotation for external ak09916 driver and only start it for the PH21 * drivers: only start ak09916 when icm20948 is not available on a ph21 setup
-
- Apr 09, 2019
-
-
Julian Kent authored
-
- Apr 04, 2019
-
-
Burak Han authored
-
- Apr 03, 2019
-
-
David Sidrane authored
* Support for armv7-m_dcache control via parameter The FORCE_F7_DCACHE parameter can be set to 0 - (default) if Eratta exits turn dcache off else leave it on 1 - Force it off 2 - Force it on At boot the system will disable the d-cache if the silicon has the 1259864 Data corruption in a sequence of Write-Through stores and loads eratta. Post nsh script execution the FORCE_F7_DCACHE paramater will be used to set the d-cache to the state indicated above.
-
bresch authored
using parameter_update.py script
-
- Apr 02, 2019
-
-
David Sidrane authored
-
David Sidrane authored
-
- Mar 29, 2019
-
-
Thijs Raymakers authored
-
- Mar 21, 2019
-
-
Beat Küng authored
With a DLPF of 62.5 Hz, the sampling rate is apperently not 1 kHz anymore, because the driver got duplicate samples and published only at 128 Hz. We have to increase the filter back to 500 Hz so that we get 1 kHz sampling rate, with 250 Hz publications.
-
- Mar 18, 2019
-
-
Pandacoolcool authored
-
Pandacoolcool authored
-
- Mar 16, 2019
-
-
Mark Sauder authored
-
Daniel Agar authored
-
- Mar 12, 2019
-
-
mcsauder authored
-
- Mar 11, 2019
-
-
Vasily Evseenko authored
-
- Mar 09, 2019
-
-
dlwalter authored
-
- Mar 02, 2019
-
-
Daniel Agar authored
- support range based for loops - add remove() method to remove a node - add clear() to empty entire list and delete nodes - add empty() helper
-
- Feb 26, 2019
-
-
David Sidrane authored
This adds an optional default support for HW that does not have and external armed indiction.
-
mcsauder authored
Move member variable initialization out of the constructor list to variable declarations, format whitespaces/tabs in sf1xx.cpp.
-
- Feb 25, 2019
-
-
Mohammed Kabir authored
-
- Feb 22, 2019
-
-
Oleg Kalachev authored
-
- Feb 21, 2019
-
-
Daniel Agar authored
-
Beat Küng authored
-
Beat Küng authored
- Accel: use cutoff of 62.5 Hz instead of 500 Hz - Gyro: the cutoff frequency is coupled with the ODR and is fixed to 116 Hz at 1 kHz readout rate. So this patch does not change anything for the gyro.
-
bazooka joe authored
Because BATT_SMBUS is using a different structure (the ModuleBase class), and `BATT_SMBUS::task_spawn` is only called for the `start` command. This is the reason why you don't need to check for it in here.
-
bazooka joe authored
-
Beat Küng authored
Co-Authored-By:
BazookaJoe1900 <BazookaJoe1900@gmail.com>
-
Beat Küng authored
Co-Authored-By:
BazookaJoe1900 <BazookaJoe1900@gmail.com>
-