diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-09 15:27:10 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-09 15:27:10 -0400 |
commit | 2f4b336dd3ca8e8642a2405a87a19510caeba93c (patch) | |
tree | 9ab5fba5aa8abe21079922ba93703f1250f0a3ed | |
parent | 242c4d321604865f46abf1df30014a2718722023 (diff) | |
download | librambutan-2f4b336dd3ca8e8642a2405a87a19510caeba93c.tar.gz librambutan-2f4b336dd3ca8e8642a2405a87a19510caeba93c.zip |
gpio: Add ref to Native Beta master pin map.
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | source/gpio.rst | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -145,6 +145,7 @@ file for it into source/hardware/! * timers.rst: timer pin maps * adc.rst: low-noise ADC banks * usart.rst: USART pin maps + * gpio.rst: master pin maps - The quickstart document may not explain how to use the new board. If the board is different enough, a new, special-purpose quickstart diff --git a/source/gpio.rst b/source/gpio.rst index af1de20..86f678f 100644 --- a/source/gpio.rst +++ b/source/gpio.rst @@ -69,11 +69,10 @@ GPIO port and bit for each pin number. The GPIO documentation for your board includes its pin map, which also lists the other peripherals by pin number: -.. TODO [0.0.12] Native link - * :ref:`Maple <maple-gpios>` * :ref:`Maple RET6 Edition <maple-ret6-gpios>` * :ref:`Maple Mini <maple-mini-gpios>` +* :ref:`Maple Native (Beta) <maple-native-b>` .. * :ref:`Maple Native <maple-native-gpios>` |