aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4305 from annie444/mainDario Nieuwenhuis2025-07-241-0/+50
|\
| * Move the methods to the cfg gated impls to handle register renaming.Annie Ehler2025-06-121-25/+50
| * Add extra methods for the low-power interrupt timer.Annie Ehler2025-06-111-0/+25
* | Add dedup to book job.Dario Nieuwenhuis2025-07-241-0/+2
* | Add dedup to doc job.Dario Nieuwenhuis2025-07-241-0/+2
* | Merge pull request #4313 from snakehand/mainDario Nieuwenhuis2025-07-241-5/+160
|\ \
| * | Minor cleanupFrank Stevenson2025-07-241-1/+1
| * | Improved error checks, and some cleanupFrank Stevenson2025-07-241-33/+39
| * | Panic on improper auto-calibration configurationsFrank Stevenson2025-07-241-3/+2
| * | Introduce configration options for Pll fast modes.Frank Stevenson2025-07-241-5/+49
| * | Make MSI calibration configurabke.Frank Stevenson2025-07-231-34/+67
| * | Make more accurate table based MSI frequency calculation based on datasheet.Frank Stevenson2025-06-171-4/+49
| * | U5: Apply auto-calibration on MSIK and calculate frequencies for detuned LSE ...Frank Stevenson2025-06-171-3/+31
* | | Merge pull request #4447 from clubby789/gatt-mmDario Nieuwenhuis2025-07-241-1/+8
|\ \ \
| * | | stm32/wb: Add memory manager to GATT exampleclubby7892025-07-231-1/+8
* | | | Merge pull request #4453 from ROMemories/feat/blocking-async-use-10-embedded-halDario Nieuwenhuis2025-07-241-18/+10
|\ \ \ \
| * | | | feat(embedded-hal)!: rely on v1.0 traits for `I2c` on `BlockingAsync`ROMemories2025-07-241-7/+3
| * | | | feat(embedded-hal)!: rely on v1.0 traits for `SpiBus` on `BlockingAsync`ROMemories2025-07-241-11/+7
* | | | | Merge pull request #4449 from rursprung/add-debug-and-defmt-for-rp-gpioDario Nieuwenhuis2025-07-231-0/+15
|\ \ \ \ \
| * | | | | add missing `Debug` and `defmt::Format` derives for `embassy_rp::gpio`Ralph Ursprung2025-07-231-0/+15
| |/ / / /
* | | | | Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-235-19/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use `unsafe` block in IRQ handlersclubby7892025-07-205-19/+29
* | | | | Merge pull request #4448 from clubby789/extra-bracesDario Nieuwenhuis2025-07-231-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stm32/build: Remove extra braces from generated codeclubby7892025-07-231-3/+3
|/ / / /
* | | | Merge pull request #4429 from obe1line/obe1line-stm32c071Dario Nieuwenhuis2025-07-239-21/+76
|\ \ \ \
| * | | | stm32: do not run stm32c071rb tests.Dario Nieuwenhuis2025-07-231-0/+3
| * | | | Fix formatting of u5 fileChris Storah2025-07-231-6/+2
| * | | | Added missing guard for hsi48. Updated use of removed enums from stm32-data u...Chris Storah2025-07-232-11/+12
| * | | | Merge branch 'obe1line-stm32c071' of github.com:obe1line/embassy into obe1lin...Chris Storah2025-07-2361-76/+3928
| |\ \ \ \
| | * \ \ \ Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-2361-76/+3928
| | |\ \ \ \
| * | | | | | Formatting update to resolve rustfmt errorChris Storah2025-07-231-2/+3
| |/ / / / /
| * | | | | Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-236-12/+18
| * | | | | hsi48 field missing for STM32C071obe1line2025-07-211-1/+4
| * | | | | Added ccipr1 conditional for STM32C071obe1line2025-07-211-2/+6
| * | | | | Added stm32fc071 to cfg to force RCC.cr to be usedobe1line2025-07-211-2/+2
| * | | | | Added rcc_c0v2 to fix undefined McoSource with STM32C071obe1line2025-07-211-1/+1
| * | | | | Update Cargo.tomlobe1line2025-07-211-0/+41
* | | | | | Merge pull request #4444 from i509VCB/nxp-docsDario Nieuwenhuis2025-07-232-0/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | nxp: make docs generatei509VCB2025-07-222-0/+11
* | | | | | Merge pull request #4436 from i509VCB/rt1062i509VCB2025-07-2213-13/+522
|\ \ \ \ \ \
| * | | | | | nxp: Add mimxrt1062 supporti509VCB2025-07-2213-13/+522
* | | | | | | Merge pull request #4409 from i509VCB/uart-asynci509VCB2025-07-226-41/+1288
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | mspm0: add buffered uart driveri509VCB2025-07-226-41/+1288
* | | | | | | Merge pull request #4441 from dimpolo/copy-clone-adc-configDario Nieuwenhuis2025-07-224-2/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | derive Copy, Clone for adc config enumsdimi2025-07-224-2/+8
* | | | | | | Merge pull request #4419 from i509VCB/rt1011i509VCB2025-07-2216-9/+1780
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | nxp: Add MIMXRT1011 GPIO and time driveri509VCB2025-07-2216-9/+1780
* | | | | | | Merge pull request #4438 from HaoboGu/mainDario Nieuwenhuis2025-07-227-5/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore: bump embassy-usb-logger versionHaobo Gu2025-07-224-3/+7
| * | | | | | chore: bump embassy-usb-synopsys-otg versionHaobo Gu2025-07-223-2/+6
|/ / / / / /