summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-0559-424/+145
* LPC17xx Kconfig looks goodpatacongo2012-09-054-14/+39
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-0526-25/+50
* Update LPC17 Kconfigpatacongo2012-09-053-9/+167
* Add configuration for the LM3Spatacongo2012-09-059-46/+122
* Add Kconfig settings for the LPC17xxpatacongo2012-09-0510-583/+1052
* Things missing from lib/Kconfigpatacongo2012-09-051-21/+101
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-057-374/+383
* Oops.. sendfile() was not keeping track of the number bytes transferred or ha...patacongo2012-09-051-4/+18
* Add sendfile()patacongo2012-09-0411-6/+429
* Enhancements to the uIP web server from Katepatacongo2012-09-041-0/+3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-04166-614/+614
* Changes to Kconfig and matching defconfig filespatacongo2012-09-04171-1304/+1304
* Back out the last STM32 SDIO DMA change. It is incorrectpatacongo2012-09-042-43/+6
* Oops... bits in region mask are invertedpatacongo2012-09-043-3/+3
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-045-6/+74
* Add support for multiple work queuespatacongo2012-09-0428-167/+466
* configure.sh now will ignore appconfig files if CONFIG_NUTTX_NEWCONFIG is def...patacongo2012-09-032-2/+45
* 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
* 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
* 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
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-255-208/+670
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-245-77/+120
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-23188-2657/+2657
* STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo2012-08-231-8/+21
* Fixes several STM32 USB OTG FS host MSC write transferspatacongo2012-08-231-135/+251
* STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo2012-08-221-135/+134