aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-142-10/+23
|\
| * Avoid a possible issue where an interrupt can intervene at a critical point, ...px4dev2012-09-141-0/+9
| * Avoid a race where up_putc can leave the driver in an inconsistent state (tho...px4dev2012-09-141-10/+14
* | 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-072-1/+12
* Config updates to match recent NuttX mergepx4dev2012-09-022-0/+2
* Merge with trunk NuttXpx4dev2012-09-02127-502/+2022
|\
| * Fix workqueue assertion; STM32 power managementpatacongo2012-09-023-6/+14
| * Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo2012-09-014-15/+15
| * mksymtab: Fix handling of final comma. Some C compilers can't handle them; Al...patacongo2012-09-011-10/+19
| * Ooops.. mksymtab needs to check for zero-length header file namespatacongo2012-09-011-7/+10
| * Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-0123-346/+852
| * Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-015-41/+14
| * The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3125-877/+1305
| * Add lib.csv that may be used to generate C library symbol tablespatacongo2012-08-3166-70/+276
| * Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-3126-80/+148
| * Add configurable application entry pointpatacongo2012-08-30199-34/+401
| * Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-3022-186/+578
| * 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-2991-103/+149
| * Add USB host support to the STM32F4Discovery boardpatacongo2012-08-2915-85/+601
| * I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-282-31/+53
| * Slightly improved delay logic for the USB hostpatacongo2012-08-283-29/+46
| * This appears to fix the NAK-issues for IN data transfers. Still an issue wit...patacongo2012-08-281-141/+246
| * Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-284-5/+6
| * Add perror()patacongo2012-08-289-17/+382
* | Tentative patch for work_cancel.px4dev2012-09-021-2/+2
* | 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
* | Disable a possibly-bogus assertion that is bringing us a lot of grief right ...px4dev2012-08-281-1/+1
* | Merge branch 'NuttX/master'px4dev2012-08-2811-150/+416
|\|
| * Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-285-90/+246
| * Some STM32 USB OTG FS driver fixespatacongo2012-08-2710-11/+28
| * Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-272-52/+103
| * Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-27190-17/+230
| * More patches/bugfixes from Katepatacongo2012-08-264-4/+32
* | 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-2738-3765/+4833
|\ \
| * | 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-2631-2898/+4645
| |\|
| | * waitpid(): Move some logic inside of a critical sectionpatacongo2012-08-262-1/+4
| | * Fix some list handling associated with priority inheritancepatacongo2012-08-267-75/+99