circuitpython/ports/raspberrypi
Scott Shawcroft 6b3665a4d5
Merge pull request #9303 from dhalbert/picow-usb-host-off
picow: turn off CIRCUITPY_USB_HOST and CIRCUITPY_PICODVI
2024-06-06 13:05:57 -07:00
..
bindings CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
boards Merge pull request #9303 from dhalbert/picow-usb-host-off 2024-06-06 13:05:57 -07:00
common-hal Merge pull request #9251 from jepler/fix-udp-raw-socket-connect 2024-05-22 13:11:24 -04:00
lib cyw43-driver: Update to upstream repo tag v1.0.3. 2024-03-08 09:22:50 -08:00
lwip_inc Increase number of LWIP timers for MDNS 2023-02-15 16:40:45 -08:00
lwip_src since it ain't leaving.. 2022-11-15 00:05:01 +02:00
peripherals guard2once -s ... 2024-05-19 20:40:44 -04:00
pioasm Implement enough of socketpool to do ntp and non-https requests 2022-09-28 10:06:34 -05:00
sdk@6a7db34ff6 Update pico-sdk to 1.5.1 2023-06-19 18:00:49 +03:00
sdk_config/pico Add PicoDVI support 2023-04-19 15:14:02 -07:00
supervisor CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
audio_dma.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
audio_dma.h guard2once -s ... 2024-05-19 20:40:44 -04:00
background.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
background.h guard2once -s ... 2024-05-19 20:40:44 -04:00
boot_stage2.ld Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
cyw43_configport.h guard2once -s ... 2024-05-19 20:40:44 -04:00
flash_info.h.jinja Fix Arduino RP2040 flash size 2021-07-21 11:02:55 -07:00
gen_stage2.py Fix Arduino RP2040 flash size 2021-07-21 11:02:55 -07:00
link.ld Three small changes 2023-08-01 13:16:38 -07:00
Makefile update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
mpconfigport.h guard2once -s ... 2024-05-19 20:40:44 -04:00
mpconfigport.mk Add Max3421E support for usb host 2024-04-10 10:57:28 -07:00
mphalport.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
mphalport.h guard2once -s ... 2024-05-19 20:40:44 -04:00
qstrdefsport.h qstrdefport.h: remove #pragma once 2024-05-20 08:38:05 -04:00
README.rst Fix docs build by splitting out support matrix 2023-10-24 16:20:51 -07:00
stage2.c.jinja further raspberrypi fixes 2021-11-10 12:11:06 -06:00

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/cyw43/index
    ../../shared-bindings/picodvi/index
    ../../shared-bindings/rp2pio/index