summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ...Gregory Nutt2015-01-081-0/+1
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-081-15/+93
* STM32 RTC: Add Kconfig options needed with the preceding commitGregory Nutt2015-01-021-0/+22
* stm32-rtc: Add support for the internal low speed clock (LSI)Gregory Nutt2015-01-025-15/+84
* stm32: update description and code documentation. Also fixes a few code form...Gregory Nutt2014-12-291-19/+20
* stm32: fix wait upon vertical blank. This should never have occurred before.Gregory Nutt2014-12-291-1/+1
* stm32: fix faulty access to non existing layer. This disables operation that...Gregory Nutt2014-12-291-0/+8
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-272-3/+46
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-271-15/+31
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-4/+8
* STM32: Fix some incorrectly placed conditional logicGregory Nutt2014-12-261-4/+3
* STM32 I2C: Add strings to decode trace events. From David SidraneGregory Nutt2014-12-261-3/+24
* Add support for run time stack checking for the STM32. From David SidraneGregory Nutt2014-12-262-2/+22
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-194-118/+88
* stm32: Add configuration option for ltdcGregory Nutt2014-12-191-0/+43
* stm32: implements ltdc frambuffer and support for ltdc layer operationGregory Nutt2014-12-191-265/+2714
* stm32: Add infrastructure for dma2d supportGregory Nutt2014-12-194-0/+392
* stm32: Add common stm32 layer description. This defines a common layer descri...Gregory Nutt2014-12-191-14/+69
* stm32: configure PLLSAI clock to enable ltdc register accessGregory Nutt2014-12-191-0/+26
* stm32: Add missing clut register definitionGregory Nutt2014-12-191-0/+2
* stm32: rename CFBLR register name to the name used in the reference manualGregory Nutt2014-12-191-6/+6
* stm32: rename PLLSAI register name to this one in the reference manualGregory Nutt2014-12-191-5/+5
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt2014-12-162-28/+18
* STM32 LTDC: Fix a typo in conditional compilationGregory Nutt2014-12-131-1/+1
* STM32 OTG HS DEV (in FS mode): Disable ULPI clock enable in RCC AHB1 Register...Gregory Nutt2014-12-131-0/+10
* STM32 OTGHS Device: Fix for OTGHS core working in FS mode. From Ken PettitGregory Nutt2014-12-121-0/+8
* Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations. This is ba...Gregory Nutt2014-12-082-84/+84
* STM32: Add MCO configuration for the STM32L1xx. From Jussi KivilinnaGregory Nutt2014-12-021-0/+36
* STM32L15: Fix typo in MCO pin definition. From Jussi KivilinnaGregory Nutt2014-12-021-1/+1
* Update commentsGregory Nutt2014-11-292-10/+18
* STM32 F4 I2C: Port Tridge's I2C noise resiliance logic from the PX4 repository.Gregory Nutt2014-11-292-23/+87
* Fix one warning. There are a couple of others that look like real problemsGregory Nutt2014-11-281-2/+3
* Forgot too add file before last commitGregory Nutt2014-11-271-0/+258
* Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diffGregory Nutt2014-11-272-0/+19
* Fixes for more issues found by cppcheckGregory Nutt2014-11-241-1/+0
* STM32 F4 OTGHS device controller driver from Brennan AshtonGregory Nutt2014-11-202-0/+5641
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-3/+3
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Correct a typo in the STM32 OTGFS register bit definitionsGregory Nutt2014-11-131-2/+2
* Fix a typo in an I2C header file. From Jahu NiskanenGregory Nutt2014-11-111-1/+1
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-102-1/+9
* STM32 Serial: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is n...Gregory Nutt2014-10-281-0/+2
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-272-47/+46
* Add framework for EFM32 DMA support -- no logic in place yetGregory Nutt2014-10-241-3/+3
* EFM32: Add IDLE power management hooks. Nothing implemented; just define the...Gregory Nutt2014-10-222-7/+7
* Add ADC pinmap definitions for the STM32 F103R from Lederhilger MartinGregory Nutt2014-10-211-0/+24
* stm32: rename spi frame format definitionGregory Nutt2014-10-201-1/+1
* Enable selection of SPI2 for STM32L15XX in Kconfig. From Jussi KivilinnaGregory Nutt2014-10-161-0/+1
* Minor update to last Kconfig changeGregory Nutt2014-10-151-4/+8
* Add Kconfig selections for STM32-F4x1RE SPI peripheralGregory Nutt2014-10-151-4/+42