summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-294-81/+179
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-1/+1
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-2848-21/+595
* STM32 Quad Encoder bug fixespatacongo2012-02-282-5/+17
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-287-40/+110
* Overflow position offset not needed if we have only 32-bit counterspatacongo2012-02-281-0/+18
* Add support for mixed 16- and 32-bit timerspatacongo2012-02-281-30/+140
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-2721-429/+896
* Oops, can't use symbol OK herepatacongo2012-02-273-6/+6
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-2753-235/+405
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-2712-191/+826
* Add single precision operations to FPU testpatacongo2012-02-261-5/+14
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-253-1/+44
* Fix bugs in lazy FPU register savingpatacongo2012-02-257-68/+34
* Misc quad encoder updatespatacongo2012-02-253-5/+13
* Ooops part of last checkin was still in the editorpatacongo2012-02-251-4/+23
* STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre...patacongo2012-02-251-23/+39
* Update STM32 configuration to use TIM8 instead of TIM2patacongo2012-02-252-4/+7
* Fixes for the STM32 quadrature encoderpatacongo2012-02-256-88/+167
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-243-22/+168
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-247-59/+170
* OOps... vstm instructions needs to post-increment, not pre-decrementpatacongo2012-02-231-10/+33
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-2312-19/+188
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-2339-101/+258
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-235-27/+66
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-2315-71/+379
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-224-100/+354
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-2216-104/+718
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-226-103/+231
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-212-7/+14
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-219-35/+67
* Fix SDIO DMA (finally)patacongo2012-02-214-6/+24
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-214-13/+70
* More STM32 SDIO DMA fixespatacongo2012-02-215-18/+70
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-209-66/+260
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-193-7/+32
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-1913-104/+82
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-185-28/+41
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-188-76/+97
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-1822-43/+42
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-1814-98/+341
* Document recvfrom() bugpatacongo2012-02-161-1/+13
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-1518-178/+537
* I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alter...patacongo2012-02-151-154/+154
* Fix TIM in/out pin namingpatacongo2012-02-151-20/+87
* Initial fleshing out of the STM32 quadrature encoder driverpatacongo2012-02-142-46/+357
* More STM32 quadrature encoder codepatacongo2012-02-144-34/+601
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-1410-8/+901
* Fixed ARM.exidx in all Eagle100 linker scripts; Enabled networking in the Eag...patacongo2012-02-1313-73/+101
* Several font files were missing a newline at the endpatacongo2012-02-1317-23/+22