index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcc: remove mux_prefix from clocks
xoviat
2023-10-14
4
-72
/
+58
*
Merge pull request #2053 from jr-oss/fix_stm32_advanced_timer_enable_output
xoviat
2023-10-14
3
-5
/
+13
|
\
|
*
STM32: timer enable_output does not take bool, but just enables the output
Ralf
2023-10-13
3
-6
/
+6
|
*
STM32: Fix regression in advanced timer to enable output of PWM signal by par...
Ralf
2023-10-13
1
-3
/
+11
*
|
rcc mux: update metapac
xoviat
2023-10-13
4
-38
/
+41
|
/
*
make set_config concrete methods public again
Scott Mabin
2023-10-12
4
-10
/
+9
*
Release embassy-time 0.1.4
Dániel Buga
2023-10-12
1
-1
/
+1
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
12
-143
/
+145
*
Merge pull request #2035 from pbert519/stm_reset_and_enable
Dario Nieuwenhuis
2023-10-12
36
-172
/
+109
|
\
|
*
Remove critical section for reset
pbert
2023-10-12
1
-4
/
+2
|
*
enable clock first
pbert
2023-10-12
35
-56
/
+56
|
*
Remove workaround for adc v3
pbert
2023-10-12
2
-16
/
+3
|
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
34
-151
/
+103
*
|
Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c
Ulf Lilleengen
2023-10-12
3
-253
/
+164
|
\
\
|
|
/
|
/
|
|
*
Remove outdated comment
Andres Oliva
2023-10-11
1
-2
/
+0
|
*
cargo fmt
Andres Oliva
2023-10-11
1
-1
/
+0
|
*
Feature guarded more unused stuff
Andres Oliva
2023-10-11
1
-1
/
+7
|
*
Fix some issues with unused stuff
Andres Oliva
2023-10-11
1
-0
/
+3
|
*
cfg! macro didn't work, had to duplicate functions with different guards
Andres Oliva
2023-10-11
1
-21
/
+29
|
*
cargo fmt
Andres Oliva
2023-10-11
1
-2
/
+12
|
*
Try using cfg! macro
Andres Oliva
2023-10-11
1
-16
/
+20
|
*
Added guards to individual APIs
Andres Oliva
2023-10-11
3
-6
/
+80
|
*
Move the feature gates to the i2c module instead of the pub use statement
Andres Oliva
2023-10-11
2
-3
/
+1
|
*
Gate pub use _version::*
Andres Oliva
2023-10-11
1
-0
/
+2
|
*
Add comment about feature gate on I2C mod
Andres Oliva
2023-10-11
1
-0
/
+2
|
*
Add time feature back and gate i2c on time
Andres Oliva
2023-10-11
2
-5
/
+5
|
*
stm32: add timeout to I2C driver
Andres Oliva
2023-10-10
4
-272
/
+79
*
|
stm32: add initial rcc mux for h5
xoviat
2023-10-11
3
-10
/
+202
*
|
stm32: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
7
-28
/
+69
*
|
stm32/rcc: LSE xtal is 32768hz, not 32000hz.
Dario Nieuwenhuis
2023-10-11
1
-1
/
+1
*
|
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
21
-349
/
+239
*
|
stm32/rcc: unify L0 and L1.
Dario Nieuwenhuis
2023-10-11
5
-219
/
+16
*
|
stm32/rcc: rename HSE32 to HSE
Dario Nieuwenhuis
2023-10-11
2
-8
/
+8
*
|
stm32/rcc: use more PLL etc enums from PAC.
Dario Nieuwenhuis
2023-10-11
16
-921
/
+357
|
/
*
stm32 flash: check lock bit before unlocking
Andres Vahter
2023-10-10
7
-20
/
+40
*
stm32/eth: Move `phy_addr` from `Ethernet` to `PHY`
Gabriel Górski
2023-10-09
4
-32
/
+27
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
18
-1258
/
+470
*
stm32: update metapac
xoviat
2023-10-08
1
-2
/
+2
*
Merge pull request #2022 from HelloWorldTeraByte/impl-pwm-trait
Dario Nieuwenhuis
2023-10-07
3
-0
/
+106
|
\
|
*
Implemented Pwm trait for complementary pwm from embedded_hal
randi
2023-10-07
1
-0
/
+40
|
*
Implemented Pwm trait from embedded_hal
randi
2023-10-07
2
-0
/
+66
*
|
Merge pull request #2018 from jamesmunns/add-derives
Dario Nieuwenhuis
2023-10-07
5
-4
/
+5
|
\
\
|
*
|
Add some uncontroversial derives to Error types
James Munns
2023-10-06
5
-4
/
+5
|
|
/
*
|
Merge pull request #2015 from willglynn/stm32u5_faster_clocks
Dario Nieuwenhuis
2023-10-06
1
-85
/
+261
|
\
\
|
*
|
stm32: u5: implement >55 MHz clock speeds
Will Glynn
2023-10-05
1
-85
/
+261
|
|
/
*
|
stm32: implement MCO for all chips.
Dario Nieuwenhuis
2023-10-07
6
-329
/
+39
*
|
Add MCO support for stm32wl family
shakencodes
2023-10-06
3
-34
/
+25
*
|
h7: implement RTC and LSE clock configuration
Matt Ickstadt
2023-10-06
10
-52
/
+192
|
/
*
Merge pull request #2013 from xoviat/opamp
xoviat
2023-10-04
2
-5
/
+31
|
\
|
*
stm32: update metapac and fix opamp ch
xoviat
2023-10-04
2
-5
/
+31
[next]