aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Lorenz Meier2015-02-111-5/+8
| | | | process down
* 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 ↵David Sidrane2015-02-111-0/+7
| | | | fact that the PX4IO_Uploader had closed the port and Nuttx (now) disabled the clock and PX4IO_serial did not managed the clock
* 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 ↵David Sidrane2015-02-118-0/+70
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* 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 ↵Lorenz Meier2015-02-112-6/+6
| | | | interrupt stack from excessive 4K to 2K
* Fix up math.h for GCC 4.9Lorenz Meier2015-02-111-4/+4
|
* Allows CONFIG_ARMV7M_STACKCHECK to be not setDavid Sidrane2015-02-111-5/+17
|
* updated to latest upstreamDavid Sidrane2015-02-111-1/+0
|
* Probes in board.h but disabled and with Configuation for SDIO fixDavid Sidrane2015-02-111-0/+1
|
* Added ProbesDavid Sidrane2015-02-111-1/+0
|
* Set the interrupt reserve watchdogs to a smaller numberLorenz Meier2015-02-111-2/+2
|
* NuttX configs: Re-add missing board configsLorenz Meier2015-02-112-3/+6
|
* IOv1: Freshen configLorenz Meier2015-02-111-478/+909
|
* FMUv1: Fresh configLorenz Meier2015-02-111-120/+312
|
* Updated with pragmas to remove shadow warning (errors with -Werror) David Sidrane2015-02-112-1/+63
| | | | Make file will not create rej files on distclean