aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Thread starts with 9 words on stack to spareDavid Sidrane2015-03-251-1/+1
* Bigger StackDavid Sidrane2015-03-251-0/+3
* Smaller MemoryPoolDavid Sidrane2015-03-251-1/+1
* Fixed nameDavid Sidrane2015-03-251-1/+1
* Added externDavid Sidrane2015-03-251-1/+1
* Serial number address fixed, added F103 Chip ID - not completeDavid Sidrane2015-03-251-10/+35
* Builds and runs - needs testingDavid Sidrane2015-03-257-1/+737
* Fixes dependency not being cleaned by keeping the uavcan artifacts in the BUI...David Sidrane2015-03-251-2/+4
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-03-051-3/+0
* CXX init: Drop export in C fileLorenz Meier2015-03-051-1/+1
* Systemlib: proper use of headers for CXX initLorenz Meier2015-03-051-0/+3
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-03-051-1/+1
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-03-051-7/+5
* Reduced memory footprint with serialization and mallocDavid Sidrane2015-03-051-48/+34
* Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-03-051-0/+383
* Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-03-051-1/+2
* Added mavstation configKevin Bretney2015-03-058-0/+367
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-03-052-4/+0
* CXX init: Drop export in C fileLorenz Meier2015-03-051-1/+1
* Systemlib: proper use of headers for CXX initLorenz Meier2015-03-052-0/+5
* IOv1/v2: CXX initLorenz Meier2015-03-051-2/+1
* IOv1/v2: board initLorenz Meier2015-03-051-20/+29
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-03-051-1/+1
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-03-051-0/+11
* Added Support for C++ static initializersDavid Sidrane2015-03-051-5/+9
* Brought lowsyslog usage up to current APIDavid Sidrane2015-03-051-1/+1
* Cleanup CCASSERT: Use built-in static_assert if it is available andDavid Sidrane2015-03-051-4/+9
* Added some common macros to support runtime and compile time defensiveDavid Sidrane2015-03-052-0/+102
* SBUS on IO: Use new debug APILorenz Meier2015-03-051-3/+1
* PX4IO: Update syslog APILorenz Meier2015-03-051-3/+3
* Merge pull request #1857 from PX4/mcposoffboardnoattitudepubLorenz Meier2015-03-022-14/+28
|\
| * mc pos ctrl: do not publish att sp in offboard && no position/velocity controlThomas Gubler2015-03-011-9/+16
| * mc pos ctrl multiplatform: do not publish att sp in offboard && no position/v...Thomas Gubler2015-03-011-5/+12
* | Mag cal: Add 100% messagev1.0.0rc7Lorenz Meier2015-03-011-0/+3
* | mc pos multi: reduce stack sizeThomas Gubler2015-03-011-1/+1
* | mc att multi: reduce stack sizeThomas Gubler2015-03-011-1/+1
* | commander: Shorten mag cal intervalLorenz Meier2015-03-011-1/+1
* | Make INAV configurableLorenz Meier2015-03-011-0/+14
* | MC pos control: Use less RAMLorenz Meier2015-03-011-1/+1
* | MC att control: Use less RAMLorenz Meier2015-03-011-1/+1
* | MAVLink: Use less RAMLorenz Meier2015-03-012-2/+2
* | land detector: Use less RAMLorenz Meier2015-03-011-4/+5
* | commander: Do not allocate excessive stackLorenz Meier2015-03-011-1/+1
* | commander: Improve status feedback to make status parsing simpler in UILorenz Meier2015-03-011-1/+3
|/
* Remove header which is now auto-generatedLorenz Meier2015-03-011-65/+0
* Sensors: Clear old mag rotation param once new values is presentLorenz Meier2015-02-281-0/+3
* tiny comment improvementThomas Gubler2015-02-281-3/+3
* move offboard_control_mode topic to msg modeThomas Gubler2015-02-281-73/+0
* Check if offboard mode was activated before publishing controlsMatt Beall2015-02-281-9/+19
* Removed actuator_control_mode flags...Using pre-existing flags insteadMatt Beall2015-02-286-30/+18