summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-256-212/+676
* 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
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-225-165/+187
* PM updatepatacongo2012-08-221-18/+39
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-218-27/+56
* Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-212-242/+226
* Early STM32 USB OTF FS host debug changespatacongo2012-08-201-45/+58
* Changes for good auto-configuration of Micropendous3 boardpatacongo2012-08-202-9/+9
* Changes for clean STM32 USB host driver buildpatacongo2012-08-2011-140/+309
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-202-129/+180
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-20171-836/+467
* Progress on STM32 OTG FS host driverpatacongo2012-08-207-229/+854
* Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo2012-08-184-124/+42
* STM32 USB host driver updatepatacongo2012-08-182-44/+967
* More STM32 USB host logicpatacongo2012-08-172-539/+923
* Remove 'sudo' from Makefilespatacongo2012-08-172-2/+2
* Auto-configuration updates from Richard Cochranpatacongo2012-08-178-22/+85
* Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
* mkconfig now calculates DRAM_END if not providedpatacongo2012-08-163-4/+13
* A little more STM32 USB host logicpatacongo2012-08-154-11/+127
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-1512-38/+195
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-1410-24/+30
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-145-31/+48
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1321-102/+200
* Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-139-18/+22
* Define NULL to be (0) for C++patacongo2012-08-122-3/+8
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1219-120/+385
* Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-103-4/+7
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-105-4/+10
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-088-46/+47
* Add a USB0 device header file for LPC43patacongo2012-08-0710-705/+801
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-076-18/+3599
* Misc updates (minor)patacongo2012-08-064-11/+14
* Fix more floating point formatting bugspatacongo2012-08-063-38/+103
* Fix a floating point presentation errorpatacongo2012-08-063-217/+102
* cosmeticpatacongo2012-08-062-49/+153
* I learned how to spell PSEUDOpatacongo2012-08-0535-1645/+1644
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-043-9/+52
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-049-123/+408
* Add the NSH df commandpatacongo2012-08-046-96/+196
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-0311-308/+495
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-0312-74/+710
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-0323-97/+460
* STM32 PM updatepatacongo2012-08-031-3/+16