summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-109-61/+227
* 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-022-1/+5
* 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-318-100/+157
* 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
* 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-244-8/+19
* Ooops.. c_speed is now read-onlypatacongo2012-07-242-2/+47
* 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-233-47/+147
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-203-18/+243
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-201-0/+60
* Add missing file needed for stm32f100xx portpatacongo2012-07-204-4/+271
* Add support for STM32F100x value line. Contributed by Mike Smith. Still mis...patacongo2012-07-194-72/+155
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-193-8/+8
* Add STM32 PM sleep supportpatacongo2012-07-185-4/+145
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-183-17/+106
* Create an MTD driver for SPIFIpatacongo2012-07-183-78/+908
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-177-11/+671
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-178-21/+286
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-163-31/+219
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-162-5/+4
* PM updatepatacongo2012-07-111-0/+48
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-113-231/+152
* Add an NSH configuration for the LPC43xxpatacongo2012-07-111-1/+1
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-112-16/+51
* Kconfig updatepatacongo2012-07-101-17/+411
* Fix another LPC43xx pin configuration problempatacongo2012-07-101-9/+9
* Several fixes to LPC43 pin and GPIO configurationpatacongo2012-07-103-11/+15
* LPC43xx fix: Logic was disabling XTAL, not enabling itpatacongo2012-07-101-2/+2
* Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2012-07-081-1/+2
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+3
* Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo2012-07-073-51/+142
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-0712-422/+402
* Fix typo in STM32 header filespatacongo2012-07-064-9/+10
* Add LPC43 pin configuration logicpatacongo2012-07-064-902/+959
* Add LPC43 GPIO interrupt configurtion logicpatacongo2012-07-067-473/+632