| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Update embassy-stm32/CHANGELOG.md | Brian Schwind | 2025-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add a Config struct for the Qei peripheral | Brian Schwind | 2025-09-29 | 1 | -5/+60 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Remove the QeiPin struct | Brian Schwind | 2025-09-29 | 1 | -23/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Make the Qei struct own the channel 1 and 2 pins | Brian Schwind | 2025-09-29 | 2 | -9/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4718 from mike-kfed/saadc-reset | Dario Nieuwenhuis | 2025-09-29 | 3 | -0/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset SAADC for nrf52, workaround for anomaly 241. | |||||
| | * | | | | | | | | | | | fixup: documentation more precise | Michael Kefeder | 2025-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Reset SAADC in Drop impl for nrf52, workaround for anomaly 241. | Michael Kefeder | 2025-09-29 | 3 | -0/+76 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4721 from embassy-rs/fix-missing-qspi-instance-gen | Dario Nieuwenhuis | 2025-09-29 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | fix: remove instance generic for multiwrite implementation | |||||
| | * | | | | | | | | | | | fix: remove instance generic for multiwrite implementation | Ulf Lilleengen | 2025-09-29 | 2 | -2/+3 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4715 from embassy-rs/nrf-erase | Dario Nieuwenhuis | 2025-09-28 | 28 | -823/+960 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | nrf: remove instance generics | |||||
| | * | | | | | | | | | | nrf/usb: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 6 | -80/+87 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/radio: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 3 | -31/+37 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/i2s: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 1 | -78/+98 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/wdt: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 1 | -10/+9 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/rtc: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 2 | -31/+39 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/rng: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -26/+30 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/qspi: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -57/+52 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/qdec: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -16/+23 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/pwm: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -87/+60 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/pdm: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -51/+56 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/egu: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -18/+24 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/ipc: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -62/+70 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/twis: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -31/+34 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/spis: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 1 | -22/+28 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/uart,timer: erase instance generics. | Dario Nieuwenhuis | 2025-09-28 | 6 | -191/+274 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | nrf/twim: erase instance generics | Dario Nieuwenhuis | 2025-09-27 | 1 | -34/+41 | |
| |/ / / / / / / / / / | ||||||
| | | | | | | * | | | | fix: correct register access for SimplePwm 32-bit timer support | pkj | 2025-09-28 | 1 | -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 method | pkj | 2025-09-28 | 1 | -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-cyw43 | Dario Nieuwenhuis | 2025-09-27 | 2 | -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 work | Nathan Samson | 2025-09-27 | 2 | -0/+3 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the issue by always resetting the security value when creating a new open AP. | |||||
| * | | | | | | | | | Fix docs build. | Dario Nieuwenhuis | 2025-09-26 | 5 | -5/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4712 from embassy-rs/update-nightly-lol | Dario Nieuwenhuis | 2025-09-26 | 3 | -18/+8 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nightly. | |||||
| | * | | | | | | | | | Update nightly. | Dario Nieuwenhuis | 2025-09-26 | 3 | -18/+8 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #4685 from Abrahamh08/main | Dario Nieuwenhuis | 2025-09-26 | 6 | -32/+41 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat(nrf/spim): erase Instance type from Spim | |||||
| | * | | | | | | | | | feat(nrf/spim): erase Instance type from Spim | Abraham Hamidi | 2025-09-24 | 6 | -32/+41 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4711 from embassy-rs/bt-hci-0.6 | Ulf Lilleengen | 2025-09-26 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: update bt-hci to 0.6 | |||||
| | * | | | | | | | | | fix: update bt-hci to 0.6 | Ulf Lilleengen | 2025-09-26 | 2 | -2/+2 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue for controllers that emit unexpected command complete events. | |||||
| * | | | | | | | | | Merge pull request #4707 from esden/update-stm32-metapack-for-l4-rtc | Dario Nieuwenhuis | 2025-09-25 | 6 | -49/+36 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32-metapack: Corrects the RTC register map for l4p and l4q. | |||||
| | * | | | | | | | | | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 5 | -49/+34 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | stm32-metapack: Corrects the RTC register map for l4p and l4q. | Piotr Esden-Tempski | 2025-09-24 | 2 | -2/+4 | |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | It also includes improvements in accuracy of the l412 and l422 RTC register map. | |||||
| * | | | | | | | | | Merge pull request #4677 from WyliodrinEmbeddedIoT/dma-dev | i509VCB | 2025-09-25 | 8 | -20/+846 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | lpc55: dma and async usart | |||||
| | * | | | | | | | | lpc55: dma and async usart | Roi Bachynskyi | 2025-09-25 | 8 | -20/+846 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4705 from BjornTheProgrammer/main | Dario Nieuwenhuis | 2025-09-23 | 2 | -0/+33 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add reset_to_usb_boot to rp235x | |||||
| | * | | | | | | | | Add reset_to_usb_boot to rp235x | Bjorn Beishline | 2025-09-23 | 2 | -0/+33 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4704 from bugadani/docs | Dario Nieuwenhuis | 2025-09-23 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Executor: Fix safety requirement in `poll` docs | |||||
| | * | | | | | | | | Fix docs | Dániel Buga | 2025-09-23 | 1 | -2/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4699 from robamu/embassy-nrf-docs | Dario Nieuwenhuis | 2025-09-23 | 6 | -8/+8 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc fixes for nRF | |||||
| | * | | | | | | | | doc fixes | Robin Mueller | 2025-09-23 | 6 | -8/+8 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4703 from robamu/more-doc-fixes | Dario Nieuwenhuis | 2025-09-23 | 6 | -10/+8 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | more docs fixes | |||||
| | * | | | | | | | more docs fixes | Robin Mueller | 2025-09-23 | 6 | -10/+8 | |
| | | | | | | | | | ||||||
