aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | 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: Add async and blocking example codeHybridChild2025-08-232-0/+241
| | | | | | | * | | | | | | | 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
| | | | | | | * | | | | | | | stm32/i2c: v1 and v2 now has separate definitions for the State structHybridChild2025-08-233-14/+33
| | | | | | | * | | | | | | | stm32/i2c: Rename FrameOptions enum to OperationFramingHybridChild2025-08-232-89/+124
| | | | | | | * | | | | | | | stm32/i2c_v1: Remove redundant timing config abstractions for DutyCycle and I...HybridChild2025-08-231-55/+24
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| | | | | | | * | | | | | | Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-supportchasingRs2025-10-10690-2222/+2878
| | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4733 from i509VCB/h321xi509VCB2025-10-085-24/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mspm0: add mspm0h321x supporti509VCB2025-10-085-24/+67
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #4734 from i509VCB/c1106-embassy-metai509VCB2025-10-082-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mspm0: add mspm0c1106 to test matrixi509VCB2025-10-082-1/+3
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #4735 from charlesbmi/mspm0-open-draini509VCB2025-10-072-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Enable input-buffer and enable output drive for I/O pinCharles Guan2025-10-072-1/+7
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4744 from embassy-rs/edition2024Dario Nieuwenhuis2025-10-06667-1227/+1227
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | executor: Fix compiletest for edition 2024.Dario Nieuwenhuis2025-10-061-6/+6
| * | | | | | | | | | | | Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-06509-967/+943
| * | | | | | | | | | | | Edition 2024.Dario Nieuwenhuis2025-10-06199-254/+278
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4741 from 0e4ef622/nrf-trimcnfDario Nieuwenhuis2025-10-055-13/+100
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-055-13/+100
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4739 from 1-rafael-1/embassy-in-the-wild-air-quality-monitorUlf Lilleengen2025-10-051-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add Air Quality Monitor project to Embassy in the Wild page1-rafael-12025-10-041-3/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4730 from robamu/bump-allowed-cortex-ar-rangeDario Nieuwenhuis2025-10-022-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | bump cortex-ar to v0.3Robin Mueller2025-10-022-1/+2
* | | | | | | | | | | Merge pull request #4668 from adamgreig/stm32-uart-eager-readsDario Nieuwenhuis2025-10-015-64/+239
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | STM32: USART: Change eager_reads from bool to Option<usize>Adam Greig2025-10-014-40/+77
| * | | | | | | | | | | STM32: USART: Make BufferedUartRx return all available bytes when they wrap a...Adam Greig2025-10-012-14/+26
| * | | | | | | | | | | STM32: USART: Add de_assertion_time and de_deassertion_time configsAdam Greig2025-10-011-0/+42
| * | | | | | | | | | | STM32: USART: Add `eager_reads` config optionAdam Greig2025-10-015-49/+133
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4729 from embassy-rs/mco2Dario Nieuwenhuis2025-10-018-14/+98
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | stm32: add config to MCO to control the drive strength.Daniel Nilsson2025-10-018-14/+98
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4724 from embassy-rs/embassy-nrf-0.8Ulf Lilleengen2025-09-3018-18/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | chore: prepare crate releasesUlf Lilleengen2025-09-3018-18/+24
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4722 from tonarino/qei-configDario Nieuwenhuis2025-09-293-37/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix an afio testBrian Schwind2025-09-291-2/+8
| * | | | | | | | | | Remove 'new_with_config()', just use 'new()'Brian Schwind2025-09-291-9/+0
| * | | | | | | | | | Code formattingBrian Schwind2025-09-291-5/+1