From 228611f0ea3770982798b1936665d988a8e9a026 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 3 Jun 2010 11:57:20 -0400 Subject: updated README for new heir --- README | 24 ++++++++++++------------ TODO | 1 - 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README b/README index 9638a6b..b8694f7 100644 --- a/README +++ b/README @@ -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! diff --git a/TODO b/TODO index 41e0d99..d58f727 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Quick TODO -------------------------------------------------------------------- -- update README with new heir - write language unit test - more maple-specific example programs - write gnu-toolchain howto -- cgit v1.2.3