From: Kevin Townsend Date: Fri, 23 Mar 2012 17:43:00 +0000 (+0100) Subject: v1.0.0 X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/6b0c700242b29c4e6eed4ca4443b113d21bb5c61 v1.0.0 --- diff --git a/project/Readme.md b/project/Readme.md index f52d8e0..2866286 100644 --- a/project/Readme.md +++ b/project/Readme.md @@ -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 index d1685f3..0000000 --- a/tools/examples/readme.txt +++ /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. -