aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit2d429e75ce69e77f8c95490ac03881ec9aa0354a (patch)
treea3b810a6c75625b07a4b976e5d1e319c60e19a6b /source/arm-gcc.rst
parent30ac55d80c18e93f9c39a6dd850c10f9e7fd92ac (diff)
downloadlibrambutan-2d429e75ce69e77f8c95490ac03881ec9aa0354a.tar.gz
librambutan-2d429e75ce69e77f8c95490ac03881ec9aa0354a.zip
arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed
Diffstat (limited to 'source/arm-gcc.rst')
-rw-r--r--source/arm-gcc.rst27
1 files changed, 24 insertions, 3 deletions
diff --git a/source/arm-gcc.rst b/source/arm-gcc.rst
index 21379db..8435a1f 100644
--- a/source/arm-gcc.rst
+++ b/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)