summaryrefslogtreecommitdiffstats
path: root/nuttx/arch
AgeCommit message (Expand)AuthorFilesLines
2012-08-03STM32 PM updatepatacongo2-4/+4
2012-08-03LPC43 updatepatacongo1-1/+1
2012-08-02Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo5-4/+107
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo1-1/+1
2012-08-02Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo1-7/+7
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo18-7/+42
2012-08-01atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2-3/+7
2012-07-31LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo11-106/+160
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-1/+3
2012-07-29Add memccpy{}patacongo1-1/+2
2012-07-27STM32F4Discovery configuration clean-uppatacongo1-0/+2
2012-07-27Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2-6/+40
2012-07-27PM updatepatacongo2-4/+4
2012-07-25Add PM support for the STM32F4Discovery -- still a work in progresspatacongo1-3/+3
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo5-10/+24
2012-07-24Ooops.. c_speed is now read-onlypatacongo3-3/+89
2012-07-24SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo4-53/+59
2012-07-24Remove BOTHERpatacongo1-21/+5
2012-07-23LP43xx SPIFI MTD driver updatepatacongo3-9/+111
2012-07-23Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo4-47/+156
2012-07-20Add completed but untested support for RS-485 on the LPC43xxpatacongo3-18/+243
2012-07-20Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo1-0/+60
2012-07-20Add missing file needed for stm32f100xx portpatacongo4-4/+271
2012-07-19Add support for STM32F100x value line. Contributed by Mike Smith. Still mis...patacongo6-76/+268
2012-07-19Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo4-10/+10
2012-07-18Add STM32 PM sleep supportpatacongo5-4/+145
2012-07-18Update driver to work with and external SPIFI library (vs. ROM)patacongo3-17/+106
2012-07-18Create an MTD driver for SPIFIpatacongo3-78/+908
2012-07-17Add logic to initialize the LPC43xx SPIFI devicepatacongo7-11/+671
2012-07-17STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo8-21/+286
2012-07-16Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo3-31/+219
2012-07-16Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2-5/+4
2012-07-11PM updatepatacongo1-0/+48
2012-07-11LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo3-231/+152
2012-07-11Add an NSH configuration for the LPC43xxpatacongo1-1/+1
2012-07-11LP43xx... disable debug traps on hardfaultspatacongo2-16/+51
2012-07-10Kconfig updatepatacongo2-17/+440
2012-07-10Fix another LPC43xx pin configuration problempatacongo1-9/+9
2012-07-10Several fixes to LPC43 pin and GPIO configurationpatacongo3-11/+15
2012-07-10LPC43xx fix: Logic was disabling XTAL, not enabling itpatacongo1-2/+2
2012-07-08Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2-18/+19
2012-07-08Add a generic GCC stdarg.h header filepatacongo2-0/+62
2012-07-07Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo3-51/+142
2012-07-07Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo12-422/+402
2012-07-06Fix typo in STM32 header filespatacongo4-9/+10
2012-07-06Add LPC43 pin configuration logicpatacongo4-902/+959
2012-07-06Add LPC43 GPIO interrupt configurtion logicpatacongo7-473/+632
2012-07-06Add LPC43 GPIO configurtion logicpatacongo13-238/+565
2012-07-05Change all values in all limits.h for all architectures to signed decimal; th...patacongo16-312/+392
2012-07-05Add LPC43 clock initialization logicpatacongo12-287/+1183