summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-2911-78/+587
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-274-0/+4
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-234-60/+60
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-221-0/+1
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-1/+3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-0/+23
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-205-12/+0
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-151-2/+2
* More board configurations updatespatacongo2012-07-291-1/+0
* Review and update some board configurationspatacongo2012-07-297-84/+61
* STM32F4Discovery configuration clean-uppatacongo2012-07-2710-78/+78
* PM updates (missed last night)patacongo2012-07-271-0/+13
* Mostly cosmetic updatespatacongo2012-07-261-33/+34
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-2517-252/+2648
* In 16-bit address mode, FSMC_A16 corresponds to address bit 17patacongo2012-05-301-2/+3
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-281-0/+1
* SSD1289 fixespatacongo2012-05-281-1/+1
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-262-8/+24
* remove a warningpatacongo2012-05-261-1/+41
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-254-95/+166
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-252-47/+80
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-2415-11/+2782
* Kconfig updated + NFS updatepatacongo2012-04-231-0/+15
* More Kconfig filespatacongo2012-04-171-1/+1
* Add watchdog timer configuration info to all STM32 configurationspatacongo2012-04-163-2/+82
* STM32 IWDG watchdog workspatacongo2012-04-161-0/+10
* Add STM32 watchdog configurationpatacongo2012-04-166-0/+201
* Kconfig updatepatacongo2012-04-122-2/+2
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-112-2/+2
* A few early STM32 OTF FS fixespatacongo2012-04-091-5/+5
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-093-1/+213
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-073-12/+12
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
* More progress on the STM32 OTG FS device driverpatacongo2012-04-051-19/+1
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-023-2/+138
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2012-03-021-2/+2
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-286-1/+180
* STM32 Quad Encoder bug fixespatacongo2012-02-281-1/+1
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-273-178/+237
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-277-45/+84
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-0/+21
* Misc quad encoder updatespatacongo2012-02-252-4/+12
* Update STM32 configuration to use TIM8 instead of TIM2patacongo2012-02-252-4/+7
* Fixes for the STM32 quadrature encoderpatacongo2012-02-252-9/+55
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-14/+22
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-233-7/+76
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-237-15/+73
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-232-0/+8
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-0/+52