diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | TODO | 1 |
3 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,5 @@ build/ main.cpp libmaple.layout +tags +TAGS @@ -67,6 +67,6 @@ 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! +Write your program using /main.cpp as the entry point. Then just 'make help' +and follow the directions! @@ -2,7 +2,6 @@ Quick TODO -------------------------------------------------------------------- - write language unit test - more maple-specific example programs -- write gnu-toolchain howto Peripherals ------------------------------------------------------------------- |