aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2539 from badrbouslikhin/stm32h7-flash-improvementsDario Nieuwenhuis2024-02-061-2/+6
|\
| * fix(stm32h7/flash): enhance resilience to program sequence errors (pgserr) Badr Bouslikhin2024-02-061-2/+6
* | fix(stm32/h7): use correct unit in vco clock checkBadr Bouslikhin2024-02-061-1/+1
|/
* Merge pull request #2529 from GrantM11235/buffered-uart-doc-linksDario Nieuwenhuis2024-02-042-0/+6
|\
| * stm32/usart: Add doc links to buffered uartsGrant Miller2024-02-032-0/+6
* | stm32/rcc: fix more build failures.Dario Nieuwenhuis2024-02-043-3/+7
* | stm32/rcc: fix build for some f0 and l4 chips.Dario Nieuwenhuis2024-02-042-12/+39
|/
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-0225-452/+286
* Merge pull request #2520 from Ecco/stm32wba-rcc-v3Dario Nieuwenhuis2024-02-021-90/+103
|\
| * Migrate STM32WBA to RCCv3Romain Goyet2024-02-021-90/+103
* | stm32/dac: use autogenerated RCC impls.Dario Nieuwenhuis2024-02-012-25/+2
* | stm32: automatically use refcounting for rcc bits used multiple times.Dario Nieuwenhuis2024-02-011-2/+13
* | Fix ADC max frequency for F2Joonas Javanainen2024-02-011-0/+4
* | Fix F2 temperature sensor ADC channelJoonas Javanainen2024-02-011-1/+1
|/
* STM32WBA's high speed external clock has to run at 32 MHzRomain Goyet2024-02-011-6/+8
* Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-014-25/+132
|\
| * bug fixeZio Pan2024-01-081-1/+2
| * refactor with clippyeZio Pan2024-01-064-14/+13
| * impl waveform with TIM ChanneleZio Pan2024-01-063-11/+118
* | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C.Dario Nieuwenhuis2024-02-012-3/+3
* | Implement MII interfaceSimon B. Gasse2024-02-013-23/+127
* | Initial FDCAN driver implementation.Corey Schuhen2024-01-312-15/+706
* | Add FDCAN clock registers to G4 RCC.Tomasz bla Fortuna2024-01-316-115/+173
* | Add FDCAN dependency in correct flavor based on selected chip.Tomasz bla Fortuna2024-01-311-447/+449
* | update stm32-metapac.Dario Nieuwenhuis2024-01-301-4/+4
* | stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-222-115/+71
* | Merge pull request #2416 from andresv/stm32-fix-buffered-uart-flushDario Nieuwenhuis2024-01-201-5/+36
|\ \
| * | stm32 uart: fix buffered flush for usart_v1, usart_v2Andres Vahter2024-01-201-1/+6
| * | stm32 uart: remove unwrapAndres Vahter2024-01-201-2/+4
| * | stm32 uart: fix `flush` for non usart_v4 variantsAndres Vahter2024-01-201-18/+9
| * | stm32 uart: do not wake after sending each byteAndres Vahter2024-01-201-3/+6
| * | stm32: fix buffered uart flushAndres Vahter2024-01-201-0/+30
* | | Merge pull request #2429 from jr-oss/stm32_simple_pwm_add_set_output_compare_...Dario Nieuwenhuis2024-01-201-0/+5
|\ \ \
| * | | stm32/simple_pwm: add set_output_compare_modeRalf2024-01-101-0/+5
* | | | Merge pull request #2415 from hdoordt/patch-1Dario Nieuwenhuis2024-01-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Make adc::Resolution::to_max_count constHenk Oordt2024-01-081-1/+1
| | |/ | |/|
* | | make usart::State privateHarry Brooke2024-01-191-17/+19
* | | Merge pull request #2450 from shufps/feat/timer-driver-tim22-tim23Dario Nieuwenhuis2024-01-153-2/+32
|\ \ \
| * | | fixed trailing white spacesshufps2024-01-151-2/+2
| * | | fixed tim21shufps2024-01-151-1/+1
| * | | adds timer-driver for tim21 and tim22 (on L0)shufps2024-01-153-2/+32
* | | | Suppress "unused" warnings.Dario Nieuwenhuis2024-01-141-5/+6
* | | | changes to get usb working on a L1. Adds a usb_serial example tooshufps2024-01-141-0/+6
|/ / /
* | | Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
* | | Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+5
* | | stm32,nrf: add warning on docs.rs directing the user to docs.embassy.dev.Dario Nieuwenhuis2024-01-112-0/+5
* | | Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
* | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
* | | stm32: use released metapac.Dario Nieuwenhuis2024-01-111-2/+4