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
/
examples
/
stm32h7
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2035 from pbert519/stm_reset_and_enable
Dario Nieuwenhuis
2023-10-12
2
-4
/
+3
|
\
|
*
enable clock first
pbert
2023-10-12
2
-3
/
+3
|
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
2
-4
/
+3
*
|
Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c
Ulf Lilleengen
2023-10-12
1
-7
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove more unused stuff
Andres Oliva
2023-10-11
1
-1
/
+0
|
*
stm32: add timeout to I2C driver
Andres Oliva
2023-10-10
1
-6
/
+2
*
|
net: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-2
/
+2
*
|
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
1
-8
/
+6
|
/
*
Patch tests & examples
Gabriel Górski
2023-10-09
2
-4
/
+2
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
13
-57
/
+57
*
Merge pull request #2018 from jamesmunns/add-derives
Dario Nieuwenhuis
2023-10-07
1
-1
/
+1
|
\
|
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
*
|
stm32: implement MCO for all chips.
Dario Nieuwenhuis
2023-10-07
2
-4
/
+4
*
|
h7: implement RTC and LSE clock configuration
Matt Ickstadt
2023-10-06
2
-1
/
+41
|
/
*
update embedded-io, embedded-nal-async.
Dario Nieuwenhuis
2023-10-04
1
-2
/
+2
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
3
-3
/
+3
*
stm32/rcc: unify h5 and h7.
Dario Nieuwenhuis
2023-09-21
15
-69
/
+303
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
stm32: bump fmc version
Tobias Breitwieser
2023-09-14
1
-1
/
+1
*
add wait_config_up to examples
JuliDi
2023-09-08
2
-4
/
+7
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
1
-1
/
+1
*
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
1
-1
/
+1
*
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
1
-1
/
+1
|
\
|
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
1
-1
/
+1
*
|
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-2
/
+2
|
/
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
3
-5
/
+5
*
Fix probe chip type in stm32h7 example
Julian
2023-07-31
1
-1
/
+1
*
Merge pull request #1606 from JcBernack/rng-update
Dario Nieuwenhuis
2023-07-30
3
-5
/
+14
|
\
|
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
3
-5
/
+14
*
|
Fix format in stm32 SPI examples
bofh
2023-07-30
2
-18
/
+2
*
|
Fix more stm32 SPI examples
bofh
2023-07-30
2
-4
/
+8
|
/
*
stm32/pwm: add output type control
xoviat
2023-07-29
1
-1
/
+2
*
remove memory.x files for other stm32 examples
JuliDi
2023-07-28
1
-1
/
+1
*
add dac-dma example for h7, remove memory.x
JuliDi
2023-07-28
3
-6
/
+141
*
stm32/timer: merge pwm module into timer. (#1703)
Dario Nieuwenhuis
2023-07-28
2
-3
/
+3
*
Merge pull request #1676 from adamgreig/fix-dac-example
Dario Nieuwenhuis
2023-07-24
1
-1
/
+1
|
\
|
*
stm32: fix DAC examples
Adam Greig
2023-07-22
1
-1
/
+1
*
|
Add notes about setting chip name correctly for examples.
Adam Greig
2023-07-22
1
-1
/
+2
|
/
*
stm32/eth: add set_poll_interval
xoviat
2023-07-15
2
-2
/
+2
*
stm32/eth: impl. poll interval
xoviat
2023-07-15
2
-2
/
+2
*
Release embassy-time v0.1.2
Dario Nieuwenhuis
2023-07-06
1
-1
/
+1
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
1
-2
/
+2
*
Merge pull request #1565 from JuliDi/main
Dario Nieuwenhuis
2023-06-29
1
-4
/
+5
|
\
|
*
Update DAC examples, add DAC + DMA example
JuliDi
2023-06-28
1
-4
/
+5
*
|
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
1
-1
/
+1
*
|
stm32/otg: add VBUS detection.
Dario Nieuwenhuis
2023-06-27
1
-1
/
+3
|
/
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
2
-34
/
+24
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
net: Support dual stack IP
Ruben De Smet
2023-06-07
2
-4
/
+4
*
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
2
-2
/
+2
[next]