summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* More patches/bugfixes from Katepatacongo2012-08-261-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
* Add terminating NULL to argv[] listpatacongo2012-08-261-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5055 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-251-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial/serial.c open, read, write, and poll methods will not return ↵patacongo2012-08-121-0/+2
| | | | | | a short transfer or an EINTR error if a signal is received while waiting (only) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
* Fix max filename size report by FAT statfs with long file names; Add missing ↵patacongo2012-08-041-0/+4
| | | | | | logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
* Add the NSH df commandpatacongo2012-08-041-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
* Extend the NSH mount command so that it will enumerate mountpoints if no ↵patacongo2012-08-031-0/+3
| | | | | | arguments are provided git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4993 42af7a65-404d-4744-a932-0658087f49c3
* Lock the scheduler when starting NSH builtin applications to eliminate race ↵patacongo2012-07-281-1/+3
| | | | | | conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4988 42af7a65-404d-4744-a932-0658087f49c3
* PM update; NSH extension to catch return valuespatacongo2012-07-281-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4987 42af7a65-404d-4744-a932-0658087f49c3
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress ↵patacongo2012-07-221-2/+4
| | | | | | use of termios.h interfaces git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4968 42af7a65-404d-4744-a932-0658087f49c3
* Use NuttX types in FreeModBus port; Add FreeModBus demo at ↵patacongo2012-07-211-2/+6
| | | | | | apps/examples/modbus; Add new termios APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
* Check-in of initial, unmodified freemodbus-v1.5.0patacongo2012-07-211-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4960 42af7a65-404d-4744-a932-0658087f49c3
* Header file clean-uppatacongo2012-07-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
* Prep for release 6.20nuttx-6.20patacongo2012-07-121-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4937 42af7a65-404d-4744-a932-0658087f49c3
* Correct an error in named application priority when SCHED_RR is enabledpatacongo2012-07-111-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4928 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH mv commandpatacongo2012-06-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4830 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4772 42af7a65-404d-4744-a932-0658087f49c3
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-191-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4751 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ↵patacongo2012-05-111-0/+2
| | | | | | initialization interfaces for all boards git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 watchdog configurationpatacongo2012-04-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
* Add a watchdog timer testpatacongo2012-04-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4614 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton file for STM32 watchdog timer driverpatacongo2012-04-151-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.17 releasenuttx-6.17patacongo2012-04-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4607 42af7a65-404d-4744-a932-0658087f49c3
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4568 42af7a65-404d-4744-a932-0658087f49c3
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4542 42af7a65-404d-4744-a932-0658087f49c3
* Can now run an NSH session within an NX windowpatacongo2012-03-291-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4539 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for the NX console devicepatacongo2012-03-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4528 42af7a65-404d-4744-a932-0658087f49c3
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-221-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4501 42af7a65-404d-4744-a932-0658087f49c3
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4489 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.16 releasepatacongo2012-03-101-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4475 42af7a65-404d-4744-a932-0658087f49c3
* Add support for use of a USB serial device to provide NSH console I/O. ↵patacongo2012-03-061-0/+2
| | | | | | Verified on the Sure PIPIC32MX board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4439 42af7a65-404d-4744-a932-0658087f49c3
* Extend CDC/ACM driver so that can be connected/disconnected under software ↵patacongo2012-02-281-0/+2
| | | | | | control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
* readline() (and hence NSH) now accept the DEL character as well as the ↵patacongo2012-02-251-0/+4
| | | | | | Backspace character for the backspace functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3
* Add a test to verify that FPU registers are properly saved and restored on ↵patacongo2012-02-241-0/+2
| | | | | | context switches. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4421 42af7a65-404d-4744-a932-0658087f49c3
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4395 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-12/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4382 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-1/+4
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-301-0/+4
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* A few more telnet updatespatacongo2012-01-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
* If we are using a USB serial console, then NSH must wait for the USB device ↵patacongo2012-01-241-0/+4
| | | | | | to be connected git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4327 42af7a65-404d-4744-a932-0658087f49c3