boochow / micropython-raspberrypi

bare metal Raspberry Pi Zero / Zero W port of MicroPython
MIT License
215 stars 24 forks source link

add support for Raspberry Pi 2 #21

Closed boochow closed 5 years ago

boochow commented 5 years ago

make BOARD=RPI1 for Raspberry Pi 1, zero make BOARD=RPI2 for Raspberry Pi 2 the default is RPI1. You must pull CSUD and checkout 'rpi2' branch.

Also added FPU support (enabled by default)