summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f429i-disco/src
Commit message (Expand)AuthorAgeFilesLines
* stm32f429i-disco: change ltdc initializing during boot up. This moves initial...Gregory Nutt2014-12-291-4/+4
* STM32F429i-Disco USB: Strangeness: Conditioned on OTGHS but called otgfs ini...Gregory Nutt2014-12-291-2/+2
* STM32F429i-Disco USBMC configuration: SPI1 should not be enabled. It is not s...Gregory Nutt2014-12-291-1/+2
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-1/+2
* stm32f429i-disco: initialize ltdc during bootupGregory Nutt2014-12-191-0/+4
* stm32f429i-disco: enable configuration of framebuffer support for the ltdc co...Gregory Nutt2014-12-191-1/+4
* stm32f429i-disco: Add support for initializing ltdc framebuffer and the confi...Gregory Nutt2014-12-191-0/+444
* STM32 F4 OTGHS device controller driver from Brennan AshtonGregory Nutt2014-11-202-2/+2
* stm32f429i-disco: add wrapper for spi5 eviceGregory Nutt2014-10-203-2/+66
* stm32f429i-disco: enable usage of ili93414wsGregory Nutt2014-10-202-6/+14
* stm32f429i-disco: implements lcd initializingGregory Nutt2014-10-201-0/+169
* stm32f429i-disco: implements ili9341 interfaceGregory Nutt2014-10-202-1/+1267
* stm32f429i-disco: Fix obsolete SPI5 dependency. From Marco KrahlGregory Nutt2014-10-201-1/+1
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-26/+12
* Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to...Gregory Nutt2014-10-075-10/+10
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* More trailing whilespace removalGregory Nutt2014-04-135-5/+5
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-9/+9
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-042-2/+2
* STM32F429 Discovery: All src/ files renamed to make consistent with current n...Gregory Nutt2014-02-1813-60/+50
* STM32F429 Discovery: Add support for FPU in OS testGregory Nutt2014-02-182-0/+117
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-10/+10
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-6/+8
* STM32F429I-Discovery: Andd procfs MTD partition namesGregory Nutt2013-12-121-3/+33
* STM32F429I-Discovery: Add support for external SST25 FLASH. From Ken PettitGregory Nutt2013-11-284-48/+231
* STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations us...Gregory Nutt2013-11-105-15/+324
* Add support for the STM32F429I-Discovery board from Ken PettitGregory Nutt2013-11-0712-0/+2239