summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-30187-81423/+325
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5068 42af7a65-404d-4744-a932-0658087f49c3
* The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-2991-103/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5067 42af7a65-404d-4744-a932-0658087f49c3
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-2915-85/+601
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
* I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-282-31/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5065 42af7a65-404d-4744-a932-0658087f49c3
* Slightly improved delay logic for the USB hostpatacongo2012-08-283-29/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5064 42af7a65-404d-4744-a932-0658087f49c3
* This appears to fix the NAK-issues for IN data transfers. Still an issue ↵patacongo2012-08-281-141/+246
| | | | | | with OUT git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5063 42af7a65-404d-4744-a932-0658087f49c3
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-284-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5062 42af7a65-404d-4744-a932-0658087f49c3
* Add perror()patacongo2012-08-289-17/+382
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
* Add some protection to the priority inheritance logic when sem_post() is ↵patacongo2012-08-285-90/+246
| | | | | | called from an interrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5060 42af7a65-404d-4744-a932-0658087f49c3
* Some STM32 USB OTG FS driver fixespatacongo2012-08-2710-11/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5059 42af7a65-404d-4744-a932-0658087f49c3
* Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-272-52/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5058 42af7a65-404d-4744-a932-0658087f49c3
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-27190-17/+230
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5057 42af7a65-404d-4744-a932-0658087f49c3
* More patches/bugfixes from Katepatacongo2012-08-264-4/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
* waitpid(): Move some logic inside of a critical sectionpatacongo2012-08-262-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5054 42af7a65-404d-4744-a932-0658087f49c3
* Fix some list handling associated with priority inheritancepatacongo2012-08-267-75/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5053 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-255-208/+670
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-245-77/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5051 42af7a65-404d-4744-a932-0658087f49c3
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-23188-2657/+2657
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo2012-08-231-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5049 42af7a65-404d-4744-a932-0658087f49c3
* Fixes several STM32 USB OTG FS host MSC write transferspatacongo2012-08-231-135/+251
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5048 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo2012-08-221-135/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5047 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-225-165/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5046 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-08-221-18/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5045 42af7a65-404d-4744-a932-0658087f49c3
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-218-27/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
* Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-212-242/+226
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5043 42af7a65-404d-4744-a932-0658087f49c3
* Early STM32 USB OTF FS host debug changespatacongo2012-08-201-45/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5042 42af7a65-404d-4744-a932-0658087f49c3
* Changes for good auto-configuration of Micropendous3 boardpatacongo2012-08-202-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5041 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-2011-140/+309
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5040 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-202-129/+180
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5039 42af7a65-404d-4744-a932-0658087f49c3
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-20171-836/+467
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5038 42af7a65-404d-4744-a932-0658087f49c3
* Progress on STM32 OTG FS host driverpatacongo2012-08-207-229/+854
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5037 42af7a65-404d-4744-a932-0658087f49c3
* Move duplicate LCD orieations settings from configs/*/Kconfig to ↵patacongo2012-08-184-124/+42
| | | | | | drivers/lcd/Kconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5036 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB host driver updatepatacongo2012-08-182-44/+967
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5035 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 USB host logicpatacongo2012-08-172-539/+923
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5034 42af7a65-404d-4744-a932-0658087f49c3
* Remove 'sudo' from Makefilespatacongo2012-08-172-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5033 42af7a65-404d-4744-a932-0658087f49c3
* Auto-configuration updates from Richard Cochranpatacongo2012-08-178-22/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3
* Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5031 42af7a65-404d-4744-a932-0658087f49c3
* mkconfig now calculates DRAM_END if not providedpatacongo2012-08-163-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5030 42af7a65-404d-4744-a932-0658087f49c3
* A little more STM32 USB host logicpatacongo2012-08-154-11/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5029 42af7a65-404d-4744-a932-0658087f49c3
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-1512-38/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5028 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
* Revise recent changes to serial driver error handling: Errors other than ↵patacongo2012-08-145-31/+48
| | | | | | EINTR may be returned when the driver is used very early in initialization. STM32 SPI driver will now survive repeated initializations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5026 42af7a65-404d-4744-a932-0658087f49c3
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1321-102/+200
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5025 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-139-18/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5024 42af7a65-404d-4744-a932-0658087f49c3
* Define NULL to be (0) for C++patacongo2012-08-122-3/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5023 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial/serial.c open, read, write, and poll methods will not return ↵patacongo2012-08-1217-115/+338
| | | | | | a short transfer or an EINTR error if a signal is received while waiting (only) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
* Back out the last STM32 DMA priority change. It is not necessary; just ↵patacongo2012-08-103-4/+7
| | | | | | dropping the SD frequency was sufficient git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5021 42af7a65-404d-4744-a932-0658087f49c3
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ↵patacongo2012-08-105-4/+10
| | | | | | STM3240G-EVAL git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5020 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3