| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-22 | Claim USB pins at startup to prevent overwrites | Lucian Copeland | |
| 2020-07-22 | Free timers when modules de-init | Lucian Copeland | |
| 2020-07-09 | Fix advanced claimed pin/package timer search | Lucian Copeland | |
| 2020-06-23 | Merge pull request #3045 from k0d/stm32_alignment_issue | Scott Shawcroft | |
| Fixes issue with memory alignment in STM32 | |||
| 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 | |
| When compiling with optimizations on, an issue occurs where the claimed_pins/never_reset_pins memory location is shared with another variable. This causes some bad memory read, so the USB pins ended up being reset. Setting these to have an alignment of 4 bytes resolves this. Tested on nucleo_f746zg | |||
| 2020-06-16 | Add port D to LQFP64 | Lucian Copeland | |
| 2020-05-06 | Merge pull request #2831 from jepler/rgbmatrix-stm | Scott Shawcroft | |
| stm: enable RGBMatrix | |||
| 2020-04-30 | stm: enable protomatter | Jeff Epler | |
| Testing performed: on stm32f405 feather, all pins change in plausible ways on a logic probe. Didn't actually drive a display yet. | |||
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-24 | adds support for the stm32f746g_disco board | Mark Olsson | |
| 2020-04-20 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| This isn't perfect and needs a bit more testing. | |||
| 2020-03-31 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-03-26 | Merge remote-tracking branch 'upstream/master' into stm32x7-setup | Lucian Copeland | |
| 2020-03-26 | Add F7 and H7 Support to the STM32 port | Lucian Copeland | |
| Restructures the STM port of Circuitpython to be more generic about the STM32 chip lines to support the F7 and H7 series of chips. Adds the new Packages directory to organize different chip layouts between lines. Makes general changes to the Makefile to condense board-level flags to the minimum and support the new chip series. Adds the new chip line to the Peripherals directory, along with new python tools used to generate peripheral text automatically in the tools/ directory. | |||
| 2020-03-23 | Add back microsecond delay to STM32 | Scott Shawcroft | |
| 2020-03-22 | Rename NVM_BYTEARRAY_BUFFER_SIZE | jgillick | |
| 2020-03-22 | Update NVM_BYTEARRAY_BUFFER_LEN | jgillick | |
| 2020-03-22 | Add non-volatile memory support to STM | jgillick | |
| 2020-03-20 | Initial work for STM32. Need to fix us delay and PulseIn still. | Scott Shawcroft | |
| 2020-03-11 | create copy | Lucian Copeland | |
