diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-04-07 00:59:35 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-04-07 00:59:35 -0400 |
commit | 2596f1409a328c6e321054a9017826ef64f1b657 (patch) | |
tree | 7f1b9a20f38f411a3c6048dde73c01bbdafbdd89 /README | |
parent | 32feb1c68ba389c90b1002576d1c3dfb17d0df93 (diff) | |
download | librambutan-2596f1409a328c6e321054a9017826ef64f1b657.tar.gz librambutan-2596f1409a328c6e321054a9017826ef64f1b657.zip |
updated README, LICENSE, notes
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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! |