| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #2410 from eZioPan/waveform-on-CHx | Dario Nieuwenhuis | 2024-02-01 | 1 | -1/+1 |
| |\ |
|
| | * | impl waveform with TIM Channel | eZio Pan | 2024-01-06 | 1 | -1/+1 |
| * | | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| * | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| * | | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| |/ |
|
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -2/+2 |
| * | ask a DMA Channel only when use .gen_waveform() | eZio Pan | 2024-01-02 | 2 | -14/+4 |
| * | some trivial fix | eZio Pan | 2023-12-30 | 1 | -1/+1 |
| * | implement PWM waveform generating with DMA | eZio Pan | 2023-12-28 | 2 | -63/+24 |
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -2/+1 |
| * | enable output compare preload for TIM | eZio Pan | 2023-12-23 | 1 | -0/+7 |
| * | remove unused feature attribute | eZio Pan | 2023-12-22 | 1 | -1/+0 |
| * | fix timing, turn TIM UDE on only necessary, clean DMA FEIF after each Transfer | eZio Pan | 2023-12-22 | 1 | -4/+12 |
| * | Merge branch 'main' into stm32f4-example-ws2812-spi | eZio Pan | 2023-12-22 | 31 | -56/+38 |
| |\ |
|
| | * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 31 | -32/+2 |
| | * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -16/+28 |
| | * | remove embedded-sdmmc | Ulf Lilleengen | 2023-12-20 | 1 | -1/+1 |
| | * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -1/+1 |
| | * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 2 | -6/+6 |
| * | | typo fix | eZio Pan | 2023-12-18 | 1 | -4/+5 |
| * | | match up with stm32f429zi feature flag | eZio Pan | 2023-12-18 | 1 | -1/+1 |
| * | | stm32f4 ws2812 example with spi ... | eZio Pan | 2023-12-17 | 2 | -35/+136 |
| |/ |
|
| * | unify channel assign | eZio Pan | 2023-12-16 | 1 | -4/+6 |
| * | cargo fmt | eZio Pan | 2023-12-15 | 1 | -11/+5 |
| * | add ws2812 example for stm32f4 with PWM and DMA | eZio Pan | 2023-12-15 | 1 | -0/+135 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+1 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+3 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -1/+1 |
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -3/+2 |
| * | stm32/i2c: implement async i2c v1. | Barnaby Walters | 2023-11-24 | 2 | -0/+197 |
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 1 | -1/+2 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 5 | -9/+9 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 3 | -3/+3 |
| * | Update stm32 usb_raw example to use MSOS descriptors for WinUSB | Adam Greig | 2023-11-07 | 4 | -1/+24 |
| * | Add raw USB example using control transfers | Adam Greig | 2023-11-05 | 1 | -0/+201 |
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+1 |
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 16 | -71/+128 |
| |\ |
|
| | * | stm32/rcc: refactor and unify f4 into f7. | Dario Nieuwenhuis | 2023-10-18 | 5 | -16/+81 |
| | * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| | * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| | * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 11 | -35/+35 |
| | * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |