aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1877 from PX4/nuttx_next_boardnuttx_lastDavid Sidrane2015-03-037-0/+6
|\
| * NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like l...David Sidrane2015-03-037-0/+6
|/
* Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-02-251-1/+2
* Merge branch 'nuttx_next' of https://github.com/PX4/Firmware into nuttx_nextDavid Sidrane2015-02-251-1/+1
|\
| * Merge pull request #1802 from kbrtny/nuttx_nextLorenz Meier2015-02-241-1/+1
| |\
| | * changed app load address to match updated bootloader (12k bootloader, 116k app)Kevin Bretney2015-02-161-1/+1
* | | Updated Nuttx Submodule = upstreamDavid Sidrane2015-02-251-0/+0
* | | Intrim DANGEROUS fix to allow the PX4 development to continue until there is ...David Sidrane2015-02-251-29/+62
|/ /
* | Latest Intrim C++11 workaround waitng on feedbackDavid Sidrane2015-02-194-69/+142
* | Interim fix for timeval being incorrectly defined in cxx/ctimeDavid Sidrane2015-02-181-0/+12
* | Updated to 7.8 plus changes since 2-11-2015David Sidrane2015-02-181-0/+0
* | Added patch to build with c++11David Sidrane2015-02-181-0/+57
|/
* Added mavstation configKevin Bretney2015-02-1131-1/+2501
* Fix code style in IO driverLorenz Meier2015-02-111-2/+2
* Disable stack check on FMUv1Lorenz Meier2015-02-111-1/+1
* Disable stack checking on aerocoreLorenz Meier2015-02-111-1/+1
* Fix echo output of MakefileLorenz Meier2015-02-111-3/+3
* Allow GCC 4.7.4 in checkLorenz Meier2015-02-111-1/+1
* IOv2: simplify configLorenz Meier2015-02-111-7/+2
* IOv1: simplify configLorenz Meier2015-02-111-7/+2
* Simplify v2 configLorenz Meier2015-02-111-8/+2
* FMUv1: Simplify configLorenz Meier2015-02-111-7/+2
* Simplify aerocore configLorenz Meier2015-02-111-7/+2
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-02-112-4/+0
* setup.mk: FormattingLorenz Meier2015-02-111-6/+5
* Dropping GCC 4.7 supportLorenz Meier2015-02-112-4/+4
* CXX init: Drop export in C fileLorenz Meier2015-02-111-1/+1
* Systemlib: proper use of headers for CXX initLorenz Meier2015-02-112-0/+5
* IOv1/v2: CXX initLorenz Meier2015-02-111-2/+1
* FMUv2: CXX initLorenz Meier2015-02-111-4/+4
* FMUv1: CXX initLorenz Meier2015-02-111-4/+4
* Aerocore: CXX initLorenz Meier2015-02-111-4/+4
* Reduce make output to ensure the console printing is not slowing the build pr...Lorenz Meier2015-02-111-5/+8
* Fix compiler warning on prototypesLorenz Meier2015-02-113-3/+3
* IOv1/v2: board initLorenz Meier2015-02-111-20/+29
* FMUv2: board initLorenz Meier2015-02-111-14/+19
* FMUv1: board initLorenz Meier2015-02-111-18/+22
* Aerocore: board initLorenz Meier2015-02-111-4/+14
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-02-111-1/+1
* removed message in favor of syslogDavid Sidrane2015-02-111-17/+1
* rc.interface: expand mixer variablesThomas Gubler2015-02-111-10/+10
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the fac...David Sidrane2015-02-111-0/+7
* Updated configDavid Sidrane2015-02-111-1/+0
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-02-115-9/+16
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-02-118-0/+70
* Added Support for C++ static initializersDavid Sidrane2015-02-113-5/+24
* PX4IO driver: Try to talk to IO instead of just waiting for itLorenz Meier2015-02-111-1/+1
* Enable CU term in FMUv2 configLorenz Meier2015-02-113-3/+6
* Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce in...Lorenz Meier2015-02-112-6/+6
* Fix up math.h for GCC 4.9Lorenz Meier2015-02-111-4/+4