30157 Commits (d256fb8770e594ebc3d15539dcbb88af8f7cddf3)
 

Author SHA1 Message Date
patacongo bf06e16a5f Various STM32 SDIO and DMA fixes (SDIO DMA still does not work) 13 years ago
patacongo 12fd26bd67 Fix error in STM32 DMA driver stream index calculation 13 years ago
patacongo a7d27685a4 STM32 SDIO driver now build with DMA enabled 13 years ago
patacongo c3e6ead339 Correct a buffer size error in the STM32 ethernet driver 13 years ago
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo f60d578a46 Clear up some configuration naming that was inconsistent accross STM32 chips 13 years ago
patacongo a02dc4c1dc CAN ISO-11783 support contributed by Gary Teravskis 13 years ago
patacongo 2fa893134f Document recvfrom() bug 13 years ago
patacongo 4d73d93489 Fixes all known FTP server bugs 13 years ago
patacongo a2e2f34390 Minor FTPD updates 13 years ago
patacongo 46e984d523 Extend the Quad Encoder test 13 years ago
patacongo 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver 13 years ago
patacongo a1590c1424 I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alternate functions???? 13 years ago
patacongo 21b2d4c8af Fix TIM in/out pin naming 13 years ago
patacongo e123e82e82 Initial fleshing out of the STM32 quadrature encoder driver 13 years ago
patacongo bf22435aa4 More STM32 quadrature encoder code 13 years ago
patacongo 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver 13 years ago
patacongo 1cc7e843bc Fixed ARM.exidx in all Eagle100 linker scripts; Enabled networking in the Eagle100 NSH configuration 13 years ago
patacongo 3c2620d54c Several font files were missing a newline at the end 13 years ago
patacongo 9a03521b43 Prep for 6.15 release 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo 686d0f0daa Fix a small RAM log bug (the RAM log still does not work) 13 years ago
patacongo a563ce3647 Fix some typos and compilation errors introduced in the last checkin 13 years ago
patacongo 57ae1bb526 The RAM log cannot block like more character drivers, otherwise cat /dev/syslog does not work 13 years ago
patacongo 592c4f7deb Add dmesg command that can be used to dump the syslog 13 years ago
patacongo bdbe8e114c Add logic to re-direct debug output to a sysloggin device 13 years ago
patacongo f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo ddd6b7d383 Add a RAM-based logging device 13 years ago
patacongo 84df1adb64 Fix an FTPD bug 13 years ago
patacongo 4f5b04c8e5 Remove a couple of warnings 13 years ago
patacongo 032e3ec3df Some changes to the Telnet/FTPD configuration 13 years ago
patacongo 1b3d8f3148 Fix a bug in the FAT statfs() implementation 13 years ago
patacongo 3d264a6502 A little more FTP daemon cleanup 13 years ago
patacongo 0b3d4e92e2 Fix more FTP server bugs 13 years ago
patacongo 76f187ba85 FTP server is marginally functional 13 years ago
patacongo 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo c6e75138be Add build environment for the FTP daemon 13 years ago
patacongo 61137a3d22 Fix compile error introduced by recent check-in 13 years ago
patacongo c8c29e73a8 Add the beginnings of an FTP server 13 years ago
patacongo 7b0c9374a9 Add inet_pton() 13 years ago
patacongo a72bb1fda0 Add inet_ntop() 13 years ago
patacongo a880b453f1 Add avsprintf() 13 years ago
patacongo fb7d63e558 Add strcasestr() 13 years ago
patacongo 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART 13 years ago
patacongo 05e846f340 Tried to get the Composite driver working on the LPC2148 (and failed) 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo a52f3af00a Add a configuration for testing the Telnet daemon 13 years ago
patacongo bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device 13 years ago
patacongo a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality 13 years ago
patacongo 2a2655f8e0 Use realine instead of fgets in several other places 13 years ago