summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* 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
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-2/+2
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-1/+1
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-192-16/+2
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-159-18/+307
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-022-4/+0
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-1/+2
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-252-40/+40
* Massive name change USB STRG -> USB MSCpatacongo2012-01-252-68/+68
* Add support for extended (29-bit) CAN IDspatacongo2012-01-203-0/+8
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-0/+21
* Fix STM32 F4 APB2 clock input frequenciespatacongo2012-01-161-4/+4
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-1120-0/+5489