aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/bootloader.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/bootloader.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/bootloader.rst')
-rw-r--r--docs/source/bootloader.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/source/bootloader.rst b/docs/source/bootloader.rst
index fea1f35..032b20b 100644
--- a/docs/source/bootloader.rst
+++ b/docs/source/bootloader.rst
@@ -4,6 +4,8 @@
Maple Bootloader
==================
+.. TODO: [Stub] add a section on flashing your own bootloader
+
The firmware which allows the Maple to be reprogrammed via a USB
connection. Every Maple board comes programmed with this by default,
and it is not overwritten by regular programs (it lives lower in the
@@ -21,10 +23,10 @@ Flash memory and only runs when the chip is reset).
Bootloader Schemes Explained!
-----------------------------
-Maple Rev 3 (the version currently shipping) represents a drastic
-remake of the core library as well as the upload process. Some of
-these changes are aesthetic, refactoring and reorganization. Some are
-performance minded. The changes to the bootloader, however, were
+Maple Rev 3 and Rev 5 (the version currently shipping) represents a
+drastic remake of the core library as well as the upload process. Some
+of these changes are aesthetic, refactoring and reorganization. Some
+are performance minded. The changes to the bootloader, however, were
implemented to solve some really gritty cross platform issues. Before
delving in to how the Rev 1 bootloader worked and how the Rev 3
bootloader works now, lets look at the features common to both of them