aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
* | | 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
|/
* 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
|\ \
| * | embassy-stm32: account for WBA devices and VDDIO2Gerzain Mata2025-07-192-6/+13
| |/
* / Control RFWKPSEL with ClockMuxclubby7892025-07-203-5/+9
|/
* Update stm32-data-generated dependencyFabian Wolter2025-07-171-2/+2
* RefactorFabian Wolter2025-07-171-3/+2
* Make remap value a numberFabian Wolter2025-07-171-4/+14
* STM32F0/F3 Remap DMA channelsFabian Wolter2025-07-173-2/+32
* STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activat...Fabian Wolter2025-07-172-4/+10
* Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and ...Wouter Geraedts2025-07-171-0/+2
* Cargo fmt recent changesGerzain Mata2025-07-161-1/+1
* Fixed register names from recent stm32-data changesGerzain Mata2025-07-161-1/+1
* Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-166-33/+59
|\
| * stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-163-4/+4
| * Merge pull request #4357 from purepani/push-kytkkzsvpwrzDario Nieuwenhuis2025-07-165-32/+143
| |\
| * | Fix stm32 buffered half-duplex uart receivechemicstry2025-07-162-1/+3
| * | chore: Release embassy-usb-driver version 0.2.0Ulf Lilleengen2025-07-161-1/+1
| * | chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
| * | Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-152-26/+50
| |\ \
| | * | consolidate endpoint validation logic in stm32korbin2025-07-131-46/+32
| | * | make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-132-13/+51
| * | | release: embassy-usb-driver 0.1.1Ulf Lilleengen2025-07-151-1/+1
* | | | WIP for USB_OTG support on STM32WBA devicesGerzain Mata2025-07-143-7/+46
* | | | Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-143-27/+96
|\| | |
| * | | chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
| |/ /
| * | Introduce traits for special channelsDion Dokter2025-07-101-25/+94
| * | fix typodimi2025-07-091-1/+1
* | | Merge remote-tracking branch 'purepani/push-kytkkzsvpwrz'Gerzain Mata2025-07-085-32/+143
|\ \ \ | |/ / |/| / | |/
| * Adds ADC4 for WBApurepani2025-06-304-30/+141
| * Updates stm32-metapacpurepani2025-06-301-2/+2
* | Merge pull request #4370 from cmilatinov/feature/stm32-sample-shiftingDario Nieuwenhuis2025-07-062-1/+20
|\ \
| * | Run cargo fmtCristian Milatinov2025-07-052-4/+4
| * | Added sample shifting to qspi config for stm32Cristian Milatinov2025-07-052-1/+20