summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-0/+2
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-0/+2
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-0/+2
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-0/+4
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-241-0/+2
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-0/+2
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-12/+13
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-0/+2
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+4
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-1/+4
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-0/+4
* A few more telnet updatespatacongo2012-01-301-1/+1
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+10
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-0/+1
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-241-0/+4
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-151-2/+4
* Add pulse count support to apps/examples/pwmpatacongo2012-01-091-0/+2
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-311-0/+3
* Prep for 6.13 releasenuttx-6.13patacongo2011-12-261-1/+3
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+2
* Add a test for PWM driverspatacongo2011-12-191-0/+2
* Completes coding of the PWM modulepatacongo2011-12-191-0/+2
* Fix more STM32 ethernet bugs; Fix some build issues with examples/nettestpatacongo2011-12-131-0/+2
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-131-2/+6
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-131-0/+3
* Prep for 6.12 releasenuttx-6.12patacongo2011-12-071-1/+3
* Button test can now be built as an NSH commandpatacongo2011-11-141-1/+4
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-121-1/+5
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-061-12/+14
* apps/ build now supports an 'external' directorypatacongo2011-10-051-0/+4
* Add a simple touchscreen testpatacongo2011-09-291-0/+2
* Add examples/usbtermpatacongo2011-09-261-1/+4
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-231-0/+2
* TIFF library now passes its unit testpatacongo2011-09-221-1/+2
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-0/+1
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-181-0/+5
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-111-1/+3
* Fix errors in gmtime and gmtime_rpatacongo2011-09-011-0/+2
* Initial debug changes to the I2C toolpatacongo2011-08-301-0/+2
* Add a test of the circle rendering logicpatacongo2011-08-241-0/+2
* Prep for 6.8 releasenuttx-6.8patacongo2011-08-191-1/+3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-0/+3
* Prep for 6.7 Releasenuttx-6.7patacongo2011-08-021-1/+2
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-0/+3
* Improve USB mass storgage memory usage instrumentationpatacongo2011-07-261-0/+2
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-1/+2
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-0/+4
* Add a NuttX logo image examplepatacongo2011-07-211-0/+3
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-1/+2
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-181-0/+3