aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Included README.md in docsBarnaby Walters2024-01-111-0/+1
* Correction from reviewBarnaby Walters2024-01-111-1/+1
* Corrections from reviewBarnaby Walters2024-01-111-4/+1
* Expanded readme for crates releaseBarnaby Walters2024-01-111-0/+28
* time: split driver into a separate embassy-time-driver crate.Dario Nieuwenhuis2024-01-112-5/+5
* stm32: update metapac.Dario Nieuwenhuis2024-01-103-50/+22
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-102-59/+49
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-092-24/+3
* Merge pull request #2405 from Sizurka/stm32g0-usbDario Nieuwenhuis2024-01-061-1/+50
|\
| * stm32: Add G0 USB RCCDerek Hageman2024-01-051-1/+50
* | stm32/flash: add support for f1.Dario Nieuwenhuis2024-01-059-25/+33
|/
* stm32: update metapac.Dario Nieuwenhuis2024-01-032-5/+5
* Fix formatting of commentsTyler Gilbert2024-01-031-4/+4
* Update u5.rsTyler2024-01-031-10/+8
* Update STM32 RCC U5 to support P and Q dividersTyler Gilbert2024-01-031-0/+18
* update stm32data, fixes missing interrupts.Dario Nieuwenhuis2024-01-031-2/+2
* additional chip variants required more clocksAdin Ackerman2024-01-022-2/+9
* fix g0 being left out of some clock controlsAdin Ackerman2024-01-023-11/+30
* allow unused variableChristian Enderle2024-01-021-0/+1
* low-power: add feature for stm32l5Christian Enderle2024-01-021-1/+1
* low-power: add stop support for stm32l5Christian Enderle2024-01-022-3/+19
* dbgmcu: add stm32l5 supportChristian Enderle2024-01-021-1/+1
* update metapac to stm32-data PR 333Christian Enderle2024-01-021-2/+2
* Merge pull request #2367 from eZioPan/simplepwm-dmaDario Nieuwenhuis2024-01-023-13/+133
|\
| * stm32/pwm: simplify impl blocks.Dario Nieuwenhuis2024-01-021-2/+0
| * stm32/timer: add missing supertrait bounds.Dario Nieuwenhuis2024-01-021-4/+7
| * ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-021-50/+28
| * Merge branch 'embassy-rs:main' into simplepwm-dmaeZio Pan2024-01-026-42/+147
| |\
| * | some trivial fixeZio Pan2023-12-301-9/+8
| * | record&restore TIM OC to it's earlier stateeZio Pan2023-12-292-15/+60
| * | implement PWM waveform generating with DMAeZio Pan2023-12-283-16/+113
* | | Extend RTC low power mode for STM32G0Ben V. Brown2024-01-022-3/+13
| |/ |/|
* | Merge pull request #2358 from lights0123/half-duplexDario Nieuwenhuis2024-01-011-6/+81
|\ \
| * | stm32: add half duplex USART driverlights01232023-12-261-6/+81
| |/
* | Merge pull request #2373 from embassy-rs/jamesmunns-patch-2Dario Nieuwenhuis2023-12-281-0/+17
|\ \
| * | stm32: Add breadcrumb to i2cv1 investigationJames Munns2023-12-281-0/+17
* | | Merge pull request #2364 from embassy-rs/james/reenable-stm32-i2cv1-intsDario Nieuwenhuis2023-12-281-0/+3
|\ \ \ | |/ / |/| |
| * | Seems to helpJames Munns2023-12-271-0/+3
* | | Merge pull request #2368 from chrenderle/l5-rtcDario Nieuwenhuis2023-12-282-7/+19
|\ \ \
| * | | Add low-power support for stm32l5Christian Enderle2023-12-262-7/+19
| | |/ | |/|
* | | Merge pull request #2369 from chrenderle/dbgmcuDario Nieuwenhuis2023-12-281-26/+24
|\ \ \ | |_|/ |/| |
| * | dbgmcu: set bits to false when disabledChristian Enderle2023-12-281-26/+24
| |/
* | stm32: fix USB wait_enabled IN messagesBen Schattinger2023-12-261-2/+2
* | stm32: USB IN endpoints use IN wakersBen Schattinger2023-12-261-1/+1
|/
* update metapac after stm32-data PR323eZio Pan2023-12-255-22/+21
* stm32: make time provider public againScott Mabin2023-12-231-2/+3
* Merge pull request #2339 from embassy-rs/make-static-removeUlf Lilleengen2023-12-211-2/+3
|\
| * chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+3
* | note on circular mode DMAeZio Pan2023-12-212-0/+8
|/
* remove embedded-sdmmcUlf Lilleengen2023-12-202-51/+0