summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a stack monitoring daemonGregory Nutt2013-09-248-1/+356
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-232-1/+3
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-182-1/+4
* Add FPU configuration options for the OS testGregory Nutt2013-09-182-1/+34
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-171-1/+1
* Fix NSH default IP addressGregory Nutt2013-09-172-2/+5
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-172-2/+10
* Prep for release 6.30nuttx-6.30Gregory Nutt2013-09-141-4/+6
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-132-20/+57
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-093-45/+66
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-0/+2
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-071-1/+1
* Fix bug introduced to msconn; Was hanging is invoked from NSHGregory Nutt2013-09-075-37/+159
* Suppress attempts to manage USB trace if the USB MSC example is built as an N...Gregory Nutt2013-09-063-9/+22
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-062-126/+10
* DHCPD: Fix calculation of lease address. Bad logic causes repeated assignmen...Gregory Nutt2013-09-062-3/+5
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-055-14/+16
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-0510-10/+140
* Some restructing of the CC3000 buildGregory Nutt2013-09-044-13/+18
* Sourceforge bug #19. Fix typo from CCTSAOGregory Nutt2013-09-042-1/+5
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-043-30/+28
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-038-0/+1336
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-031-1/+1
* Add example configurations that enable USB trace options must have Kconfig op...Gregory Nutt2013-09-025-13/+216