summaryrefslogtreecommitdiffstats
path: root/apps/ChangeLog.txt
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Add URL/CGI function mapping option to uIP web serverpatacongo1-0/+2
2012-09-04Enhancements to the uIP web server from Katepatacongo1-0/+3
2012-08-31The content for uIP web server demo is no longer canned, but is not built dyn...patacongo1-1/+8
2012-08-31Fix some places in library where semaphore is not released on error conditionspatacongo1-0/+3
2012-08-30Add configurable application entry pointpatacongo1-0/+4
2012-08-28Add perror()patacongo1-2/+2
2012-08-28Add some protection to the priority inheritance logic when sem_post() is call...patacongo1-0/+5
2012-08-26More patches/bugfixes from Katepatacongo1-0/+2
2012-08-26Add terminating NULL to argv[] listpatacongo1-0/+4
2012-08-25Prep for 6.21 releasepatacongo1-4/+6
2012-08-14Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo1-0/+2
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo1-0/+2
2012-08-04Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo1-0/+4
2012-08-04Add the NSH df commandpatacongo1-0/+2
2012-08-03Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo1-0/+3
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-0/+2
2012-07-28Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo1-1/+3
2012-07-28PM update; NSH extension to catch return valuespatacongo1-0/+2
2012-07-22Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo1-2/+4
2012-07-21Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo1-2/+6
2012-07-21Check-in of initial, unmodified freemodbus-v1.5.0patacongo1-1/+3
2012-07-17Header file clean-uppatacongo1-0/+1
2012-07-12Prep for release 6.20patacongo1-1/+3
2012-07-11Correct an error in named application priority when SCHED_RR is enabledpatacongo1-0/+6
2012-06-15Prep for 6.19 releasepatacongo1-1/+3
2012-06-11Add NSH mv commandpatacongo1-1/+2
2012-05-26Add support for the USB trace cability in NSH when a USB console is usedpatacongo1-0/+2
2012-05-26Now have to press enter 3 times to start with USB NSH consolepatacongo1-0/+3
2012-05-25Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo1-0/+4
2012-05-19Prep for 6.18 releasepatacongo1-1/+3
2012-05-11NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo1-0/+2
2012-04-16Add STM32 watchdog configurationpatacongo1-1/+1
2012-04-15Add a watchdog timer testpatacongo1-0/+1
2012-04-15Add skeleton file for STM32 watchdog timer driverpatacongo1-0/+4
2012-04-14Prep for 6.17 releasepatacongo1-1/+3
2012-04-07Move include/math.h to include/nuttx/math.hpatacongo1-0/+2
2012-03-30Add framework in NxConsole to support VT100 escape sequencespatacongo1-0/+2
2012-03-29Can now run an NSH session within an NX windowpatacongo1-0/+2
2012-03-27Add a test for the NX console devicepatacongo1-0/+1
2012-03-22NFS update + make some examples configurable as NSH built-inspatacongo1-0/+4
2012-03-14Extend examples/can so that it can be used in other contextspatacongo1-0/+4
2012-03-10Prep for 6.16 releasepatacongo1-1/+3
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo1-0/+2
2012-02-28Add logic to NSH startup to call C++ static initializers on startuppatacongo1-0/+2
2012-02-28Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo1-0/+2
2012-02-25readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo1-0/+4
2012-02-24Add a test to verify that FPU registers are properly saved and restored on co...patacongo1-0/+2
2012-02-15Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo1-0/+2
2012-02-13Prep for 6.15 releasepatacongo1-12/+13
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo1-0/+2