aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto-generate builtin command prototypes.px4dev2013-02-234-92/+130
* Git zombies must die.px4dev2013-02-238-395/+0
* We need a stub ROMFS header so that the client can supply their own bits.px4dev2013-02-232-1/+42
* Back out deletion of the /etc/init.d scripts; we need these.px4dev2013-02-238-0/+395
* Add support for per-config ROMFS generation.px4dev2013-02-2330-581/+109
* Rename makefiles to help categorise them.px4dev2013-02-237-9/+8
* Simplify the PLATFORM/CONFIG handling a little.px4dev2013-02-234-14/+13
* Move upload functionality out into a separate makefile.px4dev2013-02-233-79/+47
* Ignore NuttX export archives and anything in the Build directory.px4dev2013-02-231-0/+2
* Move more functionality into firmware.mk. Now we build the px4 bundles in a w...px4dev2013-02-234-59/+189
* Minor fixes to the toolchain definitions.px4dev2013-02-231-6/+8
* Recover commits lost in the previous merge. Syllableise PX4_BASE like its peers.px4dev2013-02-234-77/+128
* Switch to optimising some things for size rather than speed.px4dev2013-02-2315-1/+31
* Break up the firmware build into a 'make export' phase for NuttX on a per-boa...px4dev2013-02-237-0/+285
* It seems to be safe to build these for any config.px4dev2013-02-231-11/+3
* Fix a couple of things that break 'make export'.px4dev2013-02-231-2/+1
* Hotfix: Add support for 9-channel Spektrum/DSM setups.px4dev2013-02-221-0/+1
* Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-203-0/+120
|\
| * Added additional exampleLorenz Meier2013-01-243-0/+120
* | Adjusted stack size for commander appLorenz Meier2013-02-201-2/+2
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-18224-9460/+8651
|\ \
| * \ Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-17165-2617/+6129
| |\ \
| | * | New option to ensure serial stack is always included.px4dev2013-02-062-0/+2
| | * | Assorted compile fixes.px4dev2013-02-066-14/+11
| | * | Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| | * | Back out the ADC DMA support. We aren't using or maintaining it, and it doesn...px4dev2013-02-062-273/+48
| | * | lib_lowprintf -> lowsyslogpx4dev2013-02-063-6/+6
| | * | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-06153-2289/+6018
| | |\ \
| | | * | drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-022-29/+78
| | | * | Last minute 6.25 changepatacongo2013-02-014-27/+42
| | | * | Prep for 6.25 releasepatacongo2013-02-016-420/+1191
| | | * | Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-019-31/+97
| | | * | NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-0112-16/+293
| | | * | Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-3118-73/+102
| | | * | Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-3110-24/+353
| | | * | Fix readline return value; Add support for removable serial devicespatacongo2013-01-3110-65/+320
| | | * | With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-302-62/+6
| | | * | The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
| | | * | LM4F update from JPpatacongo2013-01-305-310/+434
| | | * | Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
| | | * | Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
| | | * | LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
| | | * | Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-2911-215/+732
| | | * | The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-292-48/+52
| | | * | The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-299-73/+225
| | | * | USB monitor daemon updatespatacongo2013-01-299-56/+139
| | | * | Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-28180-520/+677
| | | * | Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2817-62/+421
| | | * | Misc SYSLOG and STM32 serial fixespatacongo2013-01-285-59/+61
| | | * | Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-2828-92/+314