aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arm-gcc.rst
diff options
context:
space:
mode:
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)