diff options
-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>` |