diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-06-03 11:57:20 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-06-04 19:58:41 -0400 |
commit | 228611f0ea3770982798b1936665d988a8e9a026 (patch) | |
tree | 404d68735958f8ed4716708d5a8ca856cece3ffa /README | |
parent | 7824df10c4f841f8dfbc7856efc7365ce7b43df2 (diff) | |
download | librambutan-228611f0ea3770982798b1936665d988a8e9a026.tar.gz librambutan-228611f0ea3770982798b1936665d988a8e9a026.zip |
updated README for new heir
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -24,9 +24,6 @@ libmaple Repo Layout /build/ Binary output -/stm32conf/ - Linker scripts - /libmaple/ Lowest level definitions, routines, macros, and functions. This is the meat of the library. @@ -39,7 +36,10 @@ libmaple Repo Layout /examples/ What it sounds like. Copy these to /main.cpp to compile them. -/notes/ +/support/ld/ + Linker scripts + +/support/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. @@ -52,17 +52,17 @@ from: http://www.codesourcery.com/sgpp/lite/arm -Note: grab the linux binaries for targeting the EABI platform; there are also -linux binaries for targeting the linux platform). +Note: grab the linux binaries for targeting the EABI platform (not to be +confused with the linux binaries /tageting/ the linux platform). -I unzip the archive ("TAR") version into a place like +I unzip the archive ("TAR") version into a directory such as ~/bin/arm-gcc-codesourcery and then add the bin/ directory within that to my -$PATH in ~/.profile, then check that arm-none-eabi-gcc and others are in my -path. +$PATH in ~/.profile, resource that, then check that arm-none-eabi-gcc and +others are in my path. -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). +You will also need to have dfu-util installed and on your path (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 /main.cpp as the entry point. Then just 'make' and follow the directions! |