summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Expand)AuthorAgeFilesLines
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0719-19/+19
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-0619-19/+19
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-0619-0/+171
* Fix all install targetsGregory Nutt2014-09-0619-76/+76
* Oops wrong elseGregory Nutt2014-09-0619-19/+19
* Add missing else from last big changeGregory Nutt2014-09-0619-0/+19
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-0619-0/+171
* Only one install target per MakefileGregory Nutt2014-09-0620-84/+40
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-0621-21/+21
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-0621-0/+96
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-0625-0/+94
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-3/+5
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-282-12/+12
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-171-1/+1
* Sudoku needs a .gitignoreGregory Nutt2014-08-131-0/+11
* Add a Sudoku gameGregory Nutt2014-08-116-3/+727
* Break reading and enqueueing of audio buffers into two steps so that errors i...Gregory Nutt2014-08-051-49/+189
* Costmetic changesGregory Nutt2014-08-051-21/+20
* NxPlayer: Fix an error I introduced: Need to pass through final buffer even ...Gregory Nutt2014-08-011-34/+40
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-9/+14
* NxPlayer: Fix some error handling, update comments, more debug outputGregory Nutt2014-07-311-36/+99
* NxPlayer needs to set curbyte field to zero before enqueuing a buffer. Other...Gregory Nutt2014-07-271-1/+3
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-271-21/+105
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-271-5/+6
* Trivial things from the last commit left in the editorGregory Nutt2014-07-241-3/+4
* Changes to integrate with Ken's NxWM::CMediaPlayerGregory Nutt2014-07-241-18/+29
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-27/+25
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-241-0/+110
* NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayerGregory Nutt2014-07-231-1/+1
* Fix error introduced in last commit: Can't call ferror AFTER closing fileGregory Nutt2014-07-231-2/+4
* NxPlayer: Check for read errors and end-of-file with nothing readGregory Nutt2014-07-231-24/+55
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-221-14/+16
* nxplayer: Add more debug output so that those of use who are not Ken can fol...Gregory Nutt2014-07-222-24/+57
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-9/+10
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* Updates for coding styleGregory Nutt2014-06-271-57/+64
* Add apps/system/mdio from LazloGregory Nutt2014-06-274-0/+372
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-273-0/+9
* The hex2bin library did not build with debug offGregory Nutt2014-06-261-1/+1
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-166-17/+245
* hex2bin: Fix un-necessary seeks because expected address was not being updatedGregory Nutt2014-06-161-1/+7
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-164-15/+346
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
* hex2bin: Needs a little larger stackGregory Nutt2014-06-162-2/+17
* hex2bin: Various bugfixesGregory Nutt2014-06-161-10/+17
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-151-2/+7
* hex2bin: Start code should not be in bufferGregory Nutt2014-06-151-1/+8
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+6