| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2021-02-26 | need to gpio_set_dir() at some point | Dan Halbert | |
| 2021-02-25 | address review; use gpio_set() carefully | Dan Halbert | |
| 2021-02-25 | change DigitalInOut direction only when necessary; strong drive strength | Dan Halbert | |
| 2021-01-22 | Fix DigitalInOut.pull on RP2040 | Scott Shawcroft | |
| It used to always return None. Fixes #4035 | |||
| 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 | |||
