aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed to Support boardctrl in upstream NuttXDavid Sidrane2015-04-0710-71/+14
|
* Ran astyle on ver.cDavid Sidrane2015-04-071-13/+14
|
* Added Build URI to version commandDavid Sidrane2015-04-071-8/+15
|
* Fixed bug in hardfault_get_desc not retering -ENOENTDavid Sidrane2015-04-071-1/+1
|
* Rebased on master but using nuttx_next configsDavid Sidrane2015-04-071-5/+0
|
* Latest Intrim C++11 workaround waitng on feedbackDavid Sidrane2015-04-072-69/+0
|
* Interim fix for timeval being incorrectly defined in cxx/ctimeDavid Sidrane2015-04-071-0/+12
|
* Added patch to build with c++11David Sidrane2015-04-071-0/+57
|
* Fix code style in IO driverLorenz Meier2015-04-071-4/+0
|
* Fix echo output of MakefileLorenz Meier2015-04-071-3/+3
|
* Allow GCC 4.7.4 in checkLorenz Meier2015-04-071-1/+1
|
* IOv2: simplify configLorenz Meier2015-04-071-6/+0
|
* IOv1: simplify configLorenz Meier2015-04-071-6/+0
|
* Simplify v2 configLorenz Meier2015-04-071-7/+0
|
* FMUv1: Simplify configLorenz Meier2015-04-071-6/+0
|
* Simplify aerocore configLorenz Meier2015-04-071-6/+0
|
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-04-071-3/+0
|
* setup.mk: FormattingLorenz Meier2015-04-071-4/+4
|
* Dropping GCC 4.7 supportLorenz Meier2015-04-071-1/+1
|
* CXX init: Drop export in C fileLorenz Meier2015-04-071-1/+1
|
* Systemlib: proper use of headers for CXX initLorenz Meier2015-04-071-0/+3
|
* FMUv2: CXX initLorenz Meier2015-04-071-4/+0
|
* FMUv1: CXX initLorenz Meier2015-04-071-4/+0
|
* Aerocore: CXX initLorenz Meier2015-04-071-4/+0
|
* Fix compiler warning on prototypesLorenz Meier2015-04-073-3/+3
|
* FMUv2: board initLorenz Meier2015-04-071-0/+4
|
* FMUv1: board initLorenz Meier2015-04-071-0/+4
|
* Aerocore: board initLorenz Meier2015-04-071-0/+4
|
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-04-071-1/+1
|
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the ↵David Sidrane2015-04-071-0/+4
| | | | 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-04-071-1/+0
|
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-04-071-0/+1
|
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-04-074-0/+24
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* Added Support for C++ static initializersDavid Sidrane2015-04-071-0/+7
|
* updated to latest upstreamDavid Sidrane2015-04-071-1/+0
|
* Probes in board.h but disabled and with Configuation for SDIO fixDavid Sidrane2015-04-071-0/+1
|
* Added ProbesDavid Sidrane2015-04-071-1/+0
|
* Updated with pragmas to remove shadow warning (errors with -Werror) David Sidrane2015-04-071-1/+1
| | | | Make file will not create rej files on distclean
* Update .gitmodulesDavid Sidrane2015-04-071-1/+1
| | | | Back to PX4
* Updated Configs to use the new handshake thresholdsDavid Sidrane2015-04-071-0/+5
|
* Update configs with latest upstream setting David Sidrane2015-04-071-3/+0
|
* repointed NuttX submoduleDavid Sidrane2015-04-071-1/+1
|
* better nameing and directionDavid Sidrane2015-04-072-592/+2
|
* Fixed typosDavid Sidrane2015-04-072-9/+9
|
* Updated configsDavid Sidrane2015-04-071-0/+4
|
* Added the ability to apply PX4 specific patches to NuttxDavid Sidrane2015-04-073-13/+603
| | | | At the moment this entails adding NuttX/nuttx/arch/arm/include/math.h
* Add top to test buildLorenz Meier2015-04-071-1/+1
|
* Add param cmd to test configLorenz Meier2015-04-071-1/+1
|
* Added BUILD_URI to locate elf file from fualt logDavid Sidrane2015-04-073-1/+12
|
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-04-073-69/+71
|