circuitpython/ports/raspberrypi
Scott Shawcroft 061d3a16ff
Merge pull request #4911 from DavePutz/issue_4908
Fix for issue #4908 - pulseout leaving line high
2021-06-24 15:32:48 -07:00
..
bindings/rp2pio Correct pull-down direction in parameter documentation for rp2pio 2021-06-09 20:39:56 +00:00
boards Merge pull request #4816 from hierophect/rp2040-alarms 2021-06-24 08:15:57 -04:00
common-hal Merge pull request #4911 from DavePutz/issue_4908 2021-06-24 15:32:48 -07:00
peripherals run code formatting script 2021-03-15 19:27:36 +05:30
sdk@49c0c1613d lengthen RP2040 xosc startup time 2021-06-02 08:50:20 -04:00
sdk_config/pico Add initial RP2040 support 2021-01-20 19:16:56 -08:00
supervisor Fix safe mode on rp2040 2021-05-19 10:18:43 -07:00
.gitignore Add initial RP2040 support 2021-01-20 19:16:56 -08:00
Makefile Implement pulseout for RP2040 2021-05-17 16:24:45 -05:00
README.rst Add initial RP2040 support 2021-01-20 19:16:56 -08:00
audio_dma.c Changes to correct repeat playing on a channel 2021-05-29 11:55:10 -05:00
audio_dma.h run code formatting script 2021-03-15 19:27:36 +05:30
background.c run code formatting script 2021-03-15 19:27:36 +05:30
background.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
boot_stage2.ld Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
fatfs_port.c run code formatting script 2021-03-15 19:27:36 +05:30
gen_stage2.py Improve Winbond naming and correct board settings 2021-03-23 09:06:48 -07:00
link.ld Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
mpconfigport.h run code formatting script 2021-03-15 19:27:36 +05:30
mpconfigport.mk Implement RP2040 Alarm module 2021-05-27 18:33:29 -04:00
mphalport.c Add initial RP2040 support 2021-01-20 19:16:56 -08:00
mphalport.h run code formatting script 2021-03-15 19:27:36 +05:30
qstrdefsport.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
stage2.c.jinja Fix doc build and address feedback 2021-03-22 15:24:27 -07: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