| Age | Commit message (Expand) | Author |
| 2020-08-25 | Add random to ESP32-S2, fix it on STM32 | Lucian Copeland |
| 2020-08-25 | Fix null dereference, invert auto_brightness to reenable screen | Lucian Copeland |
| 2020-08-24 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft |
| 2020-08-21 | Add more "extern" declarations for gcc10 compat | Scott Shawcroft |
| 2020-08-21 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft |
| 2020-08-18 | Split pulseio.PWMOut into pwmio | Scott Shawcroft |
| 2020-08-18 | Style changes, reposition runtime errors | Lucian Copeland |
| 2020-08-14 | Expand PulseOut API, debug cleanup | Lucian Copeland |
| 2020-08-10 | Merge remote-tracking branch 'origin/main' into stm32-sdioio | Jeff Epler |
| 2020-08-04 | "pop from empty %q" | Jeff Epler |
| 2020-08-04 | Combine 'index out of range' messages | Jeff Epler |
| 2020-08-04 | Combine similar strings to reduce size of translations | Jeff Epler |
| 2020-07-30 | stm: sdioio: include header for common_hal_mcu_pin_claim | Jeff Epler |
| 2020-07-30 | stm: sdioio: call common_hal_mcu_pin_claim | Jeff Epler |
| 2020-07-30 | stm: sdioio: remove unused code related to "SD Card detect pin" | Jeff Epler |
| 2020-07-30 | stm: stioio: correctly claim pins | Jeff Epler |
| 2020-07-30 | stm: sdioio: Get rid of debug code and useless comments | Jeff Epler |
| 2020-07-30 | stm: Use 'Invalid %q pin selection' more places | Jeff Epler |
| 2020-07-30 | stm: Add sdioio support for feather_stm32f405_express | Jeff Epler |
| 2020-07-22 | Claim USB pins at startup to prevent overwrites | Lucian Copeland |
| 2020-07-22 | Merge branch 'main' into stm32-timer-allocator | hierophect |
| 2020-07-22 | Free timers when modules de-init | Lucian Copeland |
| 2020-07-16 | Fix pulseIO reset and frequency issues, remove IRQ conflict | Lucian Copeland |
| 2020-07-14 | Fix IRQ enum protections | Lucian Copeland |
| 2020-07-13 | Merge pull request #3003 from Flameeyes/master | Scott Shawcroft |
| 2020-07-10 | Enable RGB Matrix | Lucian Copeland |
| 2020-07-09 | Fix advanced claimed pin/package timer search | Lucian Copeland |
| 2020-07-08 | Merge remote-tracking branch 'upstream/main' into stm32-timer-allocator | Lucian Copeland |
| 2020-07-07 | stm: SPI: revamp pin search code | Jeff Epler |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2020-07-03 | Merge remote-tracking branch 'upstream/main' into stm32-timer-allocator | Lucian Copeland |
| 2020-07-01 | Merge pull request #3083 from tannewt/esp32s2_busio | Jeff Epler |
| 2020-07-01 | Add timer allocator, adjust pulsio to use general purpose timers | Lucian Copeland |
| 2020-06-25 | WIP | Lucian Copeland |
| 2020-06-24 | Compiles! | Scott Shawcroft |
| 2020-06-24 | Add UART support | Scott Shawcroft |
| 2020-06-23 | Merge pull request #3045 from k0d/stm32_alignment_issue | Scott Shawcroft |
| 2020-06-22 | stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manually | Jeff Epler |
| 2020-06-18 | Fixes issue with memory alignment in STM32 | Mark Olsson |
| 2020-06-16 | Add port D to LQFP64 | Lucian Copeland |
| 2020-06-15 | Revert I2C timing overrides, reduce scope to module only | Lucian Copeland |
| 2020-06-11 | Move I2C speed to clock-style definition | Lucian Copeland |
| 2020-06-10 | Add macros for setting correct F7 and H7 I2C timing | Lucian Copeland |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò |
| 2020-05-29 | Fix SWO/Analog overlap, style changes | Lucian Copeland |
| 2020-05-27 | Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanup | Lucian Copeland |
| 2020-05-27 | translations | Lucian Copeland |
| 2020-05-27 | Add pin resetting across boards, fix array size detection issue | Lucian Copeland |
| 2020-05-20 | Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio | Scott Shawcroft |
| 2020-05-20 | Add UART one-way instance search, fix bugs in stm32 implementation | Lucian Copeland |