aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4183 from IvanLi-CN/feat/stm32-dac-new-unbufferedDario Nieuwenhuis2025-07-241-0/+40
|\
| * feat(stm32): Add DAC::new_unbuffered method.Ivan Li2025-05-251-0/+40
* | Merge pull request #4296 from adamNewell/fix-rp2350-stack-guard-rlarDario Nieuwenhuis2025-07-241-1/+1
|\ \
| * | Fix MPU region enablement in stack guard installationAdam Newell2025-06-091-1/+1
* | | Merge pull request #4302 from Jacke-debug/get_max_duty_off_by_oneDario Nieuwenhuis2025-07-241-2/+10
|\ \ \
| * | | Also update the AdvancedInstace4Channel versionJakob2025-06-111-1/+5
| * | | Add separate case for center aligned modeJakob2025-06-111-1/+5
| * | | Remove incorrect addition of 1 to get_max_dutyJakob2025-06-111-1/+1
* | | | Merge pull request #4303 from Jacke-debug/autoreload_preloadDario Nieuwenhuis2025-07-241-0/+1
|\ \ \ \
| * | | | Enable autoreload_preload for complementary PWMJakob2025-06-111-0/+1
| |/ / /
* | | | 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
|\ \ \ \ \ \ \