Tobias Naumann
e0c5e93e78
Count all users of a given CAN instance and cleanup pins and RCC when the last user gets dropped
2025-05-19 15:38:57 +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
Tobias Naumann
466e1ee9ef
Impl Drop for stm32 Rng
2025-05-16 13:05:35 +02:00
Ralph Ursprung
117eb45fa0
add the possibility to document bind_interrupts
struct
s
...
the `bind_interrupts` macro creates a `struct` for the interrupts. it
was so far not possible to document those (except for STM32) and there
was no generic documentation being generated/added either, thus the
`missing_docs` lint was triggered for consumers which enabled it.
with this change it is now possible to manually add a comment on the
`struct` being defined in the macro invocation.
to show that this works one RP example has been modified accordingly.
2025-05-15 18:27:40 +02:00
Jakob
b17da5b794
Merge branch 'embassy-rs:main' into update_doc_comment_for_adc_read
2025-05-14 18:57:49 +02:00
Jakob
a71642ca01
Fix compile error in adc_read doc comment code
2025-05-14 18:57:00 +02:00
jake-taf
be20c708fa
Interrupt Doc Comments
...
Support adding doc comments to interrupts
2025-05-14 09:45:20 -04:00
Dario Nieuwenhuis
5caa4ac51b
Merge pull request #4124 from mickem/allow_stm32_to_re_init_rcc
...
Add function to allow re-init rcc config for stm32
2025-05-13 20:57:33 +00:00
Ulf Lilleengen
2a27aa828c
Merge pull request #4173 from phycrax/derive-for-pwmpincfg
...
[embassy-stm32] Derive Debug, Clone, Copy, defmt::Format for simple_pwm::PwmPinConfig
2025-05-09 16:48:41 +02:00
Dion Dokter
65bd86f19f
Stm32: Fix opamp copy pasta mistake
2025-05-08 13:40:21 +02:00
Süha Ünüvar
bd3b3b4526
derive debug copy clone defmt for pwmpinconfig
2025-05-07 17:14:28 +08:00
Dion Dokter
8017d58eb9
Merge branch 'main' into configurable-bank-support
2025-05-06 13:17:00 +02:00
Dion Dokter
73f11d238a
Updated metapac tag
2025-05-06 13:15:26 +02:00
Hiroaki Yutani
5105442f1f
Fix clippy::bad_bit_mask
2025-05-06 09:44:00 +09:00
Dario Nieuwenhuis
38fd357536
Update stm32-metapac
2025-05-01 18:38:37 +02:00
Dion Dokter
e478bdf1df
Remove all notion of 'default' and 'alt' flash layouts. Now there's just the one layout.
2025-05-01 14:28:06 +02:00
Dion Dokter
59d839a2b8
Fix dual bank support for F7
2025-05-01 13:37:12 +02:00
Dion Dokter
a83726b77e
Fix the f4 flash tests by throwing away alt mode
2025-05-01 11:15:14 +02:00
Dion Dokter
ace20f40ad
Maybe fixed all CI
2025-05-01 10:35:10 +02:00
diondokter
f713f170a1
Merge branch 'main' into configurable-bank-support
2025-05-01 09:44:39 +02:00
Dario Nieuwenhuis
0591d60a79
stm32/otg: calculate TRDT using AHB freq instead of kernel freq.
2025-04-30 18:11:20 +02:00
Dion Dokter
ae59d0acf4
Use generated metapac instead of local one
2025-04-29 17:13:43 +02:00
Dion Dokter
c84d8e3632
Update changelog
2025-04-29 17:07:02 +02:00
Dion Dokter
34a4dddfe7
Add L4+ support
2025-04-29 17:05:07 +02:00
Dion Dokter
a1081f29bf
Add f7 support
2025-04-29 16:59:04 +02:00
Dion Dokter
5691c61ef9
Add F4 support
2025-04-29 16:55:11 +02:00
Dion Dokter
1c22087188
Add support for L5
2025-04-29 16:37:27 +02:00
Dion Dokter
b967aaf7cc
Add support for g0
2025-04-29 16:34:12 +02:00
Michael Medin
a94cc79b9b
removed unused import
2025-04-28 18:52:03 +02:00
Michael Medin
1d578f5a7e
function needs to be pub(crate)
2025-04-28 09:21:21 +02:00
Michael Medin
74cb84eb4e
Moved functions to rcc module (this is a bit awkward as we now have two init functions in rcc: rcc::init
and rcc::init_rcc
)
2025-04-28 09:14:56 +02:00
Dario Nieuwenhuis
1d2f0add77
Merge pull request #4137 from cschuhen/stm32-can-data-len
...
Stm32 can data len
2025-04-27 22:58:53 +00:00
Corey Schuhen
eaec6c8165
Make raw_data public.
2025-04-27 17:37:56 +10:00
Thomas Giesel
8b123b4e0d
Fix set_ovsr typo, ramp up to latest stm32-data-generated
...
This is an adaption to https://github.com/embassy-rs/stm32-data/pull/597
2025-04-26 19:10:59 +02:00
Dario Nieuwenhuis
572e788b2e
Merge pull request #4132 from GreatKet/main
...
Dead-time computation in complementary PWM fixed
2025-04-25 12:51:45 +00:00
Ekaterina Savelyeva
edc585a8ef
Test for dead-time computation corrected
2025-04-25 13:36:38 +04:00
Ekaterina Savelyeva
d1555f4d5f
Dead-time computation in complementary PWM fixed (missing DTG msbs added)
2025-04-25 13:05:48 +04:00
Dion Dokter
f5ab597a07
Logging: Make some things less chatty
2025-04-25 10:53:17 +02:00
Dario Nieuwenhuis
18eea73d19
stm32/adc: add h7rs support.
2025-04-25 00:12:02 +02:00
Thomas Giesel
b32ff0c8f7
Update opamp code to current stm32-metapac
...
Some trivial enums have been removed from the OpAmp API in stm32-metapac,
this commit updates the HAL accordingly.
2025-04-24 22:15:41 +02:00
Dion Dokter
a41c83d182
Add to changelog
2025-04-24 11:56:17 +02:00
Dion Dokter
19351c374a
Check the bank setup when required
2025-04-24 11:40:15 +02:00
Dion Dokter
7259f20fe2
Add configurable bank support in build script
2025-04-24 11:23:11 +02:00
Michael Medin
584066e209
updated cs gates for dual core
2025-04-24 11:07:15 +02:00
Michael Medin
b0519d11fb
Possible fix for unused CS and feature selections
2025-04-24 11:01:46 +02:00
Michael Medin
8661b019e6
Fixed formatting
2025-04-24 10:57:02 +02:00
Michael Medin
b2c32a947e
Updated based on feedback
2025-04-24 10:54:35 +02:00
Michael Medin
6842ced7cb
Fixed for cs not always used
2025-04-24 10:17:04 +02:00