summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Collapse)AuthorAgeFilesLines
* Documentation/NXGraphicsSubsystem.htmlpatacongo2010-04-241-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2625 42af7a65-404d-4744-a932-0658087f49c3
* More NX LCD fixespatacongo2010-04-232-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2624 42af7a65-404d-4744-a932-0658087f49c3
* Some LCD output, still a long way to gopatacongo2010-04-211-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2621 42af7a65-404d-4744-a932-0658087f49c3
* sam3u LCD driver is code complete (but untested)patacongo2010-04-201-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2619 42af7a65-404d-4744-a932-0658087f49c3
* Framework for SAM3U LCD driverpatacongo2010-04-181-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2615 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of AT91SAM3U LCD driverpatacongo2010-04-181-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2613 42af7a65-404d-4744-a932-0658087f49c3
* 1st round of fixes for LCD buildpatacongo2010-04-172-7/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2604 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration to select LCD driver for NXpatacongo2010-04-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2390 42af7a65-404d-4744-a932-0658087f49c3
* Bringing examples/pashello back to lifepatacongo2009-12-182-8/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2388 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile issuespatacongo2009-12-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2377 42af7a65-404d-4744-a932-0658087f49c3
* Looks like part of Makefile was accidentally removedpatacongo2009-12-171-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2369 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1552-349/+348
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2351 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-133-10/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
* Update READMEspatacongo2009-12-021-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2298 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2296 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/usbstorage setup infopatacongo2009-12-011-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2293 42af7a65-404d-4744-a932-0658087f49c3
* Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/srcpatacongo2009-11-304-128/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2290 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2223 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2222 42af7a65-404d-4744-a932-0658087f49c3
* Exit after reading EOFpatacongo2009-11-041-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2221 42af7a65-404d-4744-a932-0658087f49c3
* Still need to enable trace -- event when trace not enabledpatacongo2009-11-041-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2220 42af7a65-404d-4744-a932-0658087f49c3
* USB serial updatepatacongo2009-11-042-31/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2219 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB trace logicpatacongo2009-11-021-3/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2212 42af7a65-404d-4744-a932-0658087f49c3
* Add netstat CGI examplepatacongo2009-09-166-11/+223
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2064 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD CGI workspatacongo2009-09-165-14/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2063 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of cwd in THTTPDpatacongo2009-08-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3
* Remove warningpatacongo2009-08-021-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2013 42af7a65-404d-4744-a932-0658087f49c3
* Initialize THTTPD integration changespatacongo2009-08-022-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2006 42af7a65-404d-4744-a932-0658087f49c3
* Fix clean target errorpatacongo2009-08-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2003 42af7a65-404d-4744-a932-0658087f49c3
* Install .html files; install exe's in cgi-bin subdirpatacongo2009-08-013-72/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2000 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to add CGI binaries to THTTPD examplepatacongo2009-08-017-4/+441
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1999 42af7a65-404d-4744-a932-0658087f49c3
* Basic files for THTTPD testpatacongo2009-08-012-0/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1998 42af7a65-404d-4744-a932-0658087f49c3
* Still fleshing out THTTPD examplepatacongo2009-07-181-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for THTTPD examplepatacongo2009-07-183-0/+221
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3
* A big, hard-coded stack size was used in several placespatacongo2009-07-143-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1986 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.9nuttx-4.9patacongo2009-06-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1969 42af7a65-404d-4744-a932-0658087f49c3
* Completes initial shaky integrationpatacongo2009-06-261-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1963 42af7a65-404d-4744-a932-0658087f49c3
* integrating NXFLATpatacongo2009-06-263-22/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1962 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-06-261-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1961 42af7a65-404d-4744-a932-0658087f49c3
* function pointers in modules must have global scopepatacongo2009-06-264-6/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1960 42af7a65-404d-4744-a932-0658087f49c3
* There is no envp argument in main()patacongo2009-06-2611-22/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1959 42af7a65-404d-4744-a932-0658087f49c3
* ROMFS was in RAMpatacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1954 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix messaging logic for case of debu disabledpatacongo2009-06-251-5/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1944 42af7a65-404d-4744-a932-0658087f49c3
* Initial NXFLAT debug fixespatacongo2009-06-251-7/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1943 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem that was causing tools/incdir.sh to generate inappropriate ↵patacongo2009-06-242-8/+10
| | | | | | paths for Cygwin tools git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1941 42af7a65-404d-4744-a932-0658087f49c3
* Fix .PHONY targetspatacongo2009-06-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3
* Add another NXFLAT test casepatacongo2009-06-235-2/+332
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1933 42af7a65-404d-4744-a932-0658087f49c3
* New relocation typespatacongo2009-06-221-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1925 42af7a65-404d-4744-a932-0658087f49c3