aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOGusedhondacivic2025-10-261-1/+1
* cyw43-pio: core clock speed based pio program selectionusedhondacivic2025-10-261-17/+92
* Merge pull request #4738 from WyliodrinEmbeddedIoT/pwm-devi509VCB2025-10-258-4/+369
|\
| * nxp/lpc55: pwm simpleRoi Bachynskyi2025-10-238-4/+369
* | Merge pull request #4779 from 0e4ef622/nrf53-gpiote-fixUlf Lilleengen2025-10-242-0/+4
|\ \
| * | nrf: use DETECTMODE_SEC in GPIOTE in secure modeMatthew Tran2025-10-242-0/+4
|/ /
* | Merge pull request #4780 from de-vri-es/nrf-gpiote-pin-acessUlf Lilleengen2025-10-242-0/+6
|\ \ | |/ |/|
| * embassy-nrf: allow direct access to the `gpiote::InputChannel` input pinMaarten de Vries2025-10-232-0/+6
|/
* Merge pull request #4770 from i509VCB/lpc55-uart-alt-fni509VCB2025-10-222-52/+88
|\
| * nxp/lpc55: move usart ALT pin definitions to impl_xx_pin macrosi509VCB2025-10-182-52/+88
|/
* Merge pull request #4767 from blueskycoco/stm32-l-flashUlf Lilleengen2025-10-162-3/+10
|\
| * stm32: flash: fix flash erase on stm32l4xx, stm32l5xx seriesDillon Min2025-10-162-3/+10
|/
* Merge pull request #4757 from i509VCB/lpc55-yeet-match_ioconi509VCB2025-10-153-65/+40
|\
| * nxp/lpc55: eliminate match_ioconi509VCB2025-10-133-65/+40
* | Merge pull request #4759 from HaoboGu/feat/nrf54l15_rtcUlf Lilleengen2025-10-146-1/+104
|\ \
| * | doc: update changelogHaobo Gu2025-10-141-0/+2
| * | feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-145-1/+102
| |/
* | Merge pull request #4752 from Kezii/mainUlf Lilleengen2025-10-142-3/+18
|\ \ | |/ |/|
| * return error on read when uarte buffer overrunKezi2025-10-141-4/+17
| * remove panic on uarte overrunKezi2025-10-092-1/+3
* | 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