summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-1/+3
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-0/+3
* Fix file write loopGregory Nutt2013-07-151-2/+5
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-131-2/+5
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-121-0/+3
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-091-2/+4
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-1/+1
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-261-0/+2
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG0...Gregory Nutt2013-06-241-0/+3
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-231-0/+3
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-0/+12
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-141-3/+4
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-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