aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-07102-226/+275
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | 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-063-13/+18
| | | | * | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-0611-147/+323
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | Merge remote-tracking branch 'upstream/main'maor malka2025-09-2361-1470/+2819
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainmaor19932025-08-294-3/+11
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | rustfmtmaor malka2025-08-281-1/+0
| | | | * | | | | | | | | | | stm32/adc/v3: rustfmt shananigansmaor malka2025-08-281-2/+2
| | | | * | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-08-295-49/+139
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | 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-242-1/+4
| | | | * | | | | | | | | | | | 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-022-22/+15
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | stm32: fdcan changelog #4821RichardWGNR2025-11-021-1/+2
| | | * | | | | | | | | | | | | Ability to control automatic bus off recovery #4816RichardWGNR2025-11-022-4/+24
| | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' into i2cxoviat2025-11-012-21/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | remove csxoviat2025-10-301-13/+10
| | | * | | | | | | | | | | | stm32: usart changelogxoviat2025-10-291-0/+1
| | | * | | | | | | | | | | | 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-30118-1861/+3600
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | timer/low_level: add ability to set master modexoviat2025-10-282-1/+7
| | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | timer: add output compare valuesxoviat2025-10-272-10/+60
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | | * | | | | | | | | stm32: flash: fix flash erase on stm32l4xx, stm32l5xx seriesDillon Min2025-10-162-3/+10
| | | * | | | | | | | | ci: Add changelog entry for STM32H5 UID fixAngelina-20072025-10-091-0/+3
| | | * | | | | | | | | 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: Add entry in CHANGELOG.md fileHybridChild2025-08-231-0/+1
| | * | | | | | | | | 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
| | * | | | | | | | | stm32/i2c_v1: Add MultiMaster (Slave) mode implementationHybridChild2025-08-231-0/+341
| | * | | | | | | | | Revert "stm32/i2c: Add temporary trait for version-specific initialization du...HybridChild2025-08-233-54/+9
| | * | | | | | | | | stm32/i2c_v1: Rename function parameters for consistent namingHybridChild2025-08-231-54/+54
| | * | | | | | | | | stm32/i2c: Add temporary trait for version-specific initialization during v1 ...HybridChild2025-08-233-9/+55