- May 03, 2017
-
-
Paul Riseborough authored
-
priseborough authored
-
priseborough authored
-
priseborough authored
-
priseborough authored
-
priseborough authored
-
priseborough authored
Add missing velocity accuracy reporting Add missing dead reckoning reporting
-
Lorenz Meier authored
-
priseborough authored
-
priseborough authored
-
David Sidrane authored
Added board_on_reset, to force timer GPIO to output low on reset This will stop the motors.
-
David Sidrane authored
This optionally provided function called on entry to board_system_reset. It should perform any house keeping prior to retunring to do the rest.
-
David Sidrane authored
When the CCER is cleared the IO pin tends to float. The FMUV4 HW has no TXS0108 and if cut off while high will decay. By adding the pull down the pins will seek the low state faster. 13.8 us from off to decabe below threshold.
-
Lorenz Meier authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
PX4_SPI_BUS_BARO == PX4_SPI_BUS_RAMTRON
-
David Sidrane authored
The ramtron driver already calls SPI_LOCK when accessing the FRAM. Removed the interrupt lockout and anabled the SPI_LOCK in the ms5611 driver on any HW where the PX4_SPI_BUS_BARO == PX4_SPI_BUS_RAMTRON
-
- May 02, 2017
-
-
Lorenz Meier authored
This allows to at least have a look at the attitude and check that the board is functional on a basic level.
-
David Sidrane authored
-
Henry Zhang authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This is necessary to make the space for UAVCAN in memory and doing it this way avoids negatively impacting users who do not use UAVCAN.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Recover 16 bytes. Size of debug max message is 40 so limit the usart tx buffer to same size.
-
David Sidrane authored
This removes the unused input capture capabilities from the px4io and saves 128 bytes of ram.
-
Lorenz Meier authored
This avoids burning significant memory in a configuration that is not actually using parallel tasks
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 01, 2017
-
-
Lorenz Meier authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Lorenz Meier authored
-
- Apr 30, 2017
-
-
Lorenz Meier authored
The app reached the check limit and needed a bit more headroom.
-