Loading...
Searching...
No Matches
pyboard

Support for the pyboard. More...

Detailed Description

Support for the pyboard.

Overview

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).

How to flash

put board into DFU mode:

Flash as usual:

$ 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.