summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* More patches/bugfixes from Katepatacongo2012-08-261-0/+20
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-252-1/+58
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-242-23/+49
* 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-221-164/+181
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-212-15/+35
* 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 clean STM32 USB host driver buildpatacongo2012-08-202-103/+138
* STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-127/+178
* Progress on STM32 OTG FS host driverpatacongo2012-08-202-229/+838
* 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-175-15/+76
* Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
* A little more STM32 USB host logicpatacongo2012-08-151-1/+21
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-155-3/+40
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-18/+33
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-1/+1
* Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-102-4/+4
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-102-0/+2
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-104-6/+60
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1010-62/+234
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-085-41/+41
* Add a USB0 device header file for LPC43patacongo2012-08-072-3/+99
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-072-0/+2670
* STM32 PM updatepatacongo2012-08-032-4/+4
* LPC43 updatepatacongo2012-08-031-1/+1
* Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo2012-08-025-4/+107
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-1/+1
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-0218-7/+42
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-3/+7
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-3111-106/+160
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-1/+3
* Add memccpy{}patacongo2012-07-291-1/+2
* STM32F4Discovery configuration clean-uppatacongo2012-07-271-0/+2
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-272-6/+40
* PM updatepatacongo2012-07-272-4/+4
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-3/+3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-245-10/+24
* Ooops.. c_speed is now read-onlypatacongo2012-07-243-3/+89
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-244-53/+59
* Remove BOTHERpatacongo2012-07-241-21/+5
* LP43xx SPIFI MTD driver updatepatacongo2012-07-233-9/+111
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-234-47/+156
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-203-18/+243