aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* IOv1: simplify configLorenz Meier2015-03-051-6/+0
* Simplify v2 configLorenz Meier2015-03-051-7/+0
* FMUv1: Simplify configLorenz Meier2015-03-051-6/+0
* Simplify aerocore configLorenz Meier2015-03-051-6/+0
* FMUv2: CXX initLorenz Meier2015-03-051-4/+0
* FMUv1: CXX initLorenz Meier2015-03-051-4/+0
* Aerocore: CXX initLorenz Meier2015-03-051-4/+0
* Fix compiler warning on prototypesLorenz Meier2015-03-053-3/+3
* FMUv2: board initLorenz Meier2015-03-051-0/+4
* FMUv1: board initLorenz Meier2015-03-051-0/+4
* Aerocore: board initLorenz Meier2015-03-051-0/+4
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the fac...David Sidrane2015-03-051-0/+4
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-03-054-0/+24
* Added Support for C++ static initializersDavid Sidrane2015-03-051-0/+7
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-03-051-37/+41
* Reduced memory footprint with serialization and mallocDavid Sidrane2015-03-051-40/+62
* Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-03-051-0/+261
* NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like l...David Sidrane2015-03-056-0/+6
* Added mavstation configKevin Bretney2015-03-056-0/+600
* Fix code style in IO driverLorenz Meier2015-03-051-2/+2
* IOv2: simplify configLorenz Meier2015-03-051-7/+2
* IOv1: simplify configLorenz Meier2015-03-051-7/+2
* Simplify v2 configLorenz Meier2015-03-051-8/+2
* FMUv1: Simplify configLorenz Meier2015-03-051-7/+2
* Simplify aerocore configLorenz Meier2015-03-051-7/+2
* FMUv2: CXX initLorenz Meier2015-03-051-4/+4
* FMUv1: CXX initLorenz Meier2015-03-051-4/+4
* Aerocore: CXX initLorenz Meier2015-03-051-4/+4
* Fix compiler warning on prototypesLorenz Meier2015-03-053-3/+3
* FMUv2: board initLorenz Meier2015-03-051-14/+19
* FMUv1: board initLorenz Meier2015-03-051-18/+22
* Aerocore: board initLorenz Meier2015-03-051-4/+14
* removed message in favor of syslogDavid Sidrane2015-03-051-17/+1
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the fac...David Sidrane2015-03-051-0/+7
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-03-057-0/+59
* Added Support for C++ static initializersDavid Sidrane2015-03-052-0/+15
* Added conditional for SPI 2 BussDavid Sidrane2015-03-051-0/+3
* Fixes the warning from missing protptypes. It is not a proper fix but itDavid Sidrane2015-03-052-0/+11
* Aerocore: update driver APILorenz Meier2015-03-052-6/+6
* FMUv2: Update driver APILorenz Meier2015-03-052-27/+17
* FMUv1: Update driver APILorenz Meier2015-03-052-43/+16
* IO driver serial layer: Update syslog APILorenz Meier2015-03-051-4/+4
* tone alarm: Update syslog APILorenz Meier2015-03-051-1/+1
* SPI Dev: Update header locationLorenz Meier2015-03-051-1/+1
* oreoled: support send_bytes ioctlRandy Mackay2015-03-022-1/+29
* batt_smbus: remove debugRandy Mackay2015-03-021-3/+0
* mkblctrl: Use less RAMLorenz Meier2015-03-011-1/+1
* FMU: Fix peripheral resetLorenz Meier2015-02-281-3/+3
* MPU6K: Allow stopLorenz Meier2015-02-281-9/+36
* FMU: Make peripheral rail power controllableLorenz Meier2015-02-282-0/+61