summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2013-09-071-1/+1
| | | | MSC default VID/PID configuration
* 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 ↵Gregory Nutt2013-09-063-9/+22
| | | | NSH built-in application. In that case, USB MSC does not do a good job managing trace data and gets in the way of other things that can do a better job (like NSH or the USB monitor).
* 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 ↵Gregory Nutt2013-09-062-3/+5
| | | | assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
* 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
| | | | Freescale KL25Z board from Alan Carvalho de Assis
* 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 ↵Gregory Nutt2013-09-025-13/+216
| | | | options to select the trace output
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ↵Gregory Nutt2013-08-131-9/+21
| | | | to the massive changes to the USB host interfaces needed to support the SAMA5
* Prep for NuttX-6.29 releasenuttx-6.29Gregory Nutt2013-07-311-3/+5
|
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-192-7/+9
|
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-1/+1
|
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-186-3/+132
|
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-167-21/+60
|
* More Zmodem tweaksGregory Nutt2013-07-162-46/+79
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-1516-12/+1064
|
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-151-4/+3
|
* Fix file write loopGregory Nutt2013-07-1510-32/+105
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-157-45/+158
|
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-145-12/+40
|
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-144-28/+51
|
* Several fixes realted to receiving Zmodem filesGregory Nutt2013-07-143-25/+33
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-143-6/+35
| | | | documentation
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-146-95/+1867
|
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-135-227/+350
|
* More Zmodem bugfixes and new filesGregory Nutt2013-07-139-26/+2806
|
* More Zmodem-related changesGregory Nutt2013-07-123-20/+176
|
* Additional support needed for Zmodem debugGregory Nutt2013-07-121-0/+18
|
* A few more zmodem files; still missing a few but those are still fragile and ↵Gregory Nutt2013-07-126-15/+2074
| | | | like to undergo some resign before they are usable
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-1210-1/+632
|
* Change in apps/examples/composite to eliminate some false alarm debug assertionsGregory Nutt2013-07-092-4/+5
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
|
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-1/+1
|