summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* STM32 F3 fixes from John WharingtonGregory Nutt2013-08-131-1/+0
|
* Add CAN configuration to STM32 config menuGregory Nutt2013-08-101-1/+15
|
* Added option to disable STM32 serial port re-orderingGregory Nutt2013-08-101-0/+14
|
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, ↵Gregory Nutt2013-08-101-0/+1
| | | | sharable level
* STM32 DAC DMA fixes from John WharingtonGregory Nutt2013-07-301-2/+57
|
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ↵Gregory Nutt2013-06-041-0/+11
| | | | from a given address.
* Add a skeleton configuration that will eventually support the SAM4L Xplained ↵Gregory Nutt2013-06-031-0/+24
| | | | Pro board
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-281-0/+2
|
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-281-2/+32
|
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-9/+15
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-191-6/+11
|
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-0/+168
|
* STM32 option to disable sleep to prevent disconnection of debuggerGregory Nutt2013-05-071-0/+9
|
* Configure STM3210E-EVAL usbserial configuration to use kconfig-frontends toolsGregory Nutt2013-04-121-0/+1
|
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-1/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5631 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-091-0/+15
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
* More updates for the STM32F3Discoverypatacongo2013-02-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-061-4/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-1/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5552 42af7a65-404d-4744-a932-0658087f49c3
* STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-261-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5388 42af7a65-404d-4744-a932-0658087f49c3
* Move some PHY initialization logic for Darcypatacongo2012-11-221-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5382 42af7a65-404d-4744-a932-0658087f49c3
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-36/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5379 42af7a65-404d-4744-a932-0658087f49c3
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-0/+113
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5371 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic changespatacongo2012-11-131-5/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5320 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F100 High Density support and generic board configuration from Freddie ↵patacongo2012-11-061-90/+283
| | | | | | Chopin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5315 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-031-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5304 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-211-0/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5246 42af7a65-404d-4744-a932-0658087f49c3
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to ↵patacongo2012-09-261-8/+1
| | | | | | build system; Fixes to Shenzhou NxWM configuration for clean build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-221-19/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5177 42af7a65-404d-4744-a932-0658087f49c3
* Make the Olimex stm32 p107 clock configuratin the standard for connectivity ↵patacongo2012-09-221-2/+2
| | | | | | line devices git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5175 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. the up_i2creset function mysteriously disappeared from stm32_i2c.cpatacongo2012-09-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5167 42af7a65-404d-4744-a932-0658087f49c3