| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-01 | Merge pull request #4087 from DavePutz/cpu_temp_doc | Dan Halbert | |
| Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus | |||
| 2021-01-31 | Merge pull request #4083 from microDev1/watchdog-rp | Scott Shawcroft | |
| RP2040: Support for WatchDog | |||
| 2021-01-30 | extend include path | microDev | |
| 2021-01-29 | Make sys.platform "RP2040" on raspberrypi | James Bowman | |
| [#4091] | |||
| 2021-01-29 | Add Gameduino 3X Dazzler support on raspberry_pi_pico | James Bowman | |
| Tested with hardware. Looks good. Follow on from #4054 | |||
| 2021-01-28 | Fixing microcontroller.cpu on muti-core cpus and adding microcontroller.cpus | root | |
| 2021-01-28 | watchdog implementation for rp2040 | microDev | |
| 2021-01-26 | Merge pull request #4071 from tannewt/rp2040_uart_error | Dan Halbert | |
| Raise an error on UART use | |||
| 2021-01-26 | Merge pull request #4063 from dhalbert/rp2040-gp15 | Dan Halbert | |
| 2021-01-26 | Raise an error on UART use | Scott Shawcroft | |
| 2021-01-25 | Use TOTAL_GPIO_COUNT instead of magic number 30 | Dan Halbert | |
| 2021-01-25 | Stop treating pin 15 specially. | Dan Halbert | |
| 2021-01-25 | fix some build errors | Dan Halbert | |
| 2021-01-25 | add GP15 | Dan Halbert | |
| 2021-01-24 | CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | Dan Halbert | |
| 2021-01-22 | Fix DigitalInOut.pull on RP2040 | Scott Shawcroft | |
| It used to always return None. Fixes #4035 | |||
| 2021-01-21 | move longint choice to mpconfigport.mk | Dan Halbert | |
| 2021-01-21 | Adding longing support on RP2040 | root | |
| 2021-01-21 | Adding longint support on RP2040 | root | |
| 2021-01-21 | Switch to upstream TinyUSB | Scott Shawcroft | |
| 2021-01-21 | copy editing | Scott Shawcroft | |
| 2021-01-20 | type fix | Scott Shawcroft | |
| 2021-01-20 | pre-commit | Scott Shawcroft | |
| 2021-01-20 | Temporarily turn off string op overflow check | Scott Shawcroft | |
| 2021-01-20 | Add initial RP2040 support | Scott 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 | |||
