aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-04-07 00:59:35 -0400
committerbnewbold <bnewbold@robocracy.org>2010-04-07 00:59:35 -0400
commit2596f1409a328c6e321054a9017826ef64f1b657 (patch)
tree7f1b9a20f38f411a3c6048dde73c01bbdafbdd89 /README
parent32feb1c68ba389c90b1002576d1c3dfb17d0df93 (diff)
downloadlibrambutan-2596f1409a328c6e321054a9017826ef64f1b657.tar.gz
librambutan-2596f1409a328c6e321054a9017826ef64f1b657.zip
updated README, LICENSE, notes
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 9ea9a23..f3bb334 100644
--- a/README
+++ b/README
@@ -35,12 +35,13 @@ libmaple Repo Layout
Extra wrappers and functionality around the lower level code which is
useful for programming in the IDE.
-/exapmles/
+/examples/
+ What it sounds like. Copy these to /main.cpp to compile them.
-
-/stm32lib/
- The "standard" library given away by STM; to be removed ASAP.
-
+/notes/
+ Unstructured text notes that may be useful. The 45-maple.rules udev file
+ can be placed in /etc/udev/rules.d/ on compatible linux machines to allow
+ non-root access to the Maple USB device for uploading.
Instructions to Compile for ARM Targets
------------------------------------------------------------------------------
@@ -62,6 +63,6 @@ You will also need to have dfu-util installed (on Linux) or compiled and placed
in a folder "dfu-util/" at the same level as the maple-library folder (macosx
and windows).
-Write your program using src/main.cpp as the entry point. Then just 'make' and follow the directions!
-
+Write your program using /main.cpp as the entry point. Then just 'make' and
+follow the directions!