circuitpython/ports/raspberrypi
Scott Shawcroft b19c700d4a
Merge pull request #4165 from DavePutz/issue_4143
Issue 4143 - Fixed marking a PWM slice incorrectly as variable frequency
2021-02-09 14:30:39 -08:00
..
bindings/rp2pio Fix maximum PIO instructions 2021-02-06 10:54:25 -05:00
boards Merge pull request #4137 from ferret-guy/smps-mode-pin-rpi-pico 2021-02-05 12:12:55 -08:00
common-hal Merge pull request #4165 from DavePutz/issue_4143 2021-02-09 14:30:39 -08:00
peripherals Add initial RP2040 support 2021-01-20 19:16:56 -08:00
sdk@55346c9530 Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
sdk_config/pico Add initial RP2040 support 2021-01-20 19:16:56 -08:00
supervisor raspberrypi: implement reset, reset_to_bootloader 2021-02-04 12:07:50 -06:00
.gitignore Add initial RP2040 support 2021-01-20 19:16:56 -08:00
Makefile Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
README.rst Add initial RP2040 support 2021-01-20 19:16:56 -08:00
background.c Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
background.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
bs2_default_padded_checksummed.S Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
fatfs_port.c Add initial RP2040 support 2021-01-20 19:16:56 -08:00
link.ld Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
mpconfigport.h Make sys.platform "RP2040" on raspberrypi 2021-01-29 12:33:37 -08:00
mpconfigport.mk Update to the very latest SDK w/GP15 restore 2021-02-05 18:44:06 -08:00
mphalport.c Add initial RP2040 support 2021-01-20 19:16:56 -08:00
mphalport.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
qstrdefsport.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00

README.rst

RP2040
==================

This port supports many development boards that utilize RP2040 chips. See
https://circuitpython.org/downloads for all supported boards.


Building
--------

For build instructions see this guide: https://learn.adafruit.com/building-circuitpython/


Port Specific modules
---------------------

.. toctree::
    ../../shared-bindings/rp2pio/index