Support for the pyboard. More...
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
Files | |
file | board.h |
Board specific definitions for the pyboard board. | |
file | gpio_params.h |
Board specific configuration of direct mapped GPIOs. | |
file | periph_conf.h |
Peripheral MCU configuration for the pyboard board. | |