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
*
WIP: use generated metapac from corresponding PR for CI
Adam Greig
2023-11-25
1
-2
/
+2
*
STM32 DAC: Rework DAC driver, support all families.
Adam Greig
2023-11-25
8
-418
/
+389
*
STM32 DAC: Disable circular writes with GPDMA as it doesn't yet support circu...
Adam Greig
2023-11-25
1
-0
/
+2
*
STM32 DAC: Swap to new TSEL enum entirely in-HAL
Adam Greig
2023-11-25
4
-123
/
+313
*
STM32 DAC: Use new Mode enum for setting channel mode
Adam Greig
2023-11-25
1
-11
/
+54
*
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
2
-18
/
+5
*
Merge pull request #2200 from barnabywalters/asynci2cv1
Dario Nieuwenhuis
2023-11-24
15
-247
/
+796
|
\
|
*
stm32/i2c: implement async i2c v1.
Barnaby Walters
2023-11-24
3
-23
/
+578
|
*
stm32/i2c: add async, dual interrupt scaffolding.
Dario Nieuwenhuis
2023-11-24
13
-241
/
+235
*
|
Merge pull request #2216 from embassy-rs/stable
Dario Nieuwenhuis
2023-11-24
16
-52
/
+512
|
\
\
|
*
|
executor: make task arena size configurable.
Dario Nieuwenhuis
2023-11-24
5
-26
/
+275
|
*
|
executor: add support for main/task macros in stable (allocates tasks in an a...
Dario Nieuwenhuis
2023-11-24
10
-10
/
+105
|
*
|
executor: add some tests.
Dario Nieuwenhuis
2023-11-24
4
-1
/
+143
|
*
|
executor: Remove non-functional rtos-trace-interrupt.
Dario Nieuwenhuis
2023-11-24
4
-29
/
+3
|
|
/
*
|
Merge pull request #2217 from embassy-rs/no-try
Dario Nieuwenhuis
2023-11-24
2
-17
/
+37
|
\
\
|
|
/
|
/
|
|
*
embassy-embedded-hal: don't use feature(try_blocks).
Dario Nieuwenhuis
2023-11-24
2
-17
/
+37
|
/
*
Merge pull request #2215 from andresv/stm32-allow-eha-without-time
Dario Nieuwenhuis
2023-11-24
1
-1
/
+1
|
\
|
*
stm32 i2c: allow EHA traits without time feature
Andres Vahter
2023-11-24
1
-1
/
+1
|
/
*
Merge pull request #2214 from aspizu/patch-1
Ulf Lilleengen
2023-11-24
1
-0
/
+13
|
\
|
*
add faq for deploying to RP2040 using elf2uf2-rs
jan
2023-11-24
1
-0
/
+13
|
/
*
Merge pull request #2211 from embassy-rs/cache-lockfiles
Dario Nieuwenhuis
2023-11-21
2
-0
/
+20
|
\
|
*
ci: cache lockfiles
Dario Nieuwenhuis
2023-11-21
2
-0
/
+20
|
/
*
Merge pull request #2210 from embassy-rs/lulf-patch-1
Ulf Lilleengen
2023-11-21
1
-2
/
+2
|
\
|
*
Update faq.adoc
Ulf Lilleengen
2023-11-21
1
-2
/
+2
|
/
*
Merge pull request #2209 from bugadani/faq
Dario Nieuwenhuis
2023-11-21
1
-0
/
+1
|
\
|
*
Add note for Xtensa
Dániel Buga
2023-11-21
1
-0
/
+1
*
|
Merge pull request #2207 from mickvangelderen/split-can-bus-2
Dario Nieuwenhuis
2023-11-21
1
-33
/
+41
|
\
\
|
|
/
|
/
|
|
*
Format
Mick van Gelderen
2023-11-21
1
-7
/
+1
|
*
Rename _flush* methods
Mick van Gelderen
2023-11-21
1
-11
/
+9
|
*
Refactor bxcan split.
Tommas Bakker
2023-11-21
1
-27
/
+43
*
|
Merge pull request #2208 from jamesmunns/add-faq
Dario Nieuwenhuis
2023-11-21
2
-0
/
+25
|
\
\
|
|
/
|
/
|
|
*
Add FAQ with one question from chat
James Munns
2023-11-21
2
-0
/
+25
|
/
*
Merge pull request #2198 from adamgreig/stm32-opamp
Dario Nieuwenhuis
2023-11-20
2
-38
/
+41
|
\
|
*
STM32 opamp: use impl Peripheral instead of directly taking pins
Adam Greig
2023-11-20
2
-27
/
+21
|
*
STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp i...
Adam Greig
2023-11-20
1
-2
/
+18
|
*
STM32: Don't enable opamps in new(), wait until configured.
Adam Greig
2023-11-18
1
-10
/
+3
*
|
Merge pull request #2197 from MabezDev/priority-channel
Dario Nieuwenhuis
2023-11-20
4
-3
/
+618
|
\
\
|
*
|
revert module changes, reexport heapless relevant items
Scott Mabin
2023-11-20
3
-8
/
+6
|
*
|
docs
Scott Mabin
2023-11-18
2
-1
/
+6
|
*
|
more clean up, refactor channel into module to share code
Scott Mabin
2023-11-18
3
-48
/
+6
|
*
|
reduce duplication further by sharing Dynamic sender/receiver
Scott Mabin
2023-11-18
2
-85
/
+3
|
*
|
docs and simple test for priority
Scott Mabin
2023-11-18
1
-0
/
+11
|
*
|
Reduce duplication, fix tests
Scott Mabin
2023-11-18
2
-61
/
+41
|
*
|
Priority channel using binary heap
Scott Mabin
2023-11-18
2
-0
/
+745
|
|
/
*
|
Merge pull request #2192 from RobertTDowling/stm32h7-adc-clock
Dario Nieuwenhuis
2023-11-20
1
-1
/
+6
|
\
\
|
*
|
PR feedback
RobertTDowling
2023-11-19
1
-2
/
+2
|
*
|
stm32h7 ADC: Fix stalled clock in default h7 config
RobertTDowling
2023-11-15
1
-1
/
+6
*
|
|
Merge pull request #2204 from Slowki/fix/igmp-compile-error
Dario Nieuwenhuis
2023-11-19
2
-0
/
+5
|
\
\
\
|
*
|
|
add build with `igmp` enabled to ci.sh
Stephan Wolski
2023-11-19
1
-0
/
+1
[next]