| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-05 | [stm] `curr_pulseout` can be `STATIC` | Artyom Skrobov | |
| Not used outside of PulseOut.c | |||
| 2020-08-27 | Fix problematic whitespace on pulseout parameter errors | Lucian Copeland | |
| 2020-08-21 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft | |
| 2020-08-18 | Split pulseio.PWMOut into pwmio | Scott Shawcroft | |
| This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211 | |||
| 2020-08-18 | Style changes, reposition runtime errors | Lucian Copeland | |
| 2020-08-14 | Expand PulseOut API, debug cleanup | Lucian Copeland | |
| 2020-08-04 | "pop from empty %q" | Jeff Epler | |
| Saves 12 bytes code on trinket m0 | |||
| 2020-08-04 | Combine 'index out of range' messages | Jeff Epler | |
| 2020-08-04 | Combine similar strings to reduce size of translations | Jeff Epler | |
| This is a slight trade-off with code size, in places where a "_varg" mp_raise variant is now used. The net savings on trinket_m0 is just 32 bytes. It also means that the translation will include the original English text, and cannot be translated. These are usually names of Python types such as int, set, or dict or special values such as "inf" or "Nan". | |||
| 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-16 | Fix pulseIO reset and frequency issues, remove IRQ conflict | Lucian Copeland | |
| 2020-07-14 | Fix IRQ enum protections | Lucian Copeland | |
| 2020-07-01 | Add timer allocator, adjust pulsio to use general purpose timers | Lucian Copeland | |
| 2020-06-25 | WIP | Lucian Copeland | |
| 2020-04-27 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-04-27 | Enables PulseIO on STM32F7 | Mark Olsson | |
| Tested on nucleo_f746zg | |||
| 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-04-14 | Tweaks from jepler | Scott Shawcroft | |
| 2020-04-08 | Fix up STM | Scott Shawcroft | |
| Enable the Alarm IRQ earlier and correct bit clearing. | |||
| 2020-03-31 | Hack up STM32 PulseIn so it builds | Scott Shawcroft | |
| 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 | Factor out stm32f4xx_hal_conf.h | Scott Shawcroft | |
| 2020-03-20 | Initial work for STM32. Need to fix us delay and PulseIn still. | Scott Shawcroft | |
| 2020-03-12 | Merge remote-tracking branch 'upstream/master' into stm32-port-namechange | Lucian Copeland | |
| 2020-03-11 | create copy | Lucian Copeland | |
