summaryrefslogtreecommitdiff
path: root/ports/raspberrypi
AgeCommit message (Collapse)Author
2021-02-01Merge pull request #4087 from DavePutz/cpu_temp_docDan Halbert
Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus
2021-01-31Merge pull request #4083 from microDev1/watchdog-rpScott Shawcroft
RP2040: Support for WatchDog
2021-01-30extend include pathmicroDev
2021-01-29Make sys.platform "RP2040" on raspberrypiJames Bowman
[#4091]
2021-01-29Add Gameduino 3X Dazzler support on raspberry_pi_picoJames Bowman
Tested with hardware. Looks good. Follow on from #4054
2021-01-28Fixing microcontroller.cpu on muti-core cpus and adding microcontroller.cpusroot
2021-01-28watchdog implementation for rp2040microDev
2021-01-26Merge pull request #4071 from tannewt/rp2040_uart_errorDan Halbert
Raise an error on UART use
2021-01-26Merge pull request #4063 from dhalbert/rp2040-gp15Dan Halbert
2021-01-26Raise an error on UART useScott Shawcroft
2021-01-25Use TOTAL_GPIO_COUNT instead of magic number 30Dan Halbert
2021-01-25Stop treating pin 15 specially.Dan Halbert
2021-01-25fix some build errorsDan Halbert
2021-01-25add GP15Dan Halbert
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2021-01-22Fix DigitalInOut.pull on RP2040Scott Shawcroft
It used to always return None. Fixes #4035
2021-01-21move longint choice to mpconfigport.mkDan Halbert
2021-01-21Adding longing support on RP2040root
2021-01-21Adding longint support on RP2040root
2021-01-21Switch to upstream TinyUSBScott Shawcroft
2021-01-21copy editingScott Shawcroft
2021-01-20type fixScott Shawcroft
2021-01-20pre-commitScott Shawcroft
2021-01-20Temporarily turn off string op overflow checkScott Shawcroft
2021-01-20Add initial RP2040 supportScott Shawcroft
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