summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Collapse)AuthorAgeFilesLines
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-104-6/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3
* 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
* 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
* 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
* 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-241-2/+5
| | | | 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-241-2/+5
| | | | 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
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-232-45/+139
| | | | | | 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 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
* 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
* PM updatepatacongo2012-07-111-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4932 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in STM32 header filespatacongo2012-07-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4915 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 interrrupt control logicpatacongo2012-07-041-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4905 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 EMC, Ethernet, and alarm timer header filespatacongo2012-07-021-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4897 42af7a65-404d-4744-a932-0658087f49c3
* PM Update; add configs//ekk-lm3s9b96patacongo2012-06-302-10/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4888 42af7a65-404d-4744-a932-0658087f49c3
* ST3210E-EVAL: Add power management configuration; move all linker scripts ↵patacongo2012-06-285-6/+14
| | | | | | to common files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4879 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of NXP LPC4330 portpatacongo2012-06-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4876 42af7a65-404d-4744-a932-0658087f49c3
* Simplify STM32 PM infrastructurepatacongo2012-06-265-39/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4870 42af7a65-404d-4744-a932-0658087f49c3
* Updates to support the Mirtoo internal clockingpatacongo2012-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
* STM32 power management updatepatacongo2012-06-182-11/+165
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4848 42af7a65-404d-4744-a932-0658087f49c3
* Interrupt priority fix + new LM3S header filespatacongo2012-06-011-19/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4792 42af7a65-404d-4744-a932-0658087f49c3
* Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 ↵patacongo2012-05-301-2/+2
| | | | | | I2C bug-for-bug compatibility git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4786 42af7a65-404d-4744-a932-0658087f49c3
* Need to enable USB reset interruptpatacongo2012-05-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4784 42af7a65-404d-4744-a932-0658087f49c3
* More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVALpatacongo2012-05-281-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4780 42af7a65-404d-4744-a932-0658087f49c3
* Bring STM3220G-EVAL board configurations to same level as STM3240G-EVALpatacongo2012-05-284-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4779 42af7a65-404d-4744-a932-0658087f49c3
* Update all STM32 F2 files so that they are the same as the corresponding F4 ↵patacongo2012-05-2810-273/+607
| | | | | | files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4778 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTF FS device. USB console now works for me. Some of these changes ↵patacongo2012-05-281-20/+76
| | | | | | are hacks that need to be revisited. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4777 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS device: Don't process TXFE^Cf we have already processed an ↵patacongo2012-05-271-3/+29
| | | | | | XFRC interrupt. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4775 42af7a65-404d-4744-a932-0658087f49c3
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-262-12/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4772 42af7a65-404d-4744-a932-0658087f49c3
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4770 42af7a65-404d-4744-a932-0658087f49c3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 USART4/5 vs UART4/5 confusionpatacongo2012-04-292-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4671 42af7a65-404d-4744-a932-0658087f49c3
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4655 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updated + NFS updatepatacongo2012-04-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* Fix atexit() function being called twicepatacongo2012-04-231-0/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
* Fix a UART4/5 naming problem introduced in the last check-inpatacongo2012-04-221-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4641 42af7a65-404d-4744-a932-0658087f49c3
* Add circular DMA support to STM32 and STM32 serial driver; Add initial ↵patacongo2012-04-228-131/+767
| | | | | | configuration for the Mikroelektronika PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
* Some STM32 bugfixes from Mike Smithpatacongo2012-04-192-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4635 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig stuffpatacongo2012-04-181-0/+1789
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4633 42af7a65-404d-4744-a932-0658087f49c3