summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-0/+4
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-0/+2
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-011-1/+2
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+5
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-3/+5
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-1/+2
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the...Gregory Nutt2013-05-241-0/+3
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-1/+3
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-0/+3
* apps/examples/helloxx entry point name was mangled when built as an NSH built...Gregory Nutt2013-05-161-0/+2
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ...Gregory Nutt2013-05-111-0/+2
* Fixes for the examples/nxtext testGregory Nutt2013-05-071-0/+3
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-0/+2
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-021-0/+2
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-011-1/+3
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-0/+2
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-0/+4
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+2
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-281-1/+3
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-241-0/+3
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-0/+3
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-271-0/+2
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-1/+3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+5
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-0/+2
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-0/+2
* All argv types should be char * const * not const char **patacongo2013-02-021-0/+5
* Prep for 6.25 releasepatacongo2013-02-011-4/+6
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-0/+3
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-1/+6
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-0/+2
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-0/+2
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-0/+1
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-0/+2
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+2
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+3
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-2/+6
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-0/+6
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-0/+2
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-0/+4
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-0/+2
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-0/+1
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-1/+2
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+2
* Added a test of posix_spawn()patacongo2013-01-101-0/+1
* Documentation updatepatacongo2013-01-081-0/+1
* Remove non-functional WLAN examples, configurationspatacongo2012-12-311-0/+2
* Add support for key release eventspatacongo2012-12-271-1/+4
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-0/+2