diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | source/bootloader.rst | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -146,6 +146,7 @@ file for it into source/hardware/! * adc.rst: low-noise ADC banks * usart.rst: USART pin maps * gpio.rst: master pin maps + * bootloader.rst: flashing a custom bootloader - 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/bootloader.rst b/source/bootloader.rst index 1a0fa6d..e3eb65e 100644 --- a/source/bootloader.rst +++ b/source/bootloader.rst @@ -584,6 +584,8 @@ DFU pipe and bringing up the USB serial port. Flashing A Custom Bootloader ---------------------------- +.. FIXME [0.0.13] Update for Maple Native + .. warning:: This section is for users who want to put a fresh or custom bootloader on their board. It's possible to make a mistake in this process and e.g. render your Maple unable to communicate |