aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Aligned STM32WBA with U5 flash HALGerzain Mata2025-07-291-2/+2
* | | | Merge pull request #4476 from rursprung/impl-Debug-for-DelayUlf Lilleengen2025-07-291-7/+13
* | | | Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-273-11/+6
* | | | Working USB_OTG_HS exampleGerzain Mata2025-07-272-40/+22
* | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-272-1/+78
|\ \ \ \
| * \ \ \ Merge pull request #4279 from benjaminschlegel87/stm32_adc_v3_hw_oversampling...Dario Nieuwenhuis2025-07-261-0/+36
| |\ \ \ \
| | * | | | fixed build after rebaseemkanea-dev2025-07-251-2/+2
| | * | | | Merge branch 'embassy-rs:main' into stm32_adc_v3_hw_oversampling_supportbenjaminschlegel872025-07-2561-1053/+2690
| | |\ \ \ \
| | * | | | | adjusted for u0 as wellBenjamin2025-06-031-2/+2
| | * | | | | Fixed variations in register access for different familiesBenjamin2025-06-031-1/+6
| | * | | | | Added Option to enable HW Oversampling in STM32 V3 ADCs. Copied from adc/v4.r...Benjamin2025-06-031-0/+31
| * | | | | | include proper pll divs/divt initializationRick Rogers2025-07-251-1/+33
| * | | | | | address rustfmt ci checkRick Rogers2025-07-251-3/+3
| * | | | | | Merge branch 'main' into h7rs-xspi-fixesRick Rogers2025-07-255-65/+481
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | add pll divs/t for h7rsRick Rogers2025-07-241-0/+9
* | | | | | | Moved from HSE to HSI to generate USB_OTG_HS_CLKGerzain Mata2025-07-254-14/+70
* | | | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-245-65/+481
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #4454 from embassy-rs/stm32-i2c-slave-v2Dario Nieuwenhuis2025-07-241-58/+220
| |\ \ \ \ \ \
| | * | | | | | fix: stm32 i2c slave blocking r/wKnaifhogg2025-07-241-58/+220
| * | | | | | | 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 #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
| | |/ / / / / / /
| * | | | | | | | 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
* | | | | | | | | Partially working USB exampleGerzain Mata2025-07-242-13/+27
* | | | | | | | | Working USB. Still no enumerationGerzain Mata2025-07-232-11/+14
* | | | | | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-235-22/+22
|\| | | | | | | |
| * | | | | | | | Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-231-4/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
| * | | | | | | | | 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-236-2/+30
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-236-2/+30
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-231-9/+2
| * | | | | | | | | | hsi48 field missing for STM32C071obe1line2025-07-211-1/+4