summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-1824-128/+189
* 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-162-5/+21
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
* Minor FTPD updatespatacongo2012-02-151-4/+9
* Extend the Quad Encoder testpatacongo2012-02-153-6/+41
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-1524-181/+1107
* 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
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-135-214/+245
* Add interface to enabled/disable debug outputpatacongo2012-02-1215-50/+149
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-1216-59/+90
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-1213-15/+95
* The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo2012-02-112-6/+84
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-1112-107/+169
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-1130-117/+541
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-1185-380/+732
* Add a RAM-based logging devicepatacongo2012-02-116-6/+734
* Fix an FTPD bugpatacongo2012-02-092-2/+3
* Remove a couple of warningspatacongo2012-02-082-5/+3
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-085-5/+119
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-074-23/+22
* A little more FTP daemon cleanuppatacongo2012-02-052-110/+126
* Fix more FTP server bugspatacongo2012-02-052-99/+45
* FTP server is marginally functionalpatacongo2012-02-053-7/+12
* FTPD daemon and example now build without errorspatacongo2012-02-0519-512/+744
* Add build environment for the FTP daemonpatacongo2012-02-0412-45/+541
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
* Add the beginnings of an FTP serverpatacongo2012-02-049-26/+5030
* Add inet_pton()patacongo2012-02-035-9/+345
* Add inet_ntop()patacongo2012-02-035-5/+210
* Add avsprintf()patacongo2012-02-035-56/+159
* Add strcasestr()patacongo2012-02-036-41/+170
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-0223-20/+2033
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-0214-40/+993
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-02187-1793/+588
* Add a configuration for testing the Telnet daemonpatacongo2012-02-026-0/+1683
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-0223-58/+1575
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-013-2/+37
* Use realine instead of fgets in several other placespatacongo2012-02-015-10/+103
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-0152-290/+732
* Add tcsetattr and tcgetattrpatacongo2012-02-0114-63/+410
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-3113-83/+266
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-3110-19/+20