summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* STM32 Quad Encoder bug fixespatacongo2012-02-282-5/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4437 42af7a65-404d-4744-a932-0658087f49c3
* Extend CDC/ACM driver so that can be connected/disconnected under software ↵patacongo2012-02-2816-52/+516
| | | | | | control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
* Overflow position offset not needed if we have only 32-bit counterspatacongo2012-02-281-0/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4435 42af7a65-404d-4744-a932-0658087f49c3
* Add support for mixed 16- and 32-bit timerspatacongo2012-02-281-30/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4434 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-2721-429/+896
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
* Oops, can't use symbol OK herepatacongo2012-02-273-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4432 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-2753-235/+405
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-2712-191/+826
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4430 42af7a65-404d-4744-a932-0658087f49c3
* Add single precision operations to FPU testpatacongo2012-02-262-34/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4429 42af7a65-404d-4744-a932-0658087f49c3
* readline() (and hence NSH) now accept the DEL character as well as the ↵patacongo2012-02-255-7/+71
| | | | | | Backspace character for the backspace functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3
* Fix bugs in lazy FPU register savingpatacongo2012-02-258-117/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4427 42af7a65-404d-4744-a932-0658087f49c3
* Misc quad encoder updatespatacongo2012-02-253-5/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4426 42af7a65-404d-4744-a932-0658087f49c3
* Ooops part of last checkin was still in the editorpatacongo2012-02-251-4/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4425 42af7a65-404d-4744-a932-0658087f49c3
* STM32 quad encoder: Don't calculate the timer prescaler value at runtime; ↵patacongo2012-02-251-23/+39
| | | | | | pre-calculate it at compiler time git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4424 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 configuration to use TIM8 instead of TIM2patacongo2012-02-252-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4423 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for the STM32 quadrature encoderpatacongo2012-02-256-88/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4422 42af7a65-404d-4744-a932-0658087f49c3
* Add a test to verify that FPU registers are properly saved and restored on ↵patacongo2012-02-248-33/+475
| | | | | | context switches. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4421 42af7a65-404d-4744-a932-0658087f49c3
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ↵patacongo2012-02-247-59/+170
| | | | | | be functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4420 42af7a65-404d-4744-a932-0658087f49c3
* OOps... vstm instructions needs to post-increment, not pre-decrementpatacongo2012-02-231-10/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4419 42af7a65-404d-4744-a932-0658087f49c3
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-2312-19/+188
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4418 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-2339-101/+258
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-236-69/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ↵patacongo2012-02-2315-71/+379
| | | | | | option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-224-100/+354
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4414 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-2216-104/+718
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-226-103/+231
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4412 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-213-8/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4411 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-2110-40/+72
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* Fix SDIO DMA (finally)patacongo2012-02-214-6/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4409 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-214-13/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4408 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 SDIO DMA fixespatacongo2012-02-215-18/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4407 42af7a65-404d-4744-a932-0658087f49c3
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-209-66/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4406 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-193-7/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4405 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-1913-104/+82
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4404 42af7a65-404d-4744-a932-0658087f49c3
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-186-29/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-1824-128/+189
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-1822-43/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4401 42af7a65-404d-4744-a932-0658087f49c3
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-1814-98/+341
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4400 42af7a65-404d-4744-a932-0658087f49c3
* Document recvfrom() bugpatacongo2012-02-162-5/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4398 42af7a65-404d-4744-a932-0658087f49c3
* Minor FTPD updatespatacongo2012-02-151-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4397 42af7a65-404d-4744-a932-0658087f49c3
* Extend the Quad Encoder testpatacongo2012-02-153-6/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4396 42af7a65-404d-4744-a932-0658087f49c3
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-1524-181/+1107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4395 42af7a65-404d-4744-a932-0658087f49c3
* I suppose the STM32 F4 is like the F1 in that TIM inputs should not use ↵patacongo2012-02-151-154/+154
| | | | | | alternate functions???? git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4394 42af7a65-404d-4744-a932-0658087f49c3
* Fix TIM in/out pin namingpatacongo2012-02-151-20/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4393 42af7a65-404d-4744-a932-0658087f49c3
* Initial fleshing out of the STM32 quadrature encoder driverpatacongo2012-02-142-46/+357
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4392 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 quadrature encoder codepatacongo2012-02-144-34/+601
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4391 42af7a65-404d-4744-a932-0658087f49c3
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-1410-8/+901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4390 42af7a65-404d-4744-a932-0658087f49c3
* Fixed ARM.exidx in all Eagle100 linker scripts; Enabled networking in the ↵patacongo2012-02-1313-73/+101
| | | | | | Eagle100 NSH configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4389 42af7a65-404d-4744-a932-0658087f49c3
* Several font files were missing a newline at the endpatacongo2012-02-1317-23/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4388 42af7a65-404d-4744-a932-0658087f49c3