summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-02Fix workqueue assertion; STM32 power managementpatacongo3-6/+14
2012-09-01Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo4-15/+15
2012-09-01mksymtab: Fix handling of final comma. Some C compilers can't handle them; Al...patacongo1-10/+19
2012-09-01Ooops.. mksymtab needs to check for zero-length header file namespatacongo1-7/+10
2012-09-01Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo23-346/+852
2012-09-01Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo6-45/+22
2012-08-31The content for uIP web server demo is no longer canned, but is not built dyn...patacongo49-1880/+1892
2012-08-31Add lib.csv that may be used to generate C library symbol tablespatacongo66-70/+276
2012-08-31Fix some places in library where semaphore is not released on error conditionspatacongo28-81/+152
2012-08-30Add configurable application entry pointpatacongo254-613/+777
2012-08-30Add USB host support for the STM3240G-EVAL boardpatacongo22-186/+578
2012-08-30Remove documentation from defconfig files so that they are more maintainablepatacongo187-81423/+325
2012-08-29The USB host driver has been verified on the STM32F4Discoverypatacongo91-103/+149
2012-08-29Add USB host support to the STM32F4Discovery boardpatacongo15-85/+601
2012-08-28I think the STM32 UST OTG FS host driver is finally finishedpatacongo2-31/+53
2012-08-28Slightly improved delay logic for the USB hostpatacongo3-29/+46
2012-08-28This appears to fix the NAK-issues for IN data transfers. Still an issue wit...patacongo1-141/+246
2012-08-28Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo4-5/+6
2012-08-28Add perror()patacongo13-21/+396
2012-08-28Add some protection to the priority inheritance logic when sem_post() is call...patacongo7-92/+261
2012-08-27Some STM32 USB OTG FS driver fixespatacongo10-11/+28
2012-08-27Fix some NAK race conditions in control transfers (there are more)patacongo2-52/+103
2012-08-27Dequote Kconfig strings that may be used as components of a pathpatacongo190-17/+230
2012-08-26More patches/bugfixes from Katepatacongo6-5/+35
2012-08-26Add terminating NULL to argv[] listpatacongo2-1/+6
2012-08-26waitpid(): Move some logic inside of a critical sectionpatacongo2-1/+4
2012-08-26Fix some list handling associated with priority inheritancepatacongo8-77/+111
2012-08-25Prep for 6.21 releasepatacongo6-212/+676
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo5-77/+120
2012-08-23Lots of defconfig changes for compatibility with the configuration toolpatacongo188-2657/+2657
2012-08-23STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo1-8/+21
2012-08-23Fixes several STM32 USB OTG FS host MSC write transferspatacongo1-135/+251
2012-08-22STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo1-135/+134
2012-08-22STM32 USB OTG FS host driver update (almost done)patacongo5-165/+187
2012-08-22PM updatepatacongo1-18/+39
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo8-27/+56
2012-08-21Several bug fixes for STM32 OTG FS host driverpatacongo2-242/+226
2012-08-20Early STM32 USB OTF FS host debug changespatacongo1-45/+58
2012-08-20Changes for good auto-configuration of Micropendous3 boardpatacongo2-9/+9
2012-08-20Changes for clean STM32 USB host driver buildpatacongo11-140/+309
2012-08-20STM32 USB host driver is code compelte (but untested)patacongo2-129/+180
2012-08-20CONFIG_DRAM_END configuration change from Richard Cochranpatacongo171-836/+467
2012-08-20Progress on STM32 OTG FS host driverpatacongo7-229/+854
2012-08-18Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo4-124/+42
2012-08-18STM32 USB host driver updatepatacongo2-44/+967
2012-08-17More STM32 USB host logicpatacongo2-539/+923
2012-08-17Remove 'sudo' from Makefilespatacongo2-2/+2
2012-08-17Auto-configuration updates from Richard Cochranpatacongo8-22/+85
2012-08-16Evolving STM32 USB host supportpatacongo5-950/+199
2012-08-16mkconfig now calculates DRAM_END if not providedpatacongo3-4/+13