aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-03-051-1/+1
| * Bug fix:The CRC detection on px4io was failing with -1 result, do the the fac...David Sidrane2015-03-051-0/+4
| * Updated configDavid Sidrane2015-03-051-1/+0
| * Using Nuttx stack assessment itnerfacesDavid Sidrane2015-03-051-0/+1
| * 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
| * Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce in...Lorenz Meier2015-03-051-2/+2
| * updated to latest upstreamDavid Sidrane2015-03-051-1/+0
| * Probes in board.h but disabled and with Configuation for SDIO fixDavid Sidrane2015-03-051-0/+1
| * Added ProbesDavid Sidrane2015-03-051-1/+0
| * Updated with pragmas to remove shadow warning (errors with -Werror) David Sidrane2015-03-051-1/+1
| * Update .gitmodulesDavid Sidrane2015-03-051-1/+1
| * Updated Configs to use the new handshake thresholdsDavid Sidrane2015-03-051-3/+5
| * Update configs with latest upstream setting David Sidrane2015-03-051-3/+0
| * repointed NuttX submoduleDavid Sidrane2015-03-051-1/+1
| * better nameing and directionDavid Sidrane2015-03-052-592/+2
| * Fixed typosDavid Sidrane2015-03-052-9/+9
| * Updated configsDavid Sidrane2015-03-052-0/+8
| * Added the ability to apply PX4 specific patches to NuttxDavid Sidrane2015-03-053-13/+603
| * Add top to test buildLorenz Meier2015-03-051-1/+1
| * Add param cmd to test configLorenz Meier2015-03-051-1/+1
| * Added BUILD_URI to locate elf file from fualt logDavid Sidrane2015-03-053-1/+12
| * Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-03-053-69/+71
| * Update NuttX Submodule == upstream with better errors returned from BBSRAMDavid Sidrane2015-03-051-0/+0
| * Reduced memory footprint with serialization and mallocDavid Sidrane2015-03-053-286/+417
| * Adjust Stack Sizes like f7ef6 - but experimanting the CONFIG_IDLETHREAD_STACK...David Sidrane2015-03-053-8/+12
| * Updated NuttX Submodule for Hard Fault Logging == upstreamDavid Sidrane2015-03-051-0/+0
| * Updated NuttX Submodule for Hard Fault Logging == upstream_to_greg_crashdumpDavid Sidrane2015-03-051-0/+0
| * Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-03-059-3/+1427
| * Rebased on master but using nuttx_next configsDavid Sidrane2015-03-053-250/+874
| * NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like l...David Sidrane2015-03-056-0/+6
| * Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-03-051-1/+2
| * Intrim DANGEROUS fix to allow the PX4 development to continue until there is ...David Sidrane2015-03-051-29/+62
| * Latest Intrim C++11 workaround waitng on feedbackDavid Sidrane2015-03-053-69/+142
| * Interim fix for timeval being incorrectly defined in cxx/ctimeDavid Sidrane2015-03-051-0/+12
| * Added patch to build with c++11David Sidrane2015-03-051-0/+57
| * changed app load address to match updated bootloader (12k bootloader, 116k app)Kevin Bretney2015-03-051-1/+1
| * Added mavstation configKevin Bretney2015-03-0531-1/+2501
| * Fix code style in IO driverLorenz Meier2015-03-051-2/+2
| * Fix echo output of MakefileLorenz Meier2015-03-051-3/+3
| * Allow GCC 4.7.4 in checkLorenz Meier2015-03-051-1/+1
| * 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
| * System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-03-052-4/+0
| * setup.mk: FormattingLorenz Meier2015-03-051-6/+5
| * Dropping GCC 4.7 supportLorenz Meier2015-03-052-4/+4
| * CXX init: Drop export in C fileLorenz Meier2015-03-051-1/+1