summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Collapse)AuthorAgeFilesLines
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-279-3/+2458
|
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use ↵Gregory Nutt2013-10-141-1/+1
| | | | Calibration instruction messages
* apps/system/sysinfo: Ken Petit reportst that the sysinfo command's stack ↵Gregory Nutt2013-10-142-3/+10
| | | | size is marginal. Stack size is now configurable with a default of 1024 bytes
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-101-2/+2
|
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+1
|
* cosmetic update to commentsGregory Nutt2013-09-301-5/+3
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-305-241/+639
| | | | system
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-4/+4
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-259-4/+1478
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-2512-8/+652
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-258-1/+1151
|
* Stack monitor fixesGregory Nutt2013-09-242-1/+22
|
* Add a stack monitoring daemonGregory Nutt2013-09-247-1/+354
|
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-231-1/+1
|
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-092-45/+64
|
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-031-1/+1
|
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-167-21/+60
|
* More Zmodem tweaksGregory Nutt2013-07-162-46/+79
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-1514-8/+1057
|
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-151-4/+3
|
* Fix file write loopGregory Nutt2013-07-158-30/+91
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-156-28/+141
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-144-10/+30
|
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-144-28/+51
|
* Several fixes realted to receiving Zmodem filesGregory Nutt2013-07-143-25/+33
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-143-6/+35
| | | | documentation
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-146-95/+1867
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-133-225/+317
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-138-21/+2752
|
* More Zmodem-related changesGregory Nutt2013-07-123-20/+176
|
* Additional support needed for Zmodem debugGregory Nutt2013-07-121-0/+18
|
* A few more zmodem files; still missing a few but those are still fragile and ↵Gregory Nutt2013-07-126-15/+2074
| | | | like to undergo some resign before they are usable
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-128-1/+375
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
|
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-262-0/+8
|
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-123-9/+6
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* Updates to README filesGregory Nutt2013-06-011-397/+400
|
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3011-11/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-3011-130/+132
| | | | Add some missing .gitignore files
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+1
|
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-018-8/+245
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0410-0/+117
|
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-42/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5794 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-272-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5793 42af7a65-404d-4744-a932-0658087f49c3
* Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from ↵patacongo2013-03-271-5/+5
| | | | | | Rommel Marcelo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5792 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-275-0/+616
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
* Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)patacongo2013-02-281-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5690 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-9/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-311-1/+0
| | | | | | overriden from make command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3