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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into rcc-bd
xoviat
2023-09-06
4
-18
/
+61
|
\
|
*
Merge pull request #1864 from oll3/feat/stm32wl-adc
Dario Nieuwenhuis
2023-09-06
4
-17
/
+61
|
|
\
|
|
*
update metapac tag
Olle Sandberg
2023-09-06
1
-2
/
+2
|
|
*
adc: enable ADC and clock selection for STM32WLx
Olle Sandberg
2023-09-06
2
-1
/
+30
|
|
*
adc_v3: replace cfg(stm32g0) + friends with cfg(adc_g0)
Olle Sandberg
2023-09-06
2
-14
/
+29
|
|
/
*
|
stm32: extract lse/lsi into bd mod
xoviat
2023-09-06
4
-79
/
+9
*
|
stm32/rcc: add lsi and lse bd abstraction
xoviat
2023-09-06
1
-2
/
+74
|
/
*
Merge pull request #1867 from xoviat/adc-g4
xoviat
2023-09-05
8
-159
/
+163
|
\
|
*
remove paste dependency
xoviat
2023-09-05
1
-1
/
+0
|
*
stm32: don't generate adc5
xoviat
2023-09-05
1
-0
/
+3
|
*
stm32: don't generate adc4 for g4
xoviat
2023-09-05
1
-0
/
+2
|
*
stm32: remove paste and use refcount statics
xoviat
2023-09-05
3
-87
/
+10
|
*
stm32: fix merge issues
xoviat
2023-09-05
2
-8
/
+8
|
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4
xoviat
2023-09-05
8
-28
/
+330
|
|
\
|
*
\
Merge branch 'stm32g4_adc' of https://github.com/daehyeok/embassy into adc-g4
xoviat
2023-09-05
6
-109
/
+192
|
|
\
\
|
|
*
|
initial support for STM32G4 ADC
Daehyeok Mun
2023-09-04
6
-109
/
+192
*
|
|
|
Merge pull request #1868 from MabezDev/f2-rtc-clocks
xoviat
2023-09-05
1
-1
/
+36
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Allow the RTC clock source to be configured with the new RTC mechanism
Scott Mabin
2023-09-06
1
-1
/
+36
|
/
/
/
*
|
|
Merge pull request #1849 from xoviat/adc-f3
xoviat
2023-09-05
8
-23
/
+331
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
stm32: add initial adc f3 impl
xoviat
2023-09-05
8
-23
/
+331
|
/
/
*
|
Merge pull request #1865 from embassy-rs/esp-hosted-status
Dario Nieuwenhuis
2023-09-05
1
-22
/
+63
|
\
\
|
|
/
|
/
|
|
*
net-esp-hosted: add get_status()
Dario Nieuwenhuis
2023-09-05
1
-22
/
+63
|
/
*
Merge pull request #1771 from rubdos/zero-copy-channel
Dario Nieuwenhuis
2023-09-04
3
-223
/
+273
|
\
|
*
Rename zero_copy -> zerocopy.
Dario Nieuwenhuis
2023-09-04
3
-14
/
+14
|
*
Add docs to zero-copy-channel
Ruben De Smet
2023-09-04
1
-0
/
+51
|
*
Prefer `receive` over `recv`
Ruben De Smet
2023-09-04
2
-20
/
+20
|
*
Move embassy-net-driver-channel::zerocopy_channel to embassy_sync::zero_copy_...
Ruben De Smet
2023-09-04
3
-224
/
+223
*
|
Merge pull request #1862 from xoviat/rcc-refcount
Dario Nieuwenhuis
2023-09-04
7
-5
/
+98
|
\
\
|
*
|
stm32: only refcount usart and use kind direclty
xoviat
2023-09-04
1
-3
/
+3
|
*
|
stm32: include uart-named peripherals
xoviat
2023-09-04
1
-1
/
+2
|
*
|
ci: run HIL
xoviat
2023-09-04
1
-5
/
+0
|
*
|
remove adc refcount
xoviat
2023-09-04
1
-1
/
+1
|
*
|
stm32: fix refcounts for usart, spi, and i2c
xoviat
2023-09-04
7
-17
/
+60
|
*
|
stm32: refcount peripheral enable/disable
xoviat
2023-09-04
1
-0
/
+49
|
|
/
*
|
Merge pull request #1863 from embassy-rs/reenable-test
Dario Nieuwenhuis
2023-09-04
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "ci: remove failing tests"
Dario Nieuwenhuis
2023-09-04
1
-5
/
+0
|
/
*
Merge pull request #1858 from xoviat/psc-cleanup
xoviat
2023-09-03
3
-56
/
+29
|
\
|
*
ci: remove failing tests
xoviat
2023-09-03
1
-0
/
+5
|
*
stm32: cleanup psc design
xoviat
2023-09-03
2
-56
/
+24
|
/
*
Merge pull request #1856 from embassy-rs/teleprobe-cache
Dario Nieuwenhuis
2023-09-03
1
-0
/
+1
|
\
|
*
Add teleprobe cache.
Dario Nieuwenhuis
2023-09-03
1
-0
/
+1
|
/
*
Merge pull request #1854 from bugadani/str
Dario Nieuwenhuis
2023-09-03
16
-22
/
+30
|
\
|
*
Fix bootloader application examples
Dániel Buga
2023-09-02
10
-8
/
+16
|
*
Use fmt::unwrap
Dániel Buga
2023-09-02
6
-14
/
+14
*
|
Merge pull request #1831 from vDorst/adin1110-part2
Dario Nieuwenhuis
2023-09-02
8
-232
/
+811
|
\
\
|
*
|
embassy-net-adin1110: Add basic benchmark results.
René van Dorst
2023-08-28
1
-2
/
+35
|
*
|
embassy-net-adin1110 bump deps.
René van Dorst
2023-08-28
1
-4
/
+4
|
*
|
Update comment about turn around byte.
René van Dorst
2023-08-28
1
-2
/
+2
|
*
|
Show the error type
René van Dorst
2023-08-28
1
-2
/
+2
|
*
|
Merge branch 'embassy-rs:main' into adin1110-part2
René van Dorst
2023-08-28
80
-285
/
+291
|
|
\
\
[next]