summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogsGregory Nutt2014-09-011-0/+2
* Fix NSH PS command: If there are not argument, it would print garbage for ar...Gregory Nutt2014-09-011-6/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-0115-34/+14
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2923-36/+46
* Updte ChangeLogGregory Nutt2014-08-291-0/+5
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-2910-23/+319
* Update ChangeLogsGregory Nutt2014-08-281-0/+3
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-282-12/+12
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+3
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-201-1/+1
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-181-4/+4
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-19/+18
* NSH net monitor: use a seamphore instead of boolean; use sem_timedwait inste...Gregory Nutt2014-08-171-21/+57
* Minor corrections during integration of link status monitorGregory Nutt2014-08-173-3/+4
* Update ChangeLogsGregory Nutt2014-08-171-0/+6
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-174-10/+353
* CosmeticGregory Nutt2014-08-171-0/+1
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+0
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-141-2/+4
* Sudoku needs a .gitignoreGregory Nutt2014-08-131-0/+11
* Update ChangeLogGregory Nutt2014-08-111-0/+2
* Add a Sudoku gameGregory Nutt2014-08-117-4/+728
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-101-0/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-077-29/+21
* Update TODO and ChangeLogGregory Nutt2014-08-061-0/+5
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-064-8/+117
* Update ChangeLogsGregory Nutt2014-08-061-0/+4
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-063-226/+295
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-063-6/+36
* Update ChangeLogsGregory Nutt2014-08-051-2/+6
* 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
* Update ChangeLogGregory Nutt2014-08-011-0/+4
* NxPlayer: Fix an error I introduced: Need to pass through final buffer even ...Gregory Nutt2014-08-011-34/+40
* Update ChangeLogGregory Nutt2014-07-311-1/+7
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-9/+14
* Update ChangeLogGregory Nutt2014-07-311-0/+3
* NxPlayer: Fix some error handling, update comments, more debug outputGregory Nutt2014-07-311-36/+99
* dd support for a USB keyboard as the NxConsole and text widget input. Not fu...Gregory Nutt2014-07-302-7/+18
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-1/+1
* Update ChangeLogsGregory Nutt2014-07-281-0/+2
* uIP webserver: Missing logic to close sockets on loop termination. From Max.Gregory Nutt2014-07-281-1/+6
* Update ChangeLogsGregory Nutt2014-07-271-1/+3
* 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-272-29/+115
* Update ChangeLogsGregory Nutt2014-07-271-0/+3
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-272-20/+8
* NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_p...Gregory Nutt2014-07-251-3/+3