aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* stm after cargo fixrafael2024-07-141-4/+4
* stmrafael2024-07-141-0/+18
* Merge pull request #3148 from andresv/stm32-adc-blocking_readUlf Lilleengen2024-07-035-18/+66
|\
| * stm32 adc: introduce blocking_readAndres Vahter2024-07-035-18/+66
* | Merge pull request #3144 from Stupremee/better-clock-messagesDario Nieuwenhuis2024-07-031-7/+15
|\ \ | |/ |/|
| * Better panic message when peripheral clock is not enabledJustus K2024-07-031-7/+15
* | Merge pull request #3128 from andresv/stm32-adc-dma-v3Ulf Lilleengen2024-07-033-30/+309
|\ \
| * | stm32: adc v3: fix for newest pacAndres Vahter2024-07-022-7/+5
| * | stm32 adc read_async: add asserts for buf lenAndres Vahter2024-07-022-6/+13
| * | stm32 adc v3 read_asyncAndres Vahter2024-07-021-16/+176
| * | add asynchrous sequence read support to adc v4Alexandros Liarokapis2024-07-022-12/+126
| |/
* | Merge pull request #3143 from andresv/stm32-ringbuffered-adc-docsUlf Lilleengen2024-07-031-2/+71
|\ \
| * | stm32 ringbuffered adc docs improvementsAndres Vahter2024-07-021-10/+7
| * | stm32 ringbuffered adc: add buf size assertAndres Vahter2024-07-021-0/+6
| * | stm32 ringbuffered adc docsAndres Vahter2024-07-021-2/+68
* | | Merge pull request #3110 from liarokapisv/adc_v4_averagingUlf Lilleengen2024-07-031-0/+38
|\ \ \
| * | | Enables adc v4 averaging support.Alexandros Liarokapis2024-06-231-0/+38
* | | | Merge pull request #3124 from Adancurusul/devUlf Lilleengen2024-07-031-0/+15
|\ \ \ \
| * | | | Add adc oversampling supportChen Yuheng2024-06-271-0/+15
| |/ / /
* | | | Merge pull request #3111 from Eekle/feature/async_tscUlf Lilleengen2024-07-021-98/+173
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use crate level PeriModeEekle2024-07-021-20/+4
| * | | Add async and blocking variantsEekle2024-06-301-83/+120
| * | | fmtEekle2024-06-231-5/+4
| * | | Add async wait to TSCEekle2024-06-231-42/+97
| |/ /
* | | stm32 ringbuffered adc: fix for metapac changesAndres Vahter2024-07-021-1/+1
* | | update stm32-metapacAndres Vahter2024-07-021-2/+2
| |/ |/|
* | Merge pull request #3116 from sethkrie/adc-v2-ringbufDario Nieuwenhuis2024-07-024-1/+378
|\ \
| * | fix typo, add spaces after //seth2024-07-011-5/+5
| * | second adc added to example + API todos completedseth2024-06-241-11/+3
| * | new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...seth2024-06-244-1/+386
| |/
* | Merge pull request #3089 from qwerty19106/stm32_uart_half_fix_sequential_read...Dario Nieuwenhuis2024-07-021-14/+31
|\ \
| * | STM32 Half-Duplex: fix sequential reads and writesРоман Кривенков2024-07-021-14/+31
* | | Merge pull request #3093 from liarokapisv/circular_half_transfer_irDario Nieuwenhuis2024-07-021-0/+1
|\ \ \ | |/ / |/| |
| * | Enables half transfer ir when constructing a ReadableDmaRingBufferAlexandros Liarokapis2024-06-231-0/+1
| |/
* | Merge pull request #3104 from birdistheword96/mainDario Nieuwenhuis2024-07-011-0/+5
|\ \
| * | Fix Formatting IssuesJamie Bird2024-06-211-2/+2
| * | Fix: Ensure I2C bus is free before master-write operationJamie Bird2024-06-211-0/+5
| |/
* | Merge pull request #3126 from ninjasource/stm32-ltdcDario Nieuwenhuis2024-07-012-40/+474
|\ \
| * | Applied formattingDavid Haig2024-06-281-10/+11
| * | Moved ltdc example to its own crateDavid Haig2024-06-281-18/+22
| * | Get dsi_bsp example to compile againDavid Haig2024-06-281-95/+129
| * | Updated metapac dependency to latest for LTDC supportDavid Haig2024-06-281-3/+2
| * | Add support for the stm32 ltdc display peripheralDavid Haig2024-06-272-50/+446
| |/
* | Panic on index-out-of-bounds when releasing RCC nodeDavid Flemström2024-06-291-0/+2
* | Avoid accidental copy of static var before creating mut refDavid Flemström2024-06-291-2/+2
* | Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-2813-29/+25
* | Remove implicit bounds checking from rcc moduleDavid Flemström2024-06-281-10/+20
|/
* docs(gpio): fix a typo regarding GPIO speedROMemories2024-06-201-1/+1
* Update Cargo.toml to latest `stm32-metapac`Fan Jiang2024-06-171-2/+2
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17