aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Logging rate changes,Lorenz Meier2012-09-141-0/+1
* Commented defconfig changesLorenz Meier2012-09-121-0/+2
* Increased stack sizes, this fixes the board not booting with a ROMFS mount me...Lorenz Meier2012-09-121-2/+2
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-101-1/+1
* Fix receive DMA for the console device. Now maybe MAVLink will work better.px4dev2012-09-071-1/+5
* Config updates to match recent NuttX mergepx4dev2012-09-022-0/+2
* Merge with trunk NuttXpx4dev2012-09-021-5/+52
|\
| * Fix workqueue assertion; STM32 power managementpatacongo2012-09-021-3/+2
| * Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-011-0/+24
| * Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-3/+0
| * The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3121-873/+1183
| * Add configurable application entry pointpatacongo2012-08-30188-4/+202
| * Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-3021-186/+572
| * Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-30187-81423/+325
| * The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-2990-101/+147
| * Add USB host support to the STM32F4Discovery boardpatacongo2012-08-2913-84/+598
| * Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-2/+2
| * Add perror()patacongo2012-08-281-5/+26
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-311-2/+4
|\ \
| * | Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-2/+4
* | | Adding led appLorenz Meier2012-08-311-0/+1
|/ /
* | Something approximating a driver for the L3GD20px4dev2012-08-291-1/+1
* | enable the bma180 and l3gd20 driverspx4dev2012-08-291-0/+2
* | Merge branch 'NuttX/master'px4dev2012-08-281-2/+6
|\|
| * Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-2/+6
| * Some STM32 USB OTG FS driver fixespatacongo2012-08-277-7/+7
| * Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-27187-0/+187
* | Adjust PPM input timing to deal with FrSky's fairly sloppy CPPM implementationpx4dev2012-08-272-6/+6
* | Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_driver_wipLorenz Meier2012-08-278-870/+191
|\ \
| * | Because kconfig can't do arithmetic.px4dev2012-08-262-2/+2
| * | Pull configurations into line with current NuttX layout.px4dev2012-08-266-179/+149
| * | Play with kconfig a bit. Not ready for use yet.px4dev2012-08-262-689/+40
| * | Merge branch 'NuttX/master'px4dev2012-08-261-3/+3
| |\|
| | * Fix some list handling associated with priority inheritancepatacongo2012-08-262-2/+2
| | * Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-23188-2657/+2657
| | * STM32 USB OTG FS host driver update (almost done)patacongo2012-08-224-1/+6
| | * PM updatepatacongo2012-08-221-18/+39
| | * Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-214-3/+12
| | * Changes for good auto-configuration of Micropendous3 boardpatacongo2012-08-202-9/+9
| | * Changes for clean STM32 USB host driver buildpatacongo2012-08-206-31/+161
| | * CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-20171-836/+467
| | * Progress on STM32 OTG FS host driverpatacongo2012-08-203-0/+9
| | * Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo2012-08-183-124/+3
| | * Auto-configuration updates from Richard Cochranpatacongo2012-08-171-6/+5
| | * A little more STM32 USB host logicpatacongo2012-08-153-10/+106
| | * Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-157-35/+155
| | * Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-137-17/+17
* | | We aren't using counting semaphores with multiple holders, and enabling this ...px4dev2012-08-261-1/+1
* | | Defconfig tweak that might? be required.px4dev2012-08-251-1/+1
* | | Improved param load / store text feedback, ported sensors app to new driver m...Lorenz Meier2012-08-251-2/+2