summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ↵Gregory Nutt2015-01-081-0/+1
| | | | unless they have implemented SDIOWAIT_WRCOMPLETE
* STM32 RTC: Add Kconfig options needed with the preceding commitGregory Nutt2015-01-021-0/+22
|
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-271-0/+10
|
* stm32: Add configuration option for ltdcGregory Nutt2014-12-191-0/+43
| | | | | | | | | This adds the following ltdc configuration options: - dither support - cmap support, is this the right place for CONFIG_FB_CMAP? - support for extended ltdc interface Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* stm32: Add infrastructure for dma2d supportGregory Nutt2014-12-191-0/+56
| | | | Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
* Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diffGregory Nutt2014-11-271-0/+15
|
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-101-0/+7
|
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common ↵Gregory Nutt2014-10-271-43/+42
| | | | drivers/serial/Kconfig. Add CONFIG_ARCH_HAVE_SERIAL_TERMIOS to indicate if an MCU supports TERMIOS
* 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
|
* Fix file mode on modified filesGregory Nutt2014-10-141-0/+0
|
* Support for the STM32 F411RE from Serg PodtynnyiGregory Nutt2014-10-141-0/+17
|
* Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try ↵Gregory Nutt2014-10-071-3/+0
| | | | to convert the stm32f429i-disco configuration to use OTGHS instead of OTFHS in FS mode (OTGFS2). But I don't have the boards and can't test
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS ↵Gregory Nutt2014-10-071-16/+46
| | | | mode logic. From Brennan Ashton
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+1
|
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ↵Gregory Nutt2014-07-031-0/+9
| | | | coupling between procfs, mtd, and now STM32
* STM32: Add configuration support fort he STM32F103RC. From Kosma MoczekGregory Nutt2014-06-301-0/+7
|
* STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma MoczekGregory Nutt2014-06-301-26/+19
|
* STM32: Move temperature ranges from chip selection configuration prompts. ↵Gregory Nutt2014-06-301-4/+11
| | | | From Kosma Moczek
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-141-0/+1
|
* Add an alternate STM32 I2C driver that works around errata in the F103 chip ↵Gregory Nutt2014-05-141-0/+11
| | | | (and maybe others). From Patrizio Simona
* STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with ↵Gregory Nutt2014-05-101-1/+0
| | | | rogue perpipherals. Taken from the PX4 commit by Tridge
* Add support for the STM32152 and STM32162 Medium+ density parts (plus ↵Gregory Nutt2014-05-081-1/+12
| | | | miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip ↵Gregory Nutt2014-05-071-6/+6
| | | | naming a little more consistent
* STM32: Add more complication to STM32 Kconfig so the correct RNG and ETHMAC ↵Gregory Nutt2014-05-061-18/+42
| | | | options presented for the F401RE. There are still invalid peripheral options being presented
* STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN ↵Gregory Nutt2014-05-061-17/+67
| | | | options presented for the F401RE. There are still invalid peripheral options being presented
* STM32: Add some complication to STM32 Kconfig so the correct USART and TIM ↵Gregory Nutt2014-05-051-18/+268
| | | | options are presented for the F401RE. There are still invalid peripheral options being presented
* STM32 F401 has no CCM memoryGregory Nutt2014-04-301-1/+7
|
* Fix configuration for F401: It has has FSMC and so the option should not be ↵Gregory Nutt2014-04-301-1/+31
| | | | offered. But there are many more options available for the F401 that should be availalbe: CAN, nonexistent timers, etc. These will all need to be addressed
* Nucleo-F401RE: Fix memory usageGregory Nutt2014-04-301-0/+4
|
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ↵Gregory Nutt2014-04-201-0/+6
| | | | Bennett
* ST32: Make selection of SDIO interrupt priority essentially impossibleGregory Nutt2014-04-191-1/+2
|
* More STM32F429 Discovery FPU-related changes from David AlessioGregory Nutt2014-02-181-1/+1
|
* F103VC, F105, and F107: Fix configuration and building of USB. ↵Gregory Nutt2013-12-251-2/+16
| | | | configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
* STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig fileGregory Nutt2013-11-141-0/+11
|
* STM32F429 LTDC header files and framebuffer driver framework from Ken PettitGregory Nutt2013-11-111-13/+125
|
* STM32 OTG FS device and host drivers extended so that they can support ↵Gregory Nutt2013-11-101-0/+16
| | | | either the OTG FS peripheral or the OTG HS peripheral (in FS mode). This was done as a quick way to get USB support on the STM32F429 which has only OTG HS. From Ken Pettit
* Support for the STM32F429 from Ken PettitGregory Nutt2013-11-071-6/+45
|
* SAMA5 PWM: Driver now in build and configuration systemGregory Nutt2013-11-061-0/+12
|
* Add support for the STM32F207ZE chip. From Martin LederhilgerGregory Nutt2013-10-241-1/+6
|
* STM32 DMA Priority: Select the correct default for F1 and other family membersGregory Nutt2013-10-181-3/+8
|
* Add SDIO preflight methodGregory Nutt2013-10-181-0/+1
|
* STM32 DMA priority corrections from Mike SmithGregory Nutt2013-10-181-3/+5
|
* Add framework for Spark Core board support. The initial commit is a clone ↵Gregory Nutt2013-10-021-2/+51
| | | | of the Maple Mini and still needs Spark customizations
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ↵Gregory Nutt2013-09-251-0/+1
| | | | Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and ↵Gregory Nutt2013-09-171-4/+4
| | | | GMAC peripherals. EMAC driver is now code complete and builds without complaint
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-131-0/+7
|
* STM32 Kconfig: Fix STM32 UART7/8 kconfig names and UART DMA. Provided by ↵Gregory Nutt2013-09-131-34/+34
| | | | Lorenz Meier
* Make filter register accessible for CAN1 and CAN2. Provided by Lorenz MeierGregory Nutt2013-09-131-15/+19
|