Ulf Lilleengen
83f2557eac
chore: prepare embassy crate releases
2025-08-26 16:05:09 +02:00
Ulf Lilleengen
c1116d68c9
fix: bump metapac version
2025-08-25 20:17:29 +02:00
Dario Nieuwenhuis
9f12852c38
Read crate configs from metadata.
2025-08-25 19:44:50 +02:00
Matt Johnston
37707a7c7c
stm32: Update stm32-metapac
...
For hash algorithm register update.
2025-08-15 17:16:53 +08:00
Ulf Lilleengen
c7b9060a74
fix: prepare embassy-sync 0.7.1 release
...
* Add newtype for moved type to preserve API compat
2025-08-12 21:05:32 +02:00
Ulf Lilleengen
ac46e28c4b
fix: use correct feature set for docs
2025-08-12 19:52:24 +02:00
Ulf Lilleengen
c4c5167e3d
chore: update metapac and prepare embassy-stm32 0.3.0
2025-08-12 18:17:41 +02:00
Gerzain Mata
4a3cf32316
Added vrefbuf driver.
...
Also updated stm32-data-generated to latest
2025-08-10 19:35:36 -07:00
Gerzain Mata
92d12b5d88
Updated stm32-metapac
2025-08-10 02:21:03 -07:00
Gerzain Mata
556ae0106b
Working draft of VREFBUF driver
2025-08-08 03:10:35 -07:00
Gerzain Mata
ccbdf9cbf1
Updated stm32-metapac for GPDMA1 fix on STM32WBA
2025-08-05 01:00:29 -07:00
Dario Nieuwenhuis
78a333d008
Release embassy-embedded-hal v0.4
2025-08-03 00:44:51 +02:00
Ulf Lilleengen
0eceb08b90
fix: do full minor version bump for time queue utils
2025-08-01 21:42:23 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Dario Nieuwenhuis
0e82b7dbd8
stm32: fix build for stm32c09x
2025-07-29 00:52:15 +02:00
Gerzain Mata
a5e8891fe3
Added support for PLL as a clock source on STM32WBA
...
- PLL multiplier and dividers work
- Added timer example
2025-07-25 18:59:10 -07:00
Knaifhogg
9863406346
fix: stm32 i2c slave blocking r/w
...
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.
2025-07-24 23:56:49 +02:00
obe1line
eb15a55519
Merge branch 'embassy-rs:main' into obe1line-stm32c071
2025-07-23 12:40:48 +10:00
Chris Storah
e64c23076d
Updated version of stm32-data and added c071 and c051 into ci.sh
2025-07-23 12:38:58 +10:00
Haobo Gu
f96f68077b
chore: bump embassy-usb-synopsys-otg version
...
Signed-off-by: Haobo Gu <haobogu@outlook.com>
2025-07-22 10:36:29 +08:00
obe1line
876ad00112
Update Cargo.toml
...
Added STMC071 and other missing C0 chips
2025-07-21 12:52:23 +10:00
clubby789
e1407f80c0
Control RFWKPSEL with ClockMux
2025-07-20 22:05:28 +01:00
Fabian Wolter
a3c367d54e
Update stm32-data-generated dependency
2025-07-17 21:18:23 +02:00
Fabian Wolter
233bd18fae
STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activating the (R)MII interface
2025-07-17 18:00:27 +02:00
Dario Nieuwenhuis
c78dfa7e31
stm32: fix stm32g0b0 build.
...
It has USB but not HSI48 which would break things. Only g0x1 has HSI48.
2025-07-16 22:08:50 +02:00
Dario Nieuwenhuis
6fb85826e8
Merge pull request #4357 from purepani/push-kytkkzsvpwrz
...
Adds ADC4 for STM32WBA series
2025-07-16 18:21:46 +00:00
Ulf Lilleengen
6f2f469c56
chore: Release embassy-usb-driver version 0.2.0
2025-07-16 15:43:05 +02:00
Ulf Lilleengen
386c586afa
chore: Release embassy-embedded-hal version 0.3.1
2025-07-16 14:53:02 +02:00
Ulf Lilleengen
f32e8f6025
release: embassy-usb-driver 0.1.1
2025-07-15 21:41:41 +02:00
Ulf Lilleengen
64e1a806fa
chore: update to embassy-hal-internal
v0.3.0
2025-07-14 11:46:47 +02:00
purepani
15c7526c0a
Updates stm32-metapac
2025-06-30 10:00:26 -05:00
Gerzain Mata
51675e9bc7
Added STM32WBA6XXX devices as features
...
Added 2 wba6 features to cargo batch in ci.sh
WIP
Added default RTC rust version for undefined peripherals
Added missing generated RTC peripheral to be handled by rtc/v3.rs
Reordered cfg_attrs in rtc/mod.rs
2025-06-26 04:38:22 -07:00
Thomas Giesel
cbf61765f1
Generate pins for new opamp pin naming scheme
...
The new code implements the corresponding traits for the
common opamp pin naming scheme of all families, which
is VINPx/VINMx.
The same pin must not be used for multiple channels for the
same opamp. For example, if VINM0 and VINM1 of the same opamp
were assigned to the same pin, the channel would not be unique,
meaning that the traits would be implemented in a conflicting
manner.
2025-06-25 08:27:44 +02:00
Matt Johnston
5e49985ed6
embassy-sync: bump to 0.7.0
2025-05-22 13:29:55 +08:00
Adam Morgan
3c025ff377
Update stm32-metapac tag
2025-05-21 12:40:10 +02:00
Dario Nieuwenhuis
f820eb2eba
Merge pull request #4212 from embassy-rs/fix-doc
...
fix: add bank confdiguration doc build features
2025-05-19 17:47:59 +02:00
Yuri Astrakhan
ef0f29f0ed
Update defmt dependencies
2025-05-18 20:52:09 +02:00
Dario Nieuwenhuis
e4fc487644
Add rand-core v0.9 support.
...
Co-Authored-By: Aurélien Jacobs <aurel@gnuage.org>
2025-05-18 20:35:36 +02:00
Ulf Lilleengen
1eb76eb591
fix: add bank configuration doc build features
2025-05-16 14:37:54 +02:00
Dion Dokter
73f11d238a
Updated metapac tag
2025-05-06 13:15:26 +02:00
Dion Dokter
ace20f40ad
Maybe fixed all CI
2025-05-01 10:35:10 +02:00
Dion Dokter
ae59d0acf4
Use generated metapac instead of local one
2025-04-29 17:13:43 +02:00
Dion Dokter
7259f20fe2
Add configurable bank support in build script
2025-04-24 11:23:11 +02:00
Dario Nieuwenhuis
7512c5f14e
stm32: update metapac, cleanup clocks a bit.
2025-04-18 20:32:15 +02:00
Dario Nieuwenhuis
717fbc1cd9
Merge pull request #4016 from antonok-edm/emmc
...
Support eMMC devices via SDMMC (STM32)
2025-04-06 22:04:18 +00:00
Matt Johnston
b2d9203af7
Bump stm32-data
2025-04-04 15:22:32 +08:00
Anton Lazarev
d22a7a3a96
update sdio-host to 0.9
2025-03-31 12:47:41 -07:00
Anton Lazarev
280d21a6b4
update sdio-host to 0.6
2025-03-31 12:47:41 -07:00
Dario Nieuwenhuis
9407ac67d3
Update stm32-data.
2025-03-20 01:58:44 +01:00
Ulf Lilleengen
ed63f80637
chore: bump embassy-sync version
...
Prepare version 0.6.2 for release
2025-01-15 16:12:36 +01:00