9
0
Fork 0
nuttx-bb/nuttx
patacongo 359cb0b04f Move some drivers to separate subdirectories
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2156 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2009-10-18 13:52:21 +00:00
..
Documentation Move some drivers to separate subdirectories 2009-10-18 13:52:21 +00:00
arch Boots with SYSTICK source = HCLK, not HCLK/8 2009-10-17 21:45:39 +00:00
binfmt Add fileno() 2009-07-13 01:35:15 +00:00
configs Calibrate stm32 delay loop 2009-10-17 21:14:47 +00:00
drivers Move some drivers to separate subdirectories 2009-10-18 13:52:21 +00:00
examples Add netstat CGI example 2009-09-16 15:46:29 +00:00
fs cosmetic 2009-09-16 20:25:16 +00:00
graphics Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
include Move some drivers to separate subdirectories 2009-10-18 13:52:21 +00:00
lib Fix pointer increment bug 2009-09-16 14:00:30 +00:00
libxx Got more NXFLAT examples to compile 2009-06-16 23:45:07 +00:00
mm Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
net Sockets were not being closed when a task exits 2009-09-16 20:29:00 +00:00
netutils Fix debug output; remove redundanct close() 2009-09-16 20:30:12 +00:00
sched Add gmtime and localtime 2009-07-12 00:41:06 +00:00
tools another skip dir 2009-10-17 22:49:07 +00:00
COPYING Added mkfatfs() test 2008-08-10 14:50:27 +00:00
ChangeLog typo 2009-10-17 22:14:42 +00:00
Makefile Add framework for THTTPD example 2009-07-18 19:47:08 +00:00
README.txt Move some drivers to separate subdirectories 2009-10-18 13:52:21 +00:00
ReleaseNotes Prep for the 0.4.12 release 2009-10-17 22:12:50 +00:00
TODO Prep for 0.4.11 release 2009-09-16 20:51:13 +00:00

README.txt

Additional information can be found in the Documentation/ directory and
also in README files that are scattered throughout the source tree.  Below
is a guide to the available README files:

 |
 |- arch/
 |   |
 |   |- arm
 |   |   `- src
 |   |       `- lpc214x/README.txt
 |   |- sh/
 |   |   |- include/
 |   |   |   |-m16c/README.txt
 |   |   |   |-sh1/README.txt
 |   |   |   `-README.txt
 |   |   |- src/
 |   |   |   |-common/README.txt
 |   |   |   |-m16c/README.txt
 |   |   |   |-sh1/README.txt
 |   |   |   `-README.txt
 |   `- z80/
 |   |   `- src/
 |   |       `- z80/README.txt
 |   `- README.txt
 |- configs/
 |   |- c5471evm/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- eagle100/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- ez80f910200kitg/
 |   |   |- ostest/README.txt
 |   |   `- README.txt
 |   |- ez80f910200zco/
 |   |   |- dhcpd/README.txt
 |   |   |- httpd/README.txt
 |   |   |- nettest/README.txt
 |   |   |- nsh/README.txt
 |   |   |- ostest/README.txt
 |   |   |- poll/README.txt
 |   |   `- README.txt
 |   |- m68332evb/
 |   |   |- include/README.txt
 |   |   `- src/README.txt
 |   |- mcu123-lpc214x/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- mx1ads/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- ntosd-dm320/
 |   |   |- doc/README.txt
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- olimex-strp711/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- pjrc-8051/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- sim/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- skp16c26/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- stm3210e-eval/
 |   |   |- include/README.txt
 |   |   |- RIDE/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- us7032evb1/
 |   |   |- bin/README.txt
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- xtrs/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- z16f2800100zcog/
 |   |   |- ostest/README.txt
 |   |   |- pashello/README.txt
 |   |   `- README.txt
 |   |- z80sim/
 |   |   |- include/README.txt
 |   |   |- src/README.txt
 |   |   `- README.txt
 |   |- z8encore000zco/
 |   |   |- ostest/README.txt
 |   |   `- README.txt
 |   |- z8f64200100kit/
 |   |   |- ostest/README.txt
 |   |   `- README.txt
 |   `- README.txt
 |- drivers/
 |   `- README.txt
 |- examples/
 |   |- nsh/README.txt
 |   |- pashello/README.txt
 |   `- README.txt
 |- graphics/
 |   `- README.txt
 |- libxx/
 |   `- README.txt
 `- netutils/
     |- telnetd/README.txt
     `- README