aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-03-051-0/+1
|
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-03-054-0/+24
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* 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 ↵Lorenz Meier2015-03-051-2/+2
| | | | interrupt stack from excessive 4K to 2K
* 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
| | | | Make file will not create rej files on distclean
* Update .gitmodulesDavid Sidrane2015-03-051-1/+1
| | | | Back to PX4
* 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
| | | | At the moment this entails adding NuttX/nuttx/arch/arm/include/math.h
* 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 ↵David Sidrane2015-03-053-8/+12
| | | | CONFIG_IDLETHREAD_STACKSIZ on px4fmu-v2/nsh/defconfig
* 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 ↵David Sidrane2015-03-056-0/+6
| | | | leds etc
* Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-03-051-1/+2
| | | Interface to tm32_pwr_enablebkp now supports enable/disable
* Intrim DANGEROUS fix to allow the PX4 development to continue until there is ↵David Sidrane2015-03-051-29/+62
| | | | a SAFE solution to foreign (non-nuttx) header file inclusion. There is a potential of a binary incompatibility and runtime errors, memory overwrites or corruption.
* 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
|
* Systemlib: proper use of headers for CXX initLorenz Meier2015-03-052-0/+5
|
* IOv1/v2: CXX initLorenz Meier2015-03-051-2/+1
|
* FMUv2: CXX initLorenz Meier2015-03-051-4/+4
|