aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added BUILD_URI to locate elf file from fualt logDavid Sidrane2015-04-072-0/+6
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-04-073-69/+71
* Reduced memory footprint with serialization and mallocDavid Sidrane2015-04-073-286/+417
* Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-04-074-0/+1405
* NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like l...David Sidrane2015-04-076-0/+6
* Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-04-071-1/+2
* Added mavstation configKevin Bretney2015-04-0715-0/+968
* Fix code style in IO driverLorenz Meier2015-04-071-2/+2
* IOv2: simplify configLorenz Meier2015-04-071-7/+2
* IOv1: simplify configLorenz Meier2015-04-071-7/+2
* Simplify v2 configLorenz Meier2015-04-071-8/+2
* FMUv1: Simplify configLorenz Meier2015-04-071-7/+2
* Simplify aerocore configLorenz Meier2015-04-071-7/+2
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-04-072-4/+0
* CXX init: Drop export in C fileLorenz Meier2015-04-071-1/+1
* Systemlib: proper use of headers for CXX initLorenz Meier2015-04-072-0/+5
* IOv1/v2: CXX initLorenz Meier2015-04-071-2/+1
* FMUv2: CXX initLorenz Meier2015-04-071-4/+4
* FMUv1: CXX initLorenz Meier2015-04-071-4/+4
* Aerocore: CXX initLorenz Meier2015-04-071-4/+4
* Fix compiler warning on prototypesLorenz Meier2015-04-073-3/+3
* IOv1/v2: board initLorenz Meier2015-04-071-20/+29
* FMUv2: board initLorenz Meier2015-04-071-14/+19
* FMUv1: board initLorenz Meier2015-04-071-18/+22
* Aerocore: board initLorenz Meier2015-04-071-4/+14
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-04-071-1/+1
* removed message in favor of syslogDavid Sidrane2015-04-071-17/+1
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the fac...David Sidrane2015-04-071-0/+7
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-04-071-9/+12
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-04-078-0/+70
* Added Support for C++ static initializersDavid Sidrane2015-04-073-5/+24
* Added conditional for SPI 2 BussDavid Sidrane2015-04-071-0/+3
* Brought lowsyslog usage up to current APIDavid Sidrane2015-04-071-1/+1
* Cleanup CCASSERT: Use built-in static_assert if it is available andDavid Sidrane2015-04-071-4/+9
* Fixes the warning from missing protptypes. It is not a proper fix but itDavid Sidrane2015-04-072-0/+11
* Added some common macros to support runtime and compile time defensiveDavid Sidrane2015-04-072-0/+102
* Aerocore: update driver APILorenz Meier2015-04-072-6/+6
* FMUv2: Update driver APILorenz Meier2015-04-072-27/+17
* FMUv1: Update driver APILorenz Meier2015-04-072-43/+16
* IO driver serial layer: Update syslog APILorenz Meier2015-04-071-4/+4
* ESC calib and PWM system commands: Remove spurious, unneeded headersLorenz Meier2015-04-072-7/+0
* tone alarm: Update syslog APILorenz Meier2015-04-071-1/+1
* SBUS on IO: Use new debug APILorenz Meier2015-04-071-3/+1
* PX4IO: Update syslog APILorenz Meier2015-04-071-3/+3
* SPI Dev: Update header locationLorenz Meier2015-04-071-1/+1
* tests: remove spurious, unneeded headerLorenz Meier2015-04-076-12/+0
* MTD: Update header locationsLorenz Meier2015-04-072-3/+3
* commander: Increase timeout on airspeed sensor for the prearm_checkphilipoe2015-04-071-1/+1
* Eigen: Disable testsLorenz Meier2015-04-041-1/+1
* Eigen: Fix logical compare warningLorenz Meier2015-04-041-1/+1