boards/pyboard/doc.md
@defgroup boards_pyboard pyboard @ingroup boards @brief Support for the pyboard
This port adds basic support for the MicroPython pyboard.
Currently the support is pretty minimal, and you might miss many features that the original firmware offers. E.g., the board won't show up via USB as either serial or mass storage device.
In order to get serial output, connect an USB/serial adapter to USART1 RX/TX (Pins X9 / X10).
$ BOARD=pyboard make flash