aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset SAADC for nrf52, workaround for anomaly 241.
| * | | | | | | | | | | 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
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4721 from embassy-rs/fix-missing-qspi-instance-genDario Nieuwenhuis2025-09-292-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | fix: remove instance generic for multiwrite implementation
| * | | | | | | | | | | fix: remove instance generic for multiwrite implementationUlf Lilleengen2025-09-292-2/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4715 from embassy-rs/nrf-eraseDario Nieuwenhuis2025-09-2828-823/+960
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | nrf: remove instance generics
| * | | | | | | | | | nrf/usb: erase instance genericsDario Nieuwenhuis2025-09-286-80/+87
| | | | | | | | | | |
| * | | | | | | | | | nrf/radio: erase instance genericDario Nieuwenhuis2025-09-283-31/+37
| | | | | | | | | | |
| * | | | | | | | | | nrf/i2s: erase instance genericDario Nieuwenhuis2025-09-281-78/+98
| | | | | | | | | | |
| * | | | | | | | | | nrf/wdt: erase instance genericDario Nieuwenhuis2025-09-281-10/+9
| | | | | | | | | | |
| * | | | | | | | | | nrf/rtc: erase instance genericDario Nieuwenhuis2025-09-282-31/+39
| | | | | | | | | | |
| * | | | | | | | | | nrf/rng: erase instance genericsDario Nieuwenhuis2025-09-281-26/+30
| | | | | | | | | | |
| * | | | | | | | | | nrf/qspi: erase instance genericsDario Nieuwenhuis2025-09-281-57/+52
| | | | | | | | | | |
| * | | | | | | | | | nrf/qdec: erase instance genericsDario Nieuwenhuis2025-09-281-16/+23
| | | | | | | | | | |
| * | | | | | | | | | nrf/pwm: erase instance genericsDario Nieuwenhuis2025-09-281-87/+60
| | | | | | | | | | |
| * | | | | | | | | | nrf/pdm: erase instance genericsDario Nieuwenhuis2025-09-281-51/+56
| | | | | | | | | | |
| * | | | | | | | | | nrf/egu: erase instance genericsDario Nieuwenhuis2025-09-281-18/+24
| | | | | | | | | | |
| * | | | | | | | | | nrf/ipc: erase instance genericsDario Nieuwenhuis2025-09-281-62/+70
| | | | | | | | | | |
| * | | | | | | | | | nrf/twis: erase instance genericsDario Nieuwenhuis2025-09-281-31/+34
| | | | | | | | | | |
| * | | | | | | | | | nrf/spis: erase instance genericsDario Nieuwenhuis2025-09-281-22/+28
| | | | | | | | | | |
| * | | | | | | | | | nrf/uart,timer: erase instance generics.Dario Nieuwenhuis2025-09-286-191/+274
| | | | | | | | | | |
| * | | | | | | | | | nrf/twim: erase instance genericsDario Nieuwenhuis2025-09-271-34/+41
|/ / / / / / / / / /
| | | | | | * | | | fix: correct register access for SimplePwm 32-bit timer supportpkj2025-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace `regs_gp16().ccr()` with `regs_1ch().ccr()` for proper register access - Fix variable name from `cc_channel` to `channel` - Ensure PWM waveform generation works correctly with 32-bit timer mode
| | | | | | * | | | stm32/timer: Support 32-bit timers in SimplePwm waveform_up methodpkj2025-09-281-8/+27
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add TimerBits matching following waveform method pattern to handle both 16-bit and 32-bit timer DMA transfers with appropriate pointer types.
* | | | | | | | | Merge pull request #4713 from nathansamson/fix-4709-cyw43Dario Nieuwenhuis2025-09-272-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4709. Creating an open AP after joining a WPA network doesn't …
| * | | | | | | | | Fixes #4709. Creating an open AP after joining a WPA network doesn't workNathan Samson2025-09-272-0/+3
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the issue by always resetting the security value when creating a new open AP.
* | | | | | | | | Fix docs build.Dario Nieuwenhuis2025-09-265-5/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #4712 from embassy-rs/update-nightly-lolDario Nieuwenhuis2025-09-263-18/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nightly.
| * | | | | | | | | Update nightly.Dario Nieuwenhuis2025-09-263-18/+8
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4685 from Abrahamh08/mainDario Nieuwenhuis2025-09-266-32/+41
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat(nrf/spim): erase Instance type from Spim
| * | | | | | | | | feat(nrf/spim): erase Instance type from SpimAbraham Hamidi2025-09-246-32/+41
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4711 from embassy-rs/bt-hci-0.6Ulf Lilleengen2025-09-262-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: update bt-hci to 0.6
| * | | | | | | | | fix: update bt-hci to 0.6Ulf Lilleengen2025-09-262-2/+2
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue for controllers that emit unexpected command complete events.
* | | | | | | | | Merge pull request #4707 from esden/update-stm32-metapack-for-l4-rtcDario Nieuwenhuis2025-09-256-49/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32-metapack: Corrects the RTC register map for l4p and l4q.
| * | | | | | | | | stm32: update metapac, add L4+ to CI.Dario Nieuwenhuis2025-09-265-49/+34
| | | | | | | | | |
| * | | | | | | | | stm32-metapack: Corrects the RTC register map for l4p and l4q.Piotr Esden-Tempski2025-09-242-2/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | It also includes improvements in accuracy of the l412 and l422 RTC register map.
* | | | | | | | | Merge pull request #4677 from WyliodrinEmbeddedIoT/dma-devi509VCB2025-09-258-20/+846
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | lpc55: dma and async usart
| * | | | | | | | lpc55: dma and async usartRoi Bachynskyi2025-09-258-20/+846
|/ / / / / / / /
* | | | | | | | Merge pull request #4705 from BjornTheProgrammer/mainDario Nieuwenhuis2025-09-232-0/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add reset_to_usb_boot to rp235x
| * | | | | | | | Add reset_to_usb_boot to rp235xBjorn Beishline2025-09-232-0/+33
|/ / / / / / / /
* | | | | | | | Merge pull request #4704 from bugadani/docsDario Nieuwenhuis2025-09-231-2/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Executor: Fix safety requirement in `poll` docs
| * | | | | | | | Fix docsDániel Buga2025-09-231-2/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #4699 from robamu/embassy-nrf-docsDario Nieuwenhuis2025-09-236-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | doc fixes for nRF
| * | | | | | | | doc fixesRobin Mueller2025-09-236-8/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #4703 from robamu/more-doc-fixesDario Nieuwenhuis2025-09-236-10/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | more docs fixes
| * | | | | | | more docs fixesRobin Mueller2025-09-236-10/+8
| | | | | | | |