| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-01 | Merge pull request #4297 from adafruit/tannewt-patch-1 | Scott Shawcroft | |
| Update flash sizes for Adafruit RP2040 boards | |||
| 2021-03-01 | Merge remote-tracking branch 'origin/main' into update-protomatter-rp2 | Jeff Epler | |
| 2021-03-01 | Merge pull request #4267 from dhalbert/rp2040-digitalinout-fixes | Scott Shawcroft | |
| RP2040: change DigitalInOut direction only when necessary; strong drive strength | |||
| 2021-03-01 | Update QT Py flash size | Scott Shawcroft | |
| 2021-03-01 | Update Feather RP2040 to 8MB | Scott Shawcroft | |
| 2021-02-27 | Added counters per slice | gamblor21 | |
| 2021-02-26 | Removed more includes | root | |
| 2021-02-26 | Removed unecessary includes | root | |
| 2021-02-26 | Changed reset_rp2pio_statemachine to clean up any PIO interrupts. | root | |
| 2021-02-27 | Update StateMachine.c | Jonny Bergdahl | |
| Changed woring to use max instead | |||
| 2021-02-26 | Typo fix: direcion -> direction | Scott Shawcroft | |
| 2021-02-26 | Merge pull request #4224 from microDev1/busio-uart-rp | Scott Shawcroft | |
| RP2040: Support for UART | |||
| 2021-02-26 | need to gpio_set_dir() at some point | Dan Halbert | |
| 2021-02-26 | Requested changes | root | |
| 2021-02-26 | Merge pull request #4253 from tannewt/rp2040_fix_pwm_reuse | Scott Shawcroft | |
| Fix second shared PWM | |||
| 2021-02-26 | Merge remote-tracking branch 'adafruit/main' into busio-uart-rp | Scott Shawcroft | |
| 2021-02-26 | Merge pull request #4270 from tannewt/rp2040_feather_pinout | Limor "Ladyada" Fried | |
| Update RP2040 Feather pinout for production rev | |||
| 2021-02-26 | Merge remote-tracking branch 'origin/main' into update-protomatter-rp2 | Jeff Epler | |
| 2021-02-25 | Merge remote-tracking branch 'adafruit/main' into busio-uart-rp | Scott Shawcroft | |
| 2021-02-25 | A few minor fixes for corner cases | Scott Shawcroft | |
| * Always clear the peripheral interrupt so we don't hang when full * Store the ringbuf in the object so it gets collected when we're alive * Make UART objects have a finaliser so they are deinit when their memory is freed * Copy bytes into the ringbuf from the FIFO after we read to ensure the interrupt is enabled ASAP * Copy bytes into the ringbuf from the FIFO before measuring our rx available because the interrupt is based on a threshold (not > 0). For example, a single byte won't trigger an interrupt. | |||
| 2021-02-25 | Remove neopixel power | Scott Shawcroft | |
| 2021-02-25 | address review; use gpio_set() carefully | Dan Halbert | |
| 2021-02-25 | Fix incorrect deinit mask | Scott Shawcroft | |
| 2021-02-25 | Fix second shared PWM | Scott Shawcroft | |
| Fixes #4210 | |||
| 2021-02-25 | Update RP2040 Feather pinout for production rev | Scott Shawcroft | |
| 2021-02-25 | rp2pio: Fix writing where the stride was 2 or 4 | Jeff Epler | |
| The wrong stride value was being checked. | |||
| 2021-02-25 | change DigitalInOut direction only when necessary; strong drive strength | Dan Halbert | |
| 2021-02-25 | Cleanup PIOs and State Machines on soft reset | root | |
| 2021-02-25 | more uart improvements | microDev | |
| - address suggested changes - refine uart instance availibility checks - improve pin validation and rx buffer handling | |||
| 2021-02-24 | Clean up formatting | root | |
| 2021-02-24 | Return NotImplementedError for PulseOut | root | |
| 2021-02-24 | pulseio (pulsein) for RP2040 | root | |
| 2021-02-25 | implement suggested changes | microDev | |
| - add internal buffering - rtc initialization fix | |||
| 2021-02-23 | Merge branch 'main' into rp2040_countio | Mark | |
| 2021-02-23 | Adding countio to rp2040 | gamblor21 | |
| 2021-02-23 | Add state machine divisor check | Scott Shawcroft | |
| This causes an exception when setting a state machine too slow or too fast. Fixes #4222 | |||
| 2021-02-23 | Implement audiobusio and enhance PIO for it | Scott Shawcroft | |
| This adds I2SOut and PDMIn support via PIO. StateMachines can now: * read and read while writing * transfer in 1, 2 or 4 byte increments * init pins based on expected defaults automatically * be stopped and restarted * rxfifo can be cleared and rxstalls detected (good for tracking when the reading code isn't keeping up) Fixes #4162 | |||
| 2021-02-23 | Merge pull request #4228 from ZodiusInfuser/rp2040-boards | Scott Shawcroft | |
| Added definitions for Pimoroni RP2040-based boards | |||
| 2021-02-23 | Added flash size for PicoSystem | ZodiusInfuser | |
| 2021-02-23 | Added flash size for Keybow2040 | ZodiusInfuser | |
| 2021-02-23 | Added flash size for Tiny2040 | ZodiusInfuser | |
| 2021-02-22 | More parens | Scott Shawcroft | |
| 2021-02-22 | Parens | Scott Shawcroft | |
| 2021-02-22 | Board specific flash sizes for RP2040 | Scott Shawcroft | |
| Stop-gap solution for #4041. Comment is there to provide info needed in the future. (We currently run the generic "safe" settings.) | |||
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Removed trailing white space | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
| 2021-02-20 | Added new line | ZodiusInfuser | |
