summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings in audio code causing by fixing the prototypes of ↵Gregory Nutt2015-02-091-2/+3
| | | | mq_send() and mq_receive()
* Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.hGregory Nutt2015-02-011-7/+1
|
* Oops missed one reference to DEBUG_STACKGregory Nutt2015-01-241-6/+6
|
* apps/system/lm75: Missing semicolon when floating point enabledGregory Nutt2015-01-061-2/+5
|
* Add a tiny system application to read the current temperatureGregory Nutt2015-01-067-2/+367
|
* apps/system/composite: Fix some corrupted conditional compilation that ↵Gregory Nutt2014-12-281-8/+8
| | | | crept in. Looks like some automatated update gone awry.
* apps/system/usbmsc: Fix some corrupted conditional compilation that crept ↵Gregory Nutt2014-12-281-4/+4
| | | | in. Looks like some automatated update gone awry.
* Fix some misplaced conditional compilation. From David SidraneGregory Nutt2014-12-261-5/+4
|
* apps/system/cu: Add a some configurable defaults (only to reduce my ↵Gregory Nutt2014-12-133-7/+35
| | | | keystrokes in repetitive testing)
* Cosmetic fix to a commentGregory Nutt2014-12-131-1/+1
|
* Add a minimalist implemention of the 'cu' terminal program (part of Taylor ↵Gregory Nutt2014-12-136-9/+36
| | | | | | UUCP for ages). Using it, you can simply open a serial port and interact with it. Using '~.' you can leave the terminal program and drop back to nsh. This might come in handy for other people that have e.g. GSM modems, GPS receivers or other devices with text based serial communications attached to their Nuttx systems.
* .Gregory Nutt2014-12-135-0/+676
|
* apps/inifile: Filename parameter should be constGregory Nutt2014-12-061-1/+1
|
* More ccpcheck-related fixesGregory Nutt2014-11-251-0/+1
|
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-258-28/+25
|
* NxPlayer Kconfig should depend on AUDIO supportGregory Nutt2014-11-171-0/+1
|
* Remove use of CONFIG_MASK_TASK_ARGS from the I2C toolGregory Nutt2014-11-131-4/+5
|
* Fix compile problems introduced when the syslog() prototype changed; Also ↵Gregory Nutt2014-10-222-15/+41
| | | | update Makefile for kernel build
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-0810-252/+303
|
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1119-19/+19
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-0721-266/+315
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Determine the main object name from the main source name in every kernel ↵Gregory Nutt2014-09-0719-0/+19
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-0719-0/+19
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-0719-19/+19
| | | | command
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0719-19/+19
|
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0719-0/+76
|
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0719-19/+19
|
* Customize the program name in the generic setup that was added to each ↵Gregory Nutt2014-09-0619-19/+19
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-0619-0/+171
| | | | will need customization
* 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
| | | | a main()
* 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
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* 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 ↵Gregory Nutt2014-08-293-3/+5
| | | | new CONFIG_BUILD_KERNEL
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more ↵Gregory Nutt2014-08-282-12/+12
| | | | generic. From Freddie Chopin
* Extend the NSH network initialization logic. There is now an option that ↵Gregory Nutt2014-08-171-1/+1
| | | | will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up.
* 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 ↵Gregory Nutt2014-08-051-49/+189
| | | | in enqueueing can be distinguished for errors in reading. Errors in enqueueing signal a downstream decoder error. Add logic to gracefully recover from downstream decoder errors.
* 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
| | | | if is it zero length because it contains the end of audio stream flag
* Audio: Change how the end of the audio stream is detected by the leaf audio ↵Gregory Nutt2014-07-311-9/+14
| | | | component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream.
* 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. ↵Gregory Nutt2014-07-271-1/+3
| | | | Otherwise, it looks like beginning of the buffer has already been consumed
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-271-21/+105
|