aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | Merge remote-tracking branch 'origin/main' into sdmmc-fixJared Szechy2025-11-011-21/+13
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Fix status pollingJared Szechy2025-11-011-3/+1
| | | | * | | | | | | allow unusedJared Szechy2025-10-291-0/+1
| | | | * | | | | | | Fix SDMMC on v2Jared Szechy2025-10-291-0/+3
| | | * | | | | | | | Merge pull request #4583 from maor1993/mainxoviat2025-11-032-0/+318
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::newMaor Malka2025-11-011-1/+1
| | | | * | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-11-014-37/+89
| | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | * | | | | | | | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-072-2/+2
| | | | * | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-07100-222/+269
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | stm32/adc/v3: merged newer adc_g0 configuration method to intoRingBufferedmaor malka2025-10-071-42/+67
| | | | * | | | | | | | | stm32/adc/v3: syntax errors :(maor malka2025-10-061-3/+3
| | | | * | | | | | | | | stm32/adc/v3:maor malka2025-10-062-12/+17
| | | | * | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-069-145/+309
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | Merge remote-tracking branch 'upstream/main'maor malka2025-09-2358-1448/+2700
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainmaor19932025-08-293-3/+10
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | rustfmtmaor malka2025-08-281-1/+0
| | | | * | | | | | | | | | | stm32/adc/v3: rustfmt shananigansmaor malka2025-08-281-2/+2
| | | | * | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-08-292-31/+28
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | stm32/adc/v3: moved ringbuffered to seperate filemaor malka2025-08-262-174/+189
| | | | * | | | | | | | | | | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-1/+1
| | | | * | | | | | | | | | | | stm32/adc/v3: updated changelog and cfg fence for DMA methodsmaor malka2025-08-241-1/+3
| | | | * | | | | | | | | | | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-3/+3
| | | | * | | | | | | | | | | | stm32/adc/v3: build fix attemptmaor malka2025-08-241-0/+1
| | | | * | | | | | | | | | | | stm32/adc/v3: added support for DMA based adc samplingmaor malka2025-08-241-1/+273
| | | * | | | | | | | | | | | | Merge branch 'main' into issue-4816RichardWGNR2025-11-021-21/+13
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | Ability to control automatic bus off recovery #4816RichardWGNR2025-11-022-4/+24
| | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' into i2cxoviat2025-11-011-21/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | remove csxoviat2025-10-301-13/+10
| | | * | | | | | | | | | | | stm32/uart: fix rb uart racexoviat2025-10-291-9/+4
| | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | reduce diff with misc. reversionsxoviat2025-10-302-110/+131
| | * | | | | | | | | | | | rustfmt and updatexoviat2025-10-301-2/+1
| | * | | | | | | | | | | | Merge branch 'main' into feature/stm32-i2c-v1-slave-modexoviat2025-10-30114-1820/+3348
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | timer/low_level: add ability to set master modexoviat2025-10-281-1/+6
| | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | timer: add output compare valuesxoviat2025-10-271-10/+59
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | | * | | | | | | | | stm32: flash: fix flash erase on stm32l4xx, stm32l5xx seriesDillon Min2025-10-161-3/+9
| | | * | | | | | | | | Fix #2696: Prevent 8-bit UID reads on STM32H5 by returning [u8; 12] valueAngelina-20072025-10-091-2/+2
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | stm32: Run cargo fmtHybridChild2025-08-232-162/+212
| | * | | | | | | | | stm32/i2c: Remove rustdoc example for assign_operation_framing functionHybridChild2025-08-231-10/+1
| | * | | | | | | | | stm32/i2c: Add core::fmt::Debug for enumsHybridChild2025-08-231-4/+4
| | * | | | | | | | | Revert "stm32/i2c: v1 and v2 now has separate definitions for the State struct"HybridChild2025-08-233-33/+14
| | * | | | | | | | | stm32/i2c_v1: Update defmt logging for MultiMasterHybridChild2025-08-231-53/+75
| | * | | | | | | | | stm32/i2c_v1: Clean up Async MultiMaster implementationHybridChild2025-08-231-392/+340
| | * | | | | | | | | stm32/i2c_v1: Add handling of excess Write and Read from MasterHybridChild2025-08-231-24/+129
| | * | | | | | | | | stm32/i2c_v1: Add async slave implementationHybridChild2025-08-231-20/+339
| | * | | | | | | | | stm32/i2c_v1: Add handling of zero-length readHybridChild2025-08-231-0/+62
| | * | | | | | | | | stm32/i2c_v1: Clean up slave implementationHybridChild2025-08-231-522/+470
| | * | | | | | | | | stm32/i2c_v1: Better handling of slave read and write overflowHybridChild2025-08-231-8/+56
| | * | | | | | | | | stm32/i2c_v1: Fix bugs in slave read and write logicHybridChild2025-08-231-88/+82
| | * | | | | | | | | stm32/i2c_v1: Fix bugs with slave address initialization and missing ACK bitHybridChild2025-08-231-21/+107
| | * | | | | | | | | stm32/i2c_v1: Add defmt trace messagesHybridChild2025-08-231-10/+65