aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* update low-power: stm32wl5x update stm32-metapacliebman2025-12-191-2/+4
|
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-3/+3
|
* Merge branch 'main' of github.com:embassy-rs/embassy into low-power-rtcxoviat2025-12-181-3/+3
|\
| * stm32: cleanup low-power featuresxoviat2025-12-181-2/+2
| |
* | stm32: use datemath to resume timexoviat2025-12-181-1/+1
|/
* stm32: add low power penderxoviat2025-12-161-1/+2
|
* Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-platxoviat2025-12-161-2/+2
|\ | | | | | | WPAN: 1st draft of linklayer_plat
| * WPAN: 1st draft of linklayer_platGerzain Mata2025-12-141-2/+2
| | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds
* | update bitflagsxoviat2025-12-151-1/+1
|/
* Update stm32-metapacLambert Sartory2025-12-111-2/+2
|
* stm32: update pacxoviat2025-11-231-2/+2
|
* Update metapack and add all(?) families + v1 supportDion Dokter2025-11-221-2/+2
|
* stm32: extract adc4xoviat2025-11-121-0/+1
| | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
* stm32: add all N6 chips, add N6 to docs build.Dario Nieuwenhuis2025-11-121-0/+24
|
* Merge pull request #4866 from xoviat/adcxoviat2025-11-111-2/+2
|\ | | | | | | adc: impl. differential channels
| * adc: impl. differential channelsxoviat2025-11-111-2/+2
| |
* | Merge branch main into n6everdrone2025-11-111-8/+22
|\|
| * Merge pull request #4859 from xoviat/fmcxoviat2025-11-091-1/+1
| |\ | | | | | | | | | update fmc
| | * update stm32-fmcxoviat2025-11-091-1/+1
| | |
| * | update pacxoviat2025-11-091-7/+11
| |/
| * tests: disable rtc for h563 on non-stopxoviat2025-11-051-0/+1
| |
| * Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
| |
| * stm32: update metapac, add L4+ to CI.Dario Nieuwenhuis2025-09-261-2/+6
| |
| * stm32-metapack: Corrects the RTC register map for l4p and l4q.Piotr Esden-Tempski2025-09-241-2/+2
| | | | | | | | It also includes improvements in accuracy of the l412 and l422 RTC register map.
| * Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+4
| |
* | restore metapac dependencyeverdrone2025-11-111-4/+2
| |
* | Add feature, disable flash for N6 familyeverdrone2025-09-201-4/+6
|/
* ADC v3: Migrate to stm32-data g0 with enumsPer Rosengren2025-09-161-2/+3
| | | | Also allow separate sample times in read()
* stm32/spi: update for new version numbering, add i2s support for all versions.Dario Nieuwenhuis2025-09-051-4/+4
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-9/+9
|
* fix: bump metapac versionUlf Lilleengen2025-08-251-4/+4
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+93
|
* stm32: Update stm32-metapacMatt Johnston2025-08-151-4/+4
| | | | For hash algorithm register update.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* fix: use correct feature set for docsUlf Lilleengen2025-08-121-1/+1
|
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-5/+5
|
* Added vrefbuf driver.Gerzain Mata2025-08-101-2/+2
| | | | Also updated stm32-data-generated to latest
* Updated stm32-metapacGerzain Mata2025-08-101-2/+2
|
* Working draft of VREFBUF driverGerzain Mata2025-08-081-2/+2
|
* Updated stm32-metapac for GPDMA1 fix on STM32WBAGerzain Mata2025-08-051-2/+2
|
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* 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
|
* stm32: fix build for stm32c09xDario Nieuwenhuis2025-07-291-2/+2
|
* Added support for PLL as a clock source on STM32WBAGerzain Mata2025-07-251-2/+2
| | | | | - PLL multiplier and dividers work - Added timer example
* fix: stm32 i2c slave blocking r/wKnaifhogg2025-07-241-0/+1
| | | | | | | | | | | | | | This fixes an issue where the slave interface would time out when the master goes from a short write to a read (e.g. when accessing memory registers) with a START signal between. The previous implementation would expect the full buffer length to be written before starting to listen to new commands. This also adds debug trace printing which helped during implemention and testing. Places error checking into a function inspired from a C implementation of HAL.
* Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-231-1/+1
|\
| * chore: bump embassy-usb-synopsys-otg versionHaobo Gu2025-07-221-1/+1
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
* | Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-231-2/+2
| |