aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FMUv1: CXX initLorenz Meier2015-04-071-4/+4
|
* Aerocore: CXX initLorenz Meier2015-04-071-4/+4
|
* Reduce make output to ensure the console printing is not slowing the build ↵Lorenz Meier2015-04-071-5/+8
| | | | process down
* Fix compiler warning on prototypesLorenz Meier2015-04-073-3/+3
|
* IOv1/v2: board initLorenz Meier2015-04-071-20/+29
|
* FMUv2: board initLorenz Meier2015-04-071-14/+19
|
* FMUv1: board initLorenz Meier2015-04-071-18/+22
|
* Aerocore: board initLorenz Meier2015-04-071-4/+14
|
* Add export to up_cxxinitialize to make it globally visibleLorenz Meier2015-04-071-1/+1
|
* removed message in favor of syslogDavid Sidrane2015-04-071-17/+1
|
* rc.interface: expand mixer variablesThomas Gubler2015-04-071-10/+10
|
* Bug fix:The CRC detection on px4io was failing with -1 result, do the the ↵David Sidrane2015-04-071-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-04-071-1/+0
|
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-04-074-9/+15
|
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-04-078-0/+70
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* Added Support for C++ static initializersDavid Sidrane2015-04-073-5/+24
|
* PX4IO driver: Try to talk to IO instead of just waiting for itLorenz Meier2015-04-071-1/+1
|
* Enable CU term in FMUv2 configLorenz Meier2015-04-073-3/+6
|
* Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce ↵Lorenz Meier2015-04-071-5/+12
| | | | interrupt stack from excessive 4K to 2K
* Fix up math.h for GCC 4.9Lorenz Meier2015-04-071-4/+4
|
* Allows CONFIG_ARMV7M_STACKCHECK to be not setDavid Sidrane2015-04-071-5/+17
|
* 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
|
* Set the interrupt reserve watchdogs to a smaller numberLorenz Meier2015-04-071-2/+2
|
* NuttX configs: Re-add missing board configsLorenz Meier2015-04-071-1/+3
|
* IOv1: Freshen configLorenz Meier2015-04-071-478/+909
|
* Updated with pragmas to remove shadow warning (errors with -Werror) David Sidrane2015-04-072-1/+63
| | | | Make file will not create rej files on distclean
* Added conditional for SPI 2 BussDavid Sidrane2015-04-071-0/+3
|
* Brought lowsyslog usage up to current APIDavid Sidrane2015-04-071-1/+1
|
* Cleanup CCASSERT: Use built-in static_assert if it is available andDavid Sidrane2015-04-071-4/+9
| | | | supperss the unused typedef waning or (-Werror)
* Fixes the warning from missing protptypes. It is not a proper fix but itDavid Sidrane2015-04-072-0/+11
| | | | | | is consistent with the other platform xxx_init.c files The issues is there multiple definition is the tree for led_on() and led_off() (void led_on|off(int) and int led_on|off(int))
* Update .gitmodulesDavid Sidrane2015-04-071-1/+1
| | | | Back to PX4
* Removed stale appconfig filesLorenz Meier2015-04-074-158/+0
|
* Updated Configs to use the new handshake thresholdsDavid Sidrane2015-04-071-0/+4
|
* Update configs with latest upstream setting David Sidrane2015-04-073-7/+4
|
* repointed NuttX submoduleDavid Sidrane2015-04-071-1/+1
|
* better nameing and directionDavid Sidrane2015-04-073-592/+585
|
* Fixed typosDavid Sidrane2015-04-072-9/+9
|
* Updated configsDavid Sidrane2015-04-072-0/+8
|
* Added the ability to apply PX4 specific patches to NuttxDavid Sidrane2015-04-073-9/+624
| | | | At the moment this entails adding NuttX/nuttx/arch/arm/include/math.h
* Added some common macros to support runtime and compile time defensiveDavid Sidrane2015-04-072-0/+102
| | | | programming
* Add top to test buildLorenz Meier2015-04-071-8/+2
|
* Add param cmd to test configLorenz Meier2015-04-071-1/+1
|
* Aerocore: CMD argsLorenz Meier2015-04-071-0/+2
|
* PX4IOv2: Modernize configLorenz Meier2015-04-072-493/+926
|
* PX4IOv1: Modernize configLorenz Meier2015-04-072-4/+11
|
* Modernize FMUv2 config (using the upstream NuttX config)Lorenz Meier2015-04-075-187/+245
|
* Modernize FMUv1 configLorenz Meier2015-04-071-0/+1
|
* Modernize aerocore configLorenz Meier2015-04-071-0/+1
|