summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-243-22/+168
| | | | | | 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-235-27/+66
| | | | 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-212-7/+14
| | | | 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-219-35/+67
| | | | | | 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-185-28/+41
| | | | 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-188-76/+97
| | | | 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-161-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-1518-178/+537
| | | | 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
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-134-202/+232
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
* Add interface to enabled/disable debug outputpatacongo2012-02-1215-50/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-1216-59/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-1213-15/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4384 42af7a65-404d-4744-a932-0658087f49c3
* The RAM log cannot block like more character drivers, otherwise cat ↵patacongo2012-02-112-6/+84
| | | | | | /dev/syslog does not work git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4383 42af7a65-404d-4744-a932-0658087f49c3
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-117-12/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4382 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-1130-117/+541
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1185-380/+732
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Add a RAM-based logging devicepatacongo2012-02-116-6/+734
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4379 42af7a65-404d-4744-a932-0658087f49c3
* Fix an FTPD bugpatacongo2012-02-091-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3
* Remove a couple of warningspatacongo2012-02-082-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4377 42af7a65-404d-4744-a932-0658087f49c3
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-085-5/+119
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4376 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4375 42af7a65-404d-4744-a932-0658087f49c3
* FTP server is marginally functionalpatacongo2012-02-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4372 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-059-48/+181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add build environment for the FTP daemonpatacongo2012-02-042-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3