| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4305 from annie444/main | Dario Nieuwenhuis | 2025-07-24 | 1 | -0/+50 |
| |\ | |||||
| | * | Move the methods to the cfg gated impls to handle register renaming. | Annie Ehler | 2025-06-12 | 1 | -25/+50 |
| | * | Add extra methods for the low-power interrupt timer. | Annie Ehler | 2025-06-11 | 1 | -0/+25 |
| * | | Add dedup to book job. | Dario Nieuwenhuis | 2025-07-24 | 1 | -0/+2 |
| * | | Add dedup to doc job. | Dario Nieuwenhuis | 2025-07-24 | 1 | -0/+2 |
| * | | Merge pull request #4313 from snakehand/main | Dario Nieuwenhuis | 2025-07-24 | 1 | -5/+160 |
| |\ \ | |||||
| | * | | Minor cleanup | Frank Stevenson | 2025-07-24 | 1 | -1/+1 |
| | * | | Improved error checks, and some cleanup | Frank Stevenson | 2025-07-24 | 1 | -33/+39 |
| | * | | Panic on improper auto-calibration configurations | Frank Stevenson | 2025-07-24 | 1 | -3/+2 |
| | * | | Introduce configration options for Pll fast modes. | Frank Stevenson | 2025-07-24 | 1 | -5/+49 |
| | * | | Make MSI calibration configurabke. | Frank Stevenson | 2025-07-23 | 1 | -34/+67 |
| | * | | Make more accurate table based MSI frequency calculation based on datasheet. | Frank Stevenson | 2025-06-17 | 1 | -4/+49 |
| | * | | U5: Apply auto-calibration on MSIK and calculate frequencies for detuned LSE ... | Frank Stevenson | 2025-06-17 | 1 | -3/+31 |
| * | | | Merge pull request #4447 from clubby789/gatt-mm | Dario Nieuwenhuis | 2025-07-24 | 1 | -1/+8 |
| |\ \ \ | |||||
| | * | | | stm32/wb: Add memory manager to GATT example | clubby789 | 2025-07-23 | 1 | -1/+8 |
| * | | | | Merge pull request #4453 from ROMemories/feat/blocking-async-use-10-embedded-hal | Dario Nieuwenhuis | 2025-07-24 | 1 | -18/+10 |
| |\ \ \ \ | |||||
| | * | | | | feat(embedded-hal)!: rely on v1.0 traits for `I2c` on `BlockingAsync` | ROMemories | 2025-07-24 | 1 | -7/+3 |
| | * | | | | feat(embedded-hal)!: rely on v1.0 traits for `SpiBus` on `BlockingAsync` | ROMemories | 2025-07-24 | 1 | -11/+7 |
| * | | | | | Merge pull request #4449 from rursprung/add-debug-and-defmt-for-rp-gpio | Dario Nieuwenhuis | 2025-07-23 | 1 | -0/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | add missing `Debug` and `defmt::Format` derives for `embassy_rp::gpio` | Ralph Ursprung | 2025-07-23 | 1 | -0/+15 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #4427 from clubby789/unsafe-op | Dario Nieuwenhuis | 2025-07-23 | 5 | -19/+29 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Use `unsafe` block in IRQ handlers | clubby789 | 2025-07-20 | 5 | -19/+29 |
| * | | | | | Merge pull request #4448 from clubby789/extra-braces | Dario Nieuwenhuis | 2025-07-23 | 1 | -3/+3 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | stm32/build: Remove extra braces from generated code | clubby789 | 2025-07-23 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Merge pull request #4429 from obe1line/obe1line-stm32c071 | Dario Nieuwenhuis | 2025-07-23 | 9 | -21/+76 |
| |\ \ \ \ | |||||
| | * | | | | stm32: do not run stm32c071rb tests. | Dario Nieuwenhuis | 2025-07-23 | 1 | -0/+3 |
| | * | | | | Fix formatting of u5 file | Chris Storah | 2025-07-23 | 1 | -6/+2 |
| | * | | | | Added missing guard for hsi48. Updated use of removed enums from stm32-data u... | Chris Storah | 2025-07-23 | 2 | -11/+12 |
| | * | | | | Merge branch 'obe1line-stm32c071' of github.com:obe1line/embassy into obe1lin... | Chris Storah | 2025-07-23 | 61 | -76/+3928 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge branch 'embassy-rs:main' into obe1line-stm32c071 | obe1line | 2025-07-23 | 61 | -76/+3928 |
| | | |\ \ \ \ | |||||
| | * | | | | | | Formatting update to resolve rustfmt error | Chris Storah | 2025-07-23 | 1 | -2/+3 |
| | |/ / / / / | |||||
| | * | | | | | Updated version of stm32-data and added c071 and c051 into ci.sh | Chris Storah | 2025-07-23 | 6 | -12/+18 |
| | * | | | | | hsi48 field missing for STM32C071 | obe1line | 2025-07-21 | 1 | -1/+4 |
| | * | | | | | Added ccipr1 conditional for STM32C071 | obe1line | 2025-07-21 | 1 | -2/+6 |
| | * | | | | | Added stm32fc071 to cfg to force RCC.cr to be used | obe1line | 2025-07-21 | 1 | -2/+2 |
| | * | | | | | Added rcc_c0v2 to fix undefined McoSource with STM32C071 | obe1line | 2025-07-21 | 1 | -1/+1 |
| | * | | | | | Update Cargo.toml | obe1line | 2025-07-21 | 1 | -0/+41 |
| * | | | | | | Merge pull request #4444 from i509VCB/nxp-docs | Dario Nieuwenhuis | 2025-07-23 | 2 | -0/+11 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | nxp: make docs generate | i509VCB | 2025-07-22 | 2 | -0/+11 |
| * | | | | | | Merge pull request #4436 from i509VCB/rt1062 | i509VCB | 2025-07-22 | 13 | -13/+522 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | nxp: Add mimxrt1062 support | i509VCB | 2025-07-22 | 13 | -13/+522 |
| * | | | | | | | Merge pull request #4409 from i509VCB/uart-async | i509VCB | 2025-07-22 | 6 | -41/+1288 |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | | mspm0: add buffered uart driver | i509VCB | 2025-07-22 | 6 | -41/+1288 |
| * | | | | | | | Merge pull request #4441 from dimpolo/copy-clone-adc-config | Dario Nieuwenhuis | 2025-07-22 | 4 | -2/+8 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | derive Copy, Clone for adc config enums | dimi | 2025-07-22 | 4 | -2/+8 |
| * | | | | | | | Merge pull request #4419 from i509VCB/rt1011 | i509VCB | 2025-07-22 | 16 | -9/+1780 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | nxp: Add MIMXRT1011 GPIO and time driver | i509VCB | 2025-07-22 | 16 | -9/+1780 |
| * | | | | | | | Merge pull request #4438 from HaoboGu/main | Dario Nieuwenhuis | 2025-07-22 | 7 | -5/+13 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 4 | -3/+7 |
| | * | | | | | | chore: bump embassy-usb-synopsys-otg version | Haobo Gu | 2025-07-22 | 3 | -2/+6 |
| |/ / / / / / | |||||
