| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update low-power: stm32wl5x update stm32-metapac | liebman | 2025-12-19 | 1 | -2/+4 |
| | | |||||
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'main' of github.com:embassy-rs/embassy into low-power-rtc | xoviat | 2025-12-18 | 1 | -3/+3 |
| |\ | |||||
| | * | stm32: cleanup low-power features | xoviat | 2025-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | stm32: use datemath to resume time | xoviat | 2025-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | stm32: add low power pender | xoviat | 2025-12-16 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-plat | xoviat | 2025-12-16 | 1 | -2/+2 |
| |\ | | | | | | | WPAN: 1st draft of linklayer_plat | ||||
| | * | WPAN: 1st draft of linklayer_plat | Gerzain Mata | 2025-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds | ||||
| * | | update bitflags | xoviat | 2025-12-15 | 1 | -1/+1 |
| |/ | |||||
| * | Update stm32-metapac | Lambert Sartory | 2025-12-11 | 1 | -2/+2 |
| | | |||||
| * | stm32: update pac | xoviat | 2025-11-23 | 1 | -2/+2 |
| | | |||||
| * | Update metapack and add all(?) families + v1 support | Dion Dokter | 2025-11-22 | 1 | -2/+2 |
| | | |||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -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 Nieuwenhuis | 2025-11-12 | 1 | -0/+24 |
| | | |||||
| * | Merge pull request #4866 from xoviat/adc | xoviat | 2025-11-11 | 1 | -2/+2 |
| |\ | | | | | | | adc: impl. differential channels | ||||
| | * | adc: impl. differential channels | xoviat | 2025-11-11 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -8/+22 |
| |\| | |||||
| | * | Merge pull request #4859 from xoviat/fmc | xoviat | 2025-11-09 | 1 | -1/+1 |
| | |\ | | | | | | | | | | update fmc | ||||
| | | * | update stm32-fmc | xoviat | 2025-11-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | update pac | xoviat | 2025-11-09 | 1 | -7/+11 |
| | |/ | |||||
| | * | tests: disable rtc for h563 on non-stop | xoviat | 2025-11-05 | 1 | -0/+1 |
| | | | |||||
| | * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 1 | -2/+6 |
| | | | |||||
| | * | stm32-metapack: Corrects the RTC register map for l4p and l4q. | Piotr Esden-Tempski | 2025-09-24 | 1 | -2/+2 |
| | | | | | | | | | It also includes improvements in accuracy of the l412 and l422 RTC register map. | ||||
| | * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+4 |
| | | | |||||
| * | | restore metapac dependency | everdrone | 2025-11-11 | 1 | -4/+2 |
| | | | |||||
| * | | Add feature, disable flash for N6 family | everdrone | 2025-09-20 | 1 | -4/+6 |
| |/ | |||||
| * | ADC v3: Migrate to stm32-data g0 with enums | Per Rosengren | 2025-09-16 | 1 | -2/+3 |
| | | | | | Also allow separate sample times in read() | ||||
| * | stm32/spi: update for new version numbering, add i2s support for all versions. | Dario Nieuwenhuis | 2025-09-05 | 1 | -4/+4 |
| | | |||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -9/+9 |
| | | |||||
| * | fix: bump metapac version | Ulf Lilleengen | 2025-08-25 | 1 | -4/+4 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+93 |
| | | |||||
| * | stm32: Update stm32-metapac | Matt Johnston | 2025-08-15 | 1 | -4/+4 |
| | | | | | For hash algorithm register update. | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | fix: use correct feature set for docs | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -5/+5 |
| | | |||||
| * | Added vrefbuf driver. | Gerzain Mata | 2025-08-10 | 1 | -2/+2 |
| | | | | | Also updated stm32-data-generated to latest | ||||
| * | Updated stm32-metapac | Gerzain Mata | 2025-08-10 | 1 | -2/+2 |
| | | |||||
| * | Working draft of VREFBUF driver | Gerzain Mata | 2025-08-08 | 1 | -2/+2 |
| | | |||||
| * | Updated stm32-metapac for GPDMA1 fix on STM32WBA | Gerzain Mata | 2025-08-05 | 1 | -2/+2 |
| | | |||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+1 |
| | | |||||
| * | fix: do full minor version bump for time queue utils | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | stm32: fix build for stm32c09x | Dario Nieuwenhuis | 2025-07-29 | 1 | -2/+2 |
| | | |||||
| * | Added support for PLL as a clock source on STM32WBA | Gerzain Mata | 2025-07-25 | 1 | -2/+2 |
| | | | | | | - PLL multiplier and dividers work - Added timer example | ||||
| * | fix: stm32 i2c slave blocking r/w | Knaifhogg | 2025-07-24 | 1 | -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-stm32c071 | obe1line | 2025-07-23 | 1 | -1/+1 |
| |\ | |||||
| | * | chore: bump embassy-usb-synopsys-otg version | Haobo Gu | 2025-07-22 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | | Updated version of stm32-data and added c071 and c051 into ci.sh | Chris Storah | 2025-07-23 | 1 | -2/+2 |
| | | | |||||
