aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: update changelogHaobo Gu2025-10-141-0/+2
* feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-145-1/+102
* Merge pull request #4755 from Angelina-2007/mainUlf Lilleengen2025-10-132-2/+5
|\
| * 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
* | Merge pull request #4605 from Iooon/mspm0-i2c-targetUlf Lilleengen2025-10-136-4/+646
|\ \ | |/ |/|
| * mspm0-i2c-target: make calculate_clock_source pub(crate) for mspm0ccrispaudio2025-10-101-1/+1
| * mspm0-i2c-target: update examples with split configcrispaudio2025-10-102-10/+14
| * mspm0-i2c-target: split i2c controller and i2c target configsIooon2025-10-102-18/+84
| * mspm0-i2c-target: fix spelling mistakes and revert From<ClockDiv> implementationIooon2025-10-102-17/+15
| * mspm0-i2c-target: add mspm0l1306 example and set target address explicitly in...Iooon2025-10-102-0/+62
| * mspm0-i2c-target: added to changelogcrispaudio2025-10-101-0/+1
| * mspm0-i2c-target: fix comment in examplecrispaudio2025-10-101-1/+1
| * mspm0-i2c-target: add i2c target with examplecrispaudio2025-10-104-15/+526
|/
* 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
| * | Update embassy-stm32/CHANGELOG.mdBrian Schwind2025-09-291-0/+1
| * | Add a Config struct for the Qei peripheralBrian Schwind2025-09-291-5/+60
| * | Remove the QeiPin structBrian Schwind2025-09-291-23/+0
| * | Make the Qei struct own the channel 1 and 2 pinsBrian Schwind2025-09-292-9/+20
* | | Merge pull request #4718 from mike-kfed/saadc-resetDario Nieuwenhuis2025-09-293-0/+76
|\ \ \
| * | | fixup: documentation more preciseMichael Kefeder2025-09-291-1/+1
| * | | Reset SAADC in Drop impl for nrf52, workaround for anomaly 241.Michael Kefeder2025-09-293-0/+76