summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Missing file that I forgot to add in the last commitGregory Nutt2013-10-301-0/+260
* apps/platform/mikroe-stm32f4 now support platform-specific configuration data...Gregory Nutt2013-10-304-2/+42
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-301-1/+1
* Updates to the CC3000 example from David SidraneGregory Nutt2013-10-304-18/+32
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-304-10/+13
* Add interface definition for platform-specific storage of configuration data;...Gregory Nutt2013-10-304-5/+191
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-3013-6/+329
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-281-1/+1
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-284-31/+161
* Minor, costmetic things that were still unsaved in my editorGregory Nutt2013-10-271-5/+5
* apps/examples/cc3000: Updated by David SidraneGregory Nutt2013-10-273-5/+28
* Remove trailing whitespaceGregory Nutt2013-10-275-74/+74
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-2711-3/+2816
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-257-25/+108
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-253-2/+27
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-242-1/+3
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-244-325/+343
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-243-2/+5
* Missing part of last apps/examples/cc3000 checkin. From David SidraneGregory Nutt2013-10-231-0/+363
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-231-1/+1
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-239-201/+1522
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-209-9/+314
* SAMA5 WDT driver is now functionalGregory Nutt2013-10-201-0/+1
* SAMA5 WDT: Miss watchdog fixesGregory Nutt2013-10-201-2/+6
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-173-57/+142
* CC3000-related typo fixes from the last bit checked. Thanks to David SidraneGregory Nutt2013-10-161-1/+0
* Updated CC30000 example from David SidraneGregory Nutt2013-10-163-691/+660
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-151-1/+2
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-0/+22
* NxWM::CCalibration: Add logic to collect and average samples, optionally disc...Gregory Nutt2013-10-141-3/+31
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use Ca...Gregory Nutt2013-10-141-1/+1
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-141-0/+40
* apps/system/sysinfo: Ken Petit reportst that the sysinfo command's stack siz...Gregory Nutt2013-10-142-3/+10
* apps/Makefile should include external/Make.defs so that external applications...Gregory Nutt2013-10-142-0/+9
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-102-2/+4
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-1/+9
* Fix some delroute errorsGregory Nutt2013-10-051-1/+1
* Add NSH addroute and delroute commandsGregory Nutt2013-10-058-40/+413
* Clean-up routing table design.Gregory Nutt2013-10-051-0/+4
* SAMA5: Integrate touchscreen and ADC drivers into the buildGregory Nutt2013-10-031-1/+1
* Remove some warningsGregory Nutt2013-10-013-4/+7
* More improvements to the minimal NSH when there is no file system and when pr...Gregory Nutt2013-10-014-4/+38
* cosmetic update to commentsGregory Nutt2013-09-302-10/+9
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-3016-273/+943
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-283-31/+31
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-2515-236/+328
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-2517-97/+179
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-2513-196/+126
* Stack monitor fixesGregory Nutt2013-09-242-1/+22