circuitpython/ports/raspberrypi/common-hal
Scott Shawcroft 733094aead
Add initial RP2040 support
The RP2040 is new microcontroller from Raspberry Pi that features
two Cortex M0s and eight PIO state machines that are good for
crunching lots of data. It has 264k RAM and a built in UF2
bootloader too.

Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
2021-01-20 19:16:56 -08:00
..
analogio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
board Add initial RP2040 support 2021-01-20 19:16:56 -08:00
busio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
digitalio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
displayio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
microcontroller Add initial RP2040 support 2021-01-20 19:16:56 -08:00
neopixel_write Add initial RP2040 support 2021-01-20 19:16:56 -08:00
os Add initial RP2040 support 2021-01-20 19:16:56 -08:00
pwmio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
rp2pio Add initial RP2040 support 2021-01-20 19:16:56 -08:00
supervisor Add initial RP2040 support 2021-01-20 19:16:56 -08:00