aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | | | | | | 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-237-3/+31
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-237-3/+31
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-232-11/+4
| * | | | | | | | | | 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
* | | | | | | | | | | Added PLL HAL code for STM32WBAGerzain Mata2025-07-231-9/+179
* | | | | | | | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-237-3/+31
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | derive Copy, Clone for adc config enumsdimi2025-07-224-2/+8
| * | | | | | | | | | chore: bump embassy-usb-synopsys-otg versionHaobo Gu2025-07-221-1/+1
| * | | | | | | | | | Enable oversampling for ADC v3clubby7892025-07-211-0/+19
| * | | | | | | | | | stm32: Fix build for WBA lowpower.Dario Nieuwenhuis2025-07-211-0/+3
| |/ / / / / / / / /
* | | | | | | | | | WIP changesGerzain Mata2025-07-211-1/+1
* | | | | | | | | | Working example in usb_hs_serial.rsGerzain Mata2025-07-211-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4418 from leftger/fix/rtc-stm32wbaDario Nieuwenhuis2025-07-213-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added RTC low-power support for STM32WBA65Gerzain Mata2025-07-183-5/+11
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4424 from leftger/fix/stm32wba-vddioDario Nieuwenhuis2025-07-212-6/+13
|\ \ \ \ \ \ \ \ \