summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-109-61/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-085-41/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5017 42af7a65-404d-4744-a932-0658087f49c3
* Add a USB0 device header file for LPC43patacongo2012-08-072-3/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5016 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation to describe customization of NSH; Add the framework for ↵patacongo2012-08-072-0/+2670
| | | | | | a LPC43xx USB0 driver (not functional) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
* STM32 PM updatepatacongo2012-08-032-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5002 42af7a65-404d-4744-a932-0658087f49c3
* LPC43 updatepatacongo2012-08-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5001 42af7a65-404d-4744-a932-0658087f49c3
* Add stm32_clockenable() to support recovery from deep sleep low-power usage ↵patacongo2012-08-025-4/+107
| | | | | | modes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5000 42af7a65-404d-4744-a932-0658087f49c3
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4998 42af7a65-404d-4744-a932-0658087f49c3
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4997 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-022-1/+5
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl ↵patacongo2012-07-318-100/+157
| | | | | | methods should not set errno variable git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4994 42af7a65-404d-4744-a932-0658087f49c3
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4993 42af7a65-404d-4744-a932-0658087f49c3
* Add memccpy{}patacongo2012-07-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4990 42af7a65-404d-4744-a932-0658087f49c3
* STM32F4Discovery configuration clean-uppatacongo2012-07-271-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4985 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-272-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4982 42af7a65-404d-4744-a932-0658087f49c3
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4976 42af7a65-404d-4744-a932-0658087f49c3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-244-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. c_speed is now read-onlypatacongo2012-07-242-2/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4974 42af7a65-404d-4744-a932-0658087f49c3
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-244-53/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4973 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-241-21/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx SPIFI MTD driver updatepatacongo2012-07-233-9/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4971 42af7a65-404d-4744-a932-0658087f49c3
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-233-47/+147
| | | | | | BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-203-18/+243
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4959 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-201-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4958 42af7a65-404d-4744-a932-0658087f49c3
* Add missing file needed for stm32f100xx portpatacongo2012-07-204-4/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4957 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32F100x value line. Contributed by Mike Smith. Still ↵patacongo2012-07-194-72/+155
| | | | | | missing a file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-193-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4954 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 PM sleep supportpatacongo2012-07-185-4/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4953 42af7a65-404d-4744-a932-0658087f49c3
* Update driver to work with and external SPIFI library (vs. ROM)patacongo2012-07-183-17/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4952 42af7a65-404d-4744-a932-0658087f49c3
* Create an MTD driver for SPIFIpatacongo2012-07-183-78/+908
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4951 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to initialize the LPC43xx SPIFI devicepatacongo2012-07-177-11/+671
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4949 42af7a65-404d-4744-a932-0658087f49c3
* STM32: Add logic to attach the RTC alarm EXTI interruptpatacongo2012-07-178-21/+286
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4947 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC43xx clocking bugs; LPC43xx now runs at 204MHzpatacongo2012-07-163-31/+219
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4946 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-162-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4945 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-111-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4932 42af7a65-404d-4744-a932-0658087f49c3
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-113-231/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4931 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the LPC43xxpatacongo2012-07-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4930 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-112-16/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4929 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-07-101-17/+411
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4927 42af7a65-404d-4744-a932-0658087f49c3
* Fix another LPC43xx pin configuration problempatacongo2012-07-101-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4926 42af7a65-404d-4744-a932-0658087f49c3
* Several fixes to LPC43 pin and GPIO configurationpatacongo2012-07-103-11/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4925 42af7a65-404d-4744-a932-0658087f49c3
* LPC43xx fix: Logic was disabling XTAL, not enabling itpatacongo2012-07-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4924 42af7a65-404d-4744-a932-0658087f49c3
* Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2012-07-081-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4920 42af7a65-404d-4744-a932-0658087f49c3
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
* Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo2012-07-073-51/+142
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4918 42af7a65-404d-4744-a932-0658087f49c3
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-0712-422/+402
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4917 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in STM32 header filespatacongo2012-07-064-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4915 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 pin configuration logicpatacongo2012-07-064-902/+959
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4914 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 GPIO interrupt configurtion logicpatacongo2012-07-067-473/+632
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4913 42af7a65-404d-4744-a932-0658087f49c3