aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
* ucpd: Add software trim setting of the CC Rp/Rd for stm32u5 parts.Piotr Esden-Tempski2025-08-011-0/+31
* fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
* Aligned STM32WBA with U5 flash HALGerzain Mata2025-07-291-2/+2
* stm32: fix build for stm32c09xDario Nieuwenhuis2025-07-291-2/+2
* Merge pull request #4476 from rursprung/impl-Debug-for-DelayUlf Lilleengen2025-07-291-7/+13
* Separated USB_OTG_HS to STM32WBA6Gerzain Mata2025-07-271-2/+2
* Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-273-11/+6
* Working USB_OTG_HS exampleGerzain Mata2025-07-273-41/+23
* Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-273-2/+79
|\
| * 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-2564-1101/+2829
| | |\
| | * | 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-252-2/+34
| * | | address rustfmt ci checkRick Rogers2025-07-251-3/+3
| * | | Merge branch 'main' into h7rs-xspi-fixesRick Rogers2025-07-256-65/+482
| |\ \ \ | | | |/ | | |/|
| * | | 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-246-65/+482
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4454 from embassy-rs/stm32-i2c-slave-v2Dario Nieuwenhuis2025-07-242-58/+221
| |\ \ \
| | * | | fix: stm32 i2c slave blocking r/wKnaifhogg2025-07-242-58/+221
| * | | | 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-233-13/+16
* | | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-237-27/+68
|\| | | | |
| * | | | | Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-231-4/+6
| |\ \ \ \ \
| | * | | | | Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
| * | | | | | stm32/build: Remove extra braces from generated codeclubby7892025-07-231-3/+3