aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'NuttX/master'px4dev2012-08-1118-105/+333
|\
| * 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
| * 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-196-76/+268
| * Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-194-10/+10
| * 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-102-17/+440
| * 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-082-18/+19
| * Add a generic GCC stdarg.h header filepatacongo2012-07-082-0/+62