summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+9
* STM32: Handle setting of USART CR1_M when 8 bits of data plus parityGregory Nutt2014-06-111-19/+27
* STM32: Expicitly include header file files. From Freddie ChopinGregory Nutt2014-06-109-0/+17
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Cosmetic changesGregory Nutt2014-05-281-0/+2
* STM32 RTC: Add retry to initialization logic. Sometime RTC initialization ta...Gregory Nutt2014-05-271-14/+52
* Back out PX4 fixes that were reverted in PX4 repositoryGregory Nutt2014-05-252-26/+2
* STM32 I2C: Final fixes from Max Kriegleder et al.Gregory Nutt2014-05-231-45/+52
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-0/+1
* STM32 lowputc: Fix an error in conditional compilation. From Sami PelkonenGregory Nutt2014-05-201-1/+1
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-141-0/+1
* Fix one error that I made in the last check-in (there are probably more)Gregory Nutt2014-05-141-31/+31
* Add an alternate STM32 I2C driver that works around errata in the F103 chip (...Gregory Nutt2014-05-143-0/+2665
* STM32 I2C: Cosmetic changes in preparation to merge a changeGregory Nutt2014-05-131-42/+55
* Updated README and commentsGregory Nutt2014-05-101-8/+10
* STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with r...Gregory Nutt2014-05-102-2/+13
* Couple of fixes for the latest STM32 additions / modifications. These are si...Gregory Nutt2014-05-092-2/+2
* Add support for the STM32152 and STM32162 Medium+ density parts (plus miscell...Gregory Nutt2014-05-0816-55/+316
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-26/+160
* STM32: Rename pinmap.h files to better reflect the chip naming conventionsGregory Nutt2014-05-076-31/+31
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-072-12/+12
* STM32: Add more complication to STM32 Kconfig so the correct RNG and ETHMAC ...Gregory Nutt2014-05-061-18/+42
* Nucleo-F401RE: With these changes and the changes from previous commits, the...Gregory Nutt2014-05-062-20/+28
* The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI...Gregory Nutt2014-05-061-4/+34
* STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN opt...Gregory Nutt2014-05-061-17/+67
* STM32: Add some complication to STM32 Kconfig so the correct USART and TIM o...Gregory Nutt2014-05-051-18/+268
* Correct some typos in STM32 RCC header files noted by Ramtin AminGregory Nutt2014-05-053-4/+4
* STM32 F401 has no CCM memoryGregory Nutt2014-04-302-9/+15
* Fix configuration for F401: It has has FSMC and so the option should not be ...Gregory Nutt2014-04-301-1/+31
* Nucleo-F401RE: Fix memory usageGregory Nutt2014-04-302-8/+18
* STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRI...Gregory Nutt2014-04-286-6/+21
* Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFI...Gregory Nutt2014-04-251-1/+3
* STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From...Gregory Nutt2014-04-251-1/+9
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-3/+3
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ...Gregory Nutt2014-04-201-0/+6
* ST32: Make selection of SDIO interrupt priority essentially impossibleGregory Nutt2014-04-191-1/+2
* STM32 OTGFS Host: If OTGFS_HCCHAR_ODDFRM is not goint to be set, then it shou...Gregory Nutt2014-04-171-1/+5
* STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpo...Gregory Nutt2014-04-171-8/+10
* Costmetic: Replace spaces with tabsGregory Nutt2014-04-161-2/+2
* STM32 OTGFS Host: Additional trace points from LeoGregory Nutt2014-04-163-4/+27
* STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzerGregory Nutt2014-04-161-1/+1
* Updates to the STM32 OTGFS host logic from LeoGregory Nutt2014-04-154-21/+17
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-5/+5
* More trailing whilespace removalGregory Nutt2014-04-1328-81/+81
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-125-8/+8
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-2/+2
* STM32 OTF FS host: Use of OTGFX_VTRACEn_ macros must match use of usbhost_tra...Gregory Nutt2014-04-121-7/+7
* STM32 OTG FS Hose and others: Remove some warningsGregory Nutt2014-04-122-9/+9
* STM32 OTGFS Host: Fix a logic error introduced in the last check-inGregory Nutt2014-04-123-33/+36