aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arm-gcc.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-25 21:15:28 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-11-17 12:44:28 -0500
commit95783b750fda95f5f4c1fac00ab24da03b31b517 (patch)
tree2b0bf89c101aa58af5796fbe76c7ec98eebbb0a5 /docs/source/arm-gcc.rst
parent3a9a119e9a8ce72c0e1b8fa4d3904bdf84ce355c (diff)
downloadlibrambutan-95783b750fda95f5f4c1fac00ab24da03b31b517.tar.gz
librambutan-95783b750fda95f5f4c1fac00ab24da03b31b517.zip
arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed
Diffstat (limited to 'docs/source/arm-gcc.rst')
-rw-r--r--docs/source/arm-gcc.rst27
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/source/arm-gcc.rst b/docs/source/arm-gcc.rst
index 21379db..8435a1f 100644
--- a/docs/source/arm-gcc.rst
+++ b/docs/source/arm-gcc.rst
@@ -1,13 +1,34 @@
.. _arm-gcc:
-.. _arm-gcc-attribute-flash:
============
GCC on ARM
============
+This document provides an introduction to using
+:command:`arm-none-eabi-gcc`\ , the `CodeSourcery
+<http://codesourcery.com>`_ version of the GNU `GCC
+<http://gcc.gnu.org/>`_ compilers used to compile programs for the
+Maple.
+
Stub.
-Include special things, differences with AVR-GCC, using
-``__attribute__`` to stick things in flash, etc.
+
+.. _arm-gcc-avr-gcc-diff:
+
+
+Differences with AVR-GCC
+------------------------
+
+people coming from arduino and other Atmel AVR powered microcontroller
+platforms are likely to be used to AVR-GCC. our compiler is
+different. explain why (stub).
+
+
+.. _arm-gcc-attribute-flash:
+
+Tips and Tricks
+---------------
+
+* you can use ``__attribute__`` to stick things in flash (stub)