Commit Graph

  • 2bc54edaf3 readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality patacongo 2012-02-25 20:46:18 +0000
  • fe55532f34 Fix bugs in lazy FPU register saving patacongo 2012-02-25 19:32:16 +0000
  • a69d50a488 Misc quad encoder updates patacongo 2012-02-25 18:01:44 +0000
  • 5f00d22a04 Ooops part of last checkin was still in the editor patacongo 2012-02-25 00:58:07 +0000
  • 9c338d809e STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre-calculate it at compiler time patacongo 2012-02-25 00:53:24 +0000
  • eccf19e0af Update STM32 configuration to use TIM8 instead of TIM2 patacongo 2012-02-25 00:36:28 +0000
  • 9daa6ed1d1 Fixes for the STM32 quadrature encoder patacongo 2012-02-25 00:19:13 +0000
  • bdd5e8adcb Add a test to verify that FPU registers are properly saved and restored on context switches. patacongo 2012-02-24 21:34:55 +0000
  • 4ffc124e0a select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to be functional patacongo 2012-02-24 18:24:35 +0000
  • 75aef0be3b OOps... vstm instructions needs to post-increment, not pre-decrement patacongo 2012-02-23 22:44:38 +0000
  • 4ccaa081c9 Enable STM32 F4 hardware floating point with the Atollic toolchain patacongo 2012-02-23 21:29:42 +0000
  • dbd61e6f83 Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations patacongo 2012-02-23 18:42:36 +0000
  • 112e4f55ba Fix an error the TCP/IP received sequence number counting patacongo 2012-02-23 15:53:27 +0000
  • 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver patacongo 2012-02-23 02:07:38 +0000
  • a16ee47f0e Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith patacongo 2012-02-22 18:44:34 +0000
  • 6c02000ba4 Incoporate new ARMv7-M exception handling logic contributed by Mike Smith patacongo 2012-02-22 18:14:18 +0000
  • 58e84b6b86 Fix accept() logic. it was not monitoring for losses in connections. patacongo 2012-02-22 16:03:10 +0000
  • d8c42f1ed5 Misc fixes to quadrature encoder debug output patacongo 2012-02-21 23:23:18 +0000
  • 20b15f2d8c STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes patacongo 2012-02-21 22:00:28 +0000
  • a663979a1e Fix SDIO DMA (finally) patacongo 2012-02-21 19:16:41 +0000
  • cb971e195e Add logic to STM32 SDIO driver to terminate on a DMA error patacongo 2012-02-21 15:17:42 +0000
  • 070f707e7d More STM32 SDIO DMA fixes patacongo 2012-02-21 00:21:26 +0000
  • bf06e16a5f Various STM32 SDIO and DMA fixes (SDIO DMA still does not work) patacongo 2012-02-20 20:02:53 +0000
  • 12fd26bd67 Fix error in STM32 DMA driver stream index calculation patacongo 2012-02-19 18:04:25 +0000
  • a7d27685a4 STM32 SDIO driver now build with DMA enabled patacongo 2012-02-19 16:31:12 +0000
  • c3e6ead339 Correct a buffer size error in the STM32 ethernet driver patacongo 2012-02-18 22:09:09 +0000
  • f04310d559 Correct and error in recv() and recvfrom() return value patacongo 2012-02-18 18:13:30 +0000
  • f60d578a46 Clear up some configuration naming that was inconsistent accross STM32 chips patacongo 2012-02-18 14:22:00 +0000
  • a02dc4c1dc CAN ISO-11783 support contributed by Gary Teravskis patacongo 2012-02-18 14:02:34 +0000
  • 2fa893134f Document recvfrom() bug patacongo 2012-02-16 02:33:01 +0000
  • 4d73d93489 Fixes all known FTP server bugs patacongo 2012-02-15 23:37:37 +0000
  • a2e2f34390 Minor FTPD updates patacongo 2012-02-15 22:41:17 +0000
  • 46e984d523 Extend the Quad Encoder test patacongo 2012-02-15 19:12:19 +0000
  • 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver patacongo 2012-02-15 17:51:30 +0000
  • a1590c1424 I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alternate functions???? patacongo 2012-02-15 00:33:51 +0000
  • 21b2d4c8af Fix TIM in/out pin naming patacongo 2012-02-15 00:08:39 +0000
  • e123e82e82 Initial fleshing out of the STM32 quadrature encoder driver patacongo 2012-02-14 22:18:53 +0000
  • bf22435aa4 More STM32 quadrature encoder code patacongo 2012-02-14 17:48:25 +0000
  • 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver patacongo 2012-02-14 15:32:57 +0000
  • 1cc7e843bc Fixed ARM.exidx in all Eagle100 linker scripts; Enabled networking in the Eagle100 NSH configuration patacongo 2012-02-13 21:18:54 +0000
  • 3c2620d54c Several font files were missing a newline at the end patacongo 2012-02-13 14:52:31 +0000
  • 9a03521b43 Prep for 6.15 release patacongo 2012-02-13 01:42:03 +0000
  • acf1031af3 Add interface to enabled/disable debug output patacongo 2012-02-12 23:54:26 +0000
  • 686d0f0daa Fix a small RAM log bug (the RAM log still does not work) patacongo 2012-02-12 20:27:49 +0000
  • a563ce3647 Fix some typos and compilation errors introduced in the last checkin patacongo 2012-02-12 02:53:01 +0000
  • 57ae1bb526 The RAM log cannot block like more character drivers, otherwise cat /dev/syslog does not work patacongo 2012-02-11 15:58:11 +0000
  • 592c4f7deb Add dmesg command that can be used to dump the syslog patacongo 2012-02-11 15:27:44 +0000
  • bdbe8e114c Add logic to re-direct debug output to a sysloggin device patacongo 2012-02-11 14:20:40 +0000
  • f03655f43a Add logic so that a RAM log can be used in place of a console device patacongo 2012-02-11 03:50:52 +0000
  • ddd6b7d383 Add a RAM-based logging device patacongo 2012-02-11 00:32:53 +0000
  • 84df1adb64 Fix an FTPD bug patacongo 2012-02-09 23:10:15 +0000
  • 4f5b04c8e5 Remove a couple of warnings patacongo 2012-02-08 17:17:18 +0000
  • 032e3ec3df Some changes to the Telnet/FTPD configuration patacongo 2012-02-08 00:05:36 +0000
  • 1b3d8f3148 Fix a bug in the FAT statfs() implementation patacongo 2012-02-07 00:29:06 +0000
  • 3d264a6502 A little more FTP daemon cleanup patacongo 2012-02-05 22:46:56 +0000
  • 0b3d4e92e2 Fix more FTP server bugs patacongo 2012-02-05 22:18:14 +0000
  • 76f187ba85 FTP server is marginally functional patacongo 2012-02-05 19:32:42 +0000
  • 3d42ab8282 FTPD daemon and example now build without errors patacongo 2012-02-05 17:36:13 +0000
  • c6e75138be Add build environment for the FTP daemon patacongo 2012-02-04 22:49:42 +0000
  • 61137a3d22 Fix compile error introduced by recent check-in patacongo 2012-02-04 22:01:50 +0000
  • c8c29e73a8 Add the beginnings of an FTP server patacongo 2012-02-04 21:02:45 +0000
  • 7b0c9374a9 Add inet_pton() patacongo 2012-02-03 22:54:27 +0000
  • a72bb1fda0 Add inet_ntop() patacongo 2012-02-03 18:47:34 +0000
  • a880b453f1 Add avsprintf() patacongo 2012-02-03 17:31:08 +0000
  • fb7d63e558 Add strcasestr() patacongo 2012-02-03 16:41:28 +0000
  • 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART patacongo 2012-02-02 23:14:54 +0000
  • 05e846f340 Tried to get the Composite driver working on the LPC2148 (and failed) patacongo 2012-02-02 19:42:55 +0000
  • 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet patacongo 2012-02-02 16:04:09 +0000
  • a52f3af00a Add a configuration for testing the Telnet daemon patacongo 2012-02-02 04:41:53 +0000
  • bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device patacongo 2012-02-02 04:35:35 +0000
  • a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality patacongo 2012-02-01 21:10:40 +0000
  • 2a2655f8e0 Use realine instead of fgets in several other places patacongo 2012-02-01 19:47:12 +0000
  • 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH patacongo 2012-02-01 19:07:57 +0000
  • 47fa99c4a8 Add tcsetattr and tcgetattr patacongo 2012-02-01 16:17:12 +0000
  • 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy patacongo 2012-01-31 23:39:12 +0000
  • ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue patacongo 2012-01-31 20:32:49 +0000
  • 7702043472 Fix a error the telnet driver read method. Don't return if only protocol stuff is read patacongo 2012-01-31 17:38:45 +0000
  • 1df049bbc3 Various fixes for the telnet driver patacongo 2012-01-31 15:41:07 +0000
  • 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c patacongo 2012-01-31 14:15:36 +0000
  • 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver patacongo 2012-01-30 23:13:29 +0000
  • 1e4d04d53b A few more telnet updates patacongo 2012-01-30 22:20:42 +0000
  • 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device patacongo 2012-01-30 21:29:59 +0000
  • a11ad68eed Candidate fix for the libboard.a dependency problem (from Mike Smith) patacongo 2012-01-29 20:07:16 +0000
  • 6c72068d14 Correct a typo in STM32 I2C3 support patacongo 2012-01-29 14:15:20 +0000
  • 41d243ce3e Most USB Composite device debug patacongo 2012-01-27 21:03:20 +0000
  • f0d2b3cca3 The composite USB device is basically functional (more testing needed) patacongo 2012-01-27 18:33:41 +0000
  • b8e32a94f3 First round of changes from debug of USB composite device (still has problems) patacongo 2012-01-27 16:25:57 +0000
  • cd24ef4a30 Add a text for the new composite USB device patacongo 2012-01-26 23:14:27 +0000
  • 804205a104 More USB composite device logic patacongo 2012-01-26 19:37:34 +0000
  • 7bf58dba52 Major restructuring of CLASS<->driver interface to better support composite USB devices patacongo 2012-01-26 17:42:44 +0000
  • 930ca11f09 More clean up of namespace patacongo 2012-01-26 14:24:15 +0000
  • 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM patacongo 2012-01-25 23:04:17 +0000
  • f9739ec32a Fixes on reverification of USB mass storage class patacongo 2012-01-25 22:20:48 +0000
  • 402addc937 Massive name change USB STRG -> USB MSC patacongo 2012-01-25 20:50:57 +0000
  • 85a7bbb39f Massive name change USB STRG -> USB MSC patacongo 2012-01-25 20:17:59 +0000
  • 5db00d175c Add support for stm32 F4 I2C3 patacongo 2012-01-25 19:31:01 +0000
  • 08964a35b2 Progress toward composite CDC/ACM+MSC USB device patacongo 2012-01-25 19:27:20 +0000
  • 558771edd8 Corrections for LP17xx UARTs and Nucleus 2G patacongo 2012-01-25 12:50:42 +0000
  • f26cad06f6 STM32 F4 I2C updates patacongo 2012-01-25 00:09:58 +0000
  • 897ccf6f46 Lots of re-organization -- getting ready to support a composite USB device patacongo 2012-01-24 21:51:26 +0000