aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
|
* Added BUILD_URI to locate elf file from fualt logDavid Sidrane2015-04-072-0/+6
|
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-04-073-69/+71
|
* Reduced memory footprint with serialization and mallocDavid Sidrane2015-04-073-286/+417
|
* Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-04-074-0/+1405
|
* NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like ↵David Sidrane2015-04-076-0/+6
| | | | leds etc
* Updated to new tm32_pwr_enablebkp InterfaceDavid Sidrane2015-04-071-1/+2
| | | Interface to tm32_pwr_enablebkp now supports enable/disable
* Added mavstation configKevin Bretney2015-04-0715-0/+968
|
* Fix code style in IO driverLorenz Meier2015-04-071-2/+2
|
* IOv2: simplify configLorenz Meier2015-04-071-7/+2
|
* IOv1: simplify configLorenz Meier2015-04-071-7/+2
|
* Simplify v2 configLorenz Meier2015-04-071-8/+2
|
* FMUv1: Simplify configLorenz Meier2015-04-071-7/+2
|
* Simplify aerocore configLorenz Meier2015-04-071-7/+2
|
* System lib: exclude up_cxxinit from compile as the board makefiles include itLorenz Meier2015-04-072-4/+0
|
* CXX init: Drop export in C fileLorenz Meier2015-04-071-1/+1
|
* Systemlib: proper use of headers for CXX initLorenz Meier2015-04-072-0/+5
|
* IOv1/v2: CXX initLorenz Meier2015-04-071-2/+1
|
* FMUv2: CXX initLorenz Meier2015-04-071-4/+4
|
* FMUv1: CXX initLorenz Meier2015-04-071-4/+4
|
* Aerocore: CXX initLorenz Meier2015-04-071-4/+4
|
* 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
|
* 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
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-04-071-9/+12
|
* 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
|
* 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))
* Added some common macros to support runtime and compile time defensiveDavid Sidrane2015-04-072-0/+102
| | | | programming
* Aerocore: update driver APILorenz Meier2015-04-072-6/+6
|
* FMUv2: Update driver APILorenz Meier2015-04-072-27/+17
|