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
/
build.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-23
/
+46
*
stm32: automatically use refcounting for rcc bits used multiple times.
Dario Nieuwenhuis
2024-02-01
1
-2
/
+13
*
Merge pull request #2410 from eZioPan/waveform-on-CHx
Dario Nieuwenhuis
2024-02-01
1
-13
/
+8
|
\
|
*
refactor with clippy
eZio Pan
2024-01-06
1
-3
/
+4
|
*
impl waveform with TIM Channel
eZio Pan
2024-01-06
1
-10
/
+4
*
|
Implement MII interface
Simon B. Gasse
2024-02-01
1
-0
/
+7
*
|
Add FDCAN clock registers to G4 RCC.
Tomasz bla Fortuna
2024-01-31
1
-1
/
+1
*
|
adds timer-driver for tim21 and tim22 (on L0)
shufps
2024-01-15
1
-0
/
+6
|
/
*
fix g0 being left out of some clock controls
Adin Ackerman
2024-01-02
1
-2
/
+2
*
implement PWM waveform generating with DMA
eZio Pan
2023-12-28
1
-0
/
+11
*
stm32/sai: deduplicate code for subblocks A/B.
Dario Nieuwenhuis
2023-12-19
1
-10
/
+10
*
* Add GP TIM9 and TIM11 to be used as time_driver
Carlos Barrales Ruiz
2023-12-09
1
-1
/
+7
*
Update stm32-metapac.
Dario Nieuwenhuis
2023-12-08
1
-0
/
+4
*
STM32 DAC: Rework DAC driver, support all families.
Adam Greig
2023-11-25
1
-2
/
+2
*
STM32: Add cfg to differentiate L4 and L4+ families
Adam Greig
2023-11-25
1
-0
/
+9
*
STM32: Remove vestigal build.rs cfgs, add new flashsize_X and package_X cfgs,...
Adam Greig
2023-11-25
1
-14
/
+4
*
stm32/i2c: add async, dual interrupt scaffolding.
Dario Nieuwenhuis
2023-11-24
1
-0
/
+20
*
stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync...
Dario Nieuwenhuis
2023-11-19
1
-0
/
+1
*
stm32: update metapac and use stop data
xoviat
2023-11-05
1
-12
/
+11
*
Merge pull request #2119 from JuliDi/fmc-sram-adc
xoviat
2023-11-06
1
-1
/
+1
|
\
|
*
fix typo in build.rs that caused fmc ClkPin to not be implemented
JuliDi
2023-10-15
1
-1
/
+1
*
|
Remove accidentally leftover println
Adam Greig
2023-11-06
1
-2
/
+0
*
|
stm32: support internal output on g4 opamps
Adam Greig
2023-11-05
1
-9
/
+17
*
|
stm32: compute stop mode and workaround rtt test bug
xoviat
2023-11-04
1
-4
/
+28
*
|
stm32/low-power: refactor refcount
xoviat
2023-10-25
1
-2
/
+2
*
|
stm32/build: deterministically generate data
xoviat
2023-10-23
1
-16
/
+21
*
|
stm32: update metapac
xoviat
2023-10-16
1
-12
/
+6
*
|
rcc: ahb/apb -> hclk/pclk
xoviat
2023-10-15
1
-2
/
+8
*
|
stm32: expand rcc mux to g4 and h7
xoviat
2023-10-14
1
-25
/
+18
*
|
rcc: remove mux_prefix from clocks
xoviat
2023-10-14
1
-4
/
+10
*
|
rcc mux: update metapac
xoviat
2023-10-13
1
-14
/
+9
|
/
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
1
-16
/
+12
*
Remove critical section for reset
pbert
2023-10-12
1
-4
/
+2
*
enable clock first
pbert
2023-10-12
1
-2
/
+2
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-3
/
+1
*
stm32: add initial rcc mux for h5
xoviat
2023-10-11
1
-8
/
+107
*
stm32: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-4
/
+30
*
stm32/rcc: use more PLL etc enums from PAC.
Dario Nieuwenhuis
2023-10-11
1
-1
/
+1
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
1
-0
/
+99
*
stm32: implement MCO for all chips.
Dario Nieuwenhuis
2023-10-07
1
-1
/
+5
*
Add MCO support for stm32wl family
shakencodes
2023-10-06
1
-25
/
+6
*
stm32: add opamp mod and update pac
xoviat
2023-10-03
1
-0
/
+14
*
remove debug logging in build.rs
JuliDi
2023-10-02
1
-1
/
+0
*
support QSPI BK2
JuliDi
2023-10-02
1
-5
/
+11
*
stm32: update set_config
xoviat
2023-10-01
1
-0
/
+1
*
skip _C pins for pin impls if split_feature not enabled.
JuliDi
2023-10-01
1
-17
/
+9
*
change split_features from array to Vec
JuliDi
2023-10-01
1
-1
/
+1
*
cleanup, fix pushing to pins_table
JuliDi
2023-10-01
1
-60
/
+62
*
check whether split-feature is valid
JuliDi
2023-10-01
1
-8
/
+43
*
handle _C pins
JuliDi
2023-10-01
1
-2
/
+59
[next]