v1.0.0
authorKevin Townsend <kevin@ktownsend.com>
Fri, 23 Mar 2012 17:43:00 +0000 (18:43 +0100)
committerKevin Townsend <kevin@ktownsend.com>
Fri, 23 Mar 2012 17:43:00 +0000 (18:43 +0100)
project/Readme.md
tools/examples/readme.txt [deleted file]

index f52d8e0..2866286 100644 (file)
@@ -1,4 +1,4 @@
-# Project Folder
+# Project
 
 All project-specific files should be stored in the /project folder to try to
 keep the generic HW-level code and drivers seperate from the business logic
@@ -6,8 +6,6 @@ of your individual project.  This makes it easier to reuse your code in other
 projects, and also update the drivers and HW-level code if newer version of
 these common-files become available.
 
-# FOLDERS
-
 ## commands/
 
 Code to implements specific commands for the command-line interface.  Requires
@@ -16,10 +14,6 @@ be stored in a seperate file(ex.: "command/cmd_hello.c"), though this isn't a
 strict requirement and you may wish to store multiple related commands in one
 .c file, such as 'cmds_graphics.c' etc.
                 
-## documentation/  
-
-Project-specific documentation is stored here
-
 # FILES
 
 ## cmd_tbl.h       
diff --git a/tools/examples/readme.txt b/tools/examples/readme.txt
deleted file mode 100644 (file)
index d1685f3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-This folder contains various examples showing how to use the LPC1343 to
-accomplish certain tasks or how to use it with external devices, such as 
-communicating with the PC using USB HID, etc.
-
This page took 0.02323 seconds and 4 git commands to generate.