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
*
[embassy-stm32] added comments explaining multiprio interrupts
Barnaby Walters
2024-04-07
4
-0
/
+16
*
Merge pull request #2779 from barnabywalters/patch-1
Dario Nieuwenhuis
2024-04-05
1
-0
/
+1
|
\
|
*
Add VBUS detection blackpill comment
Barnaby Walters
2024-04-05
1
-0
/
+1
|
/
*
Merge pull request #2778 from Dillonmcewan/rcc-docs-typo
Dario Nieuwenhuis
2024-04-05
1
-1
/
+1
|
\
|
*
Fix 'clocok' typo in RCC docs
Dillon McEwan
2024-04-05
1
-1
/
+1
|
/
*
Merge pull request #2776 from MaxiluxSystems/fix/adc-h5-ch0
Dario Nieuwenhuis
2024-04-05
1
-0
/
+14
|
\
|
*
stm32: adc: v3: [h5] set OR.OP0 to 1 when ADCx_INP0 is selected, per RM
Torin Cooper-Bennun
2024-04-05
1
-0
/
+14
|
/
*
Merge pull request #2775 from embassy-rs/qspi-autolen
Dario Nieuwenhuis
2024-04-04
1
-30
/
+23
|
\
|
*
stm32/qspi: autodeduce transfer len from buffer len.
Dario Nieuwenhuis
2024-04-05
1
-30
/
+23
|
/
*
Merge pull request #2476 from pawel00100/rp_pwm_input_pull-up_and_pull-down
Dario Nieuwenhuis
2024-04-04
3
-11
/
+73
|
\
|
*
Add parameter for enabling pull-up and pull-down in RP PWM input mode
pawel00100
2024-04-05
3
-11
/
+73
|
/
*
Merge pull request #2735 from eZioPan/stm32-timer-api-leak
Dario Nieuwenhuis
2024-04-04
2
-65
/
+115
|
\
|
*
stm32/time-driver: always use CC interrupt.
Dario Nieuwenhuis
2024-04-05
1
-26
/
+17
|
*
add missing interrupt for timer
eZio Pan
2024-04-05
2
-44
/
+71
|
*
"separate CC interrupt" is for AdvCh4 only
eZio Pan
2024-04-05
2
-23
/
+24
|
*
move `enable_outputs` to private trait ...
eZio Pan
2024-04-05
1
-6
/
+37
*
|
Merge pull request #2774 from embassy-rs/unsealedify
Dario Nieuwenhuis
2024-04-04
35
-760
/
+648
|
\
|
|
*
stm32: remove last few mod sealed's.
Dario Nieuwenhuis
2024-04-05
3
-140
/
+132
|
*
rp: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
13
-216
/
+189
|
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
19
-404
/
+327
|
/
*
Merge pull request #2741 from schmettow/patch-1
Dario Nieuwenhuis
2024-04-04
1
-0
/
+8
|
\
|
*
Update embassy_in_the_wild.adoc
schmettow
2024-03-28
1
-1
/
+1
|
*
Added YLab project to "in the wild"
schmettow
2024-03-26
1
-0
/
+8
*
|
Merge pull request #2742 from sgoll/i2c-async-transaction
Dario Nieuwenhuis
2024-04-04
3
-370
/
+414
|
\
\
|
*
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-04-03
4
-65
/
+770
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-04-02
6
-56
/
+56
|
|
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-04-02
13
-1161
/
+870
|
|
\
\
\
\
|
*
\
\
\
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-03-31
1
-1
/
+1
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-03-28
16
-896
/
+1319
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge remote-tracking branch 'upstream/main' into i2c-async-transaction
Sebastian Goll
2024-03-27
2
-5
/
+43
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Use named imports within function to make code easier to read
Sebastian Goll
2024-03-27
1
-9
/
+9
|
*
|
|
|
|
|
|
|
Add missing check for empty buffer in asynchronous read_write()
Sebastian Goll
2024-03-27
2
-0
/
+10
|
*
|
|
|
|
|
|
|
Mark shared data structure as dead_code for I2C v2 branch
Sebastian Goll
2024-03-27
1
-0
/
+3
|
*
|
|
|
|
|
|
|
Add transaction stub to I2C v2
Sebastian Goll
2024-03-27
1
-0
/
+15
|
*
|
|
|
|
|
|
|
Refactor DMA implementation of I2C v1, clarify flow of code
Sebastian Goll
2024-03-27
1
-58
/
+73
|
*
|
|
|
|
|
|
|
Move FrameOptions and related function to module itself
Sebastian Goll
2024-03-27
2
-128
/
+131
|
*
|
|
|
|
|
|
|
It is not necessary to enable interrupts before registering waker
Sebastian Goll
2024-03-27
1
-21
/
+7
|
*
|
|
|
|
|
|
|
It is not necessary to wait for SB and MSL sequentially
Sebastian Goll
2024-03-27
1
-58
/
+14
|
*
|
|
|
|
|
|
|
It is not necessary to wait for STOP to be fully generated
Sebastian Goll
2024-03-27
1
-11
/
+0
|
*
|
|
|
|
|
|
|
Implement asynchronous transaction for I2C v1
Sebastian Goll
2024-03-27
2
-95
/
+123
|
*
|
|
|
|
|
|
|
Extract frame options generation into iterator to reuse in async
Sebastian Goll
2024-03-26
1
-44
/
+58
|
*
|
|
|
|
|
|
|
Refactor async I2C transfers to use frame options
Sebastian Goll
2024-03-26
1
-153
/
+178
|
*
|
|
|
|
|
|
|
Fix minor typos
Sebastian Goll
2024-03-26
1
-2
/
+2
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #2672 from nautd/karun/main_octospi_implementation
Dario Nieuwenhuis
2024-04-04
5
-4
/
+1456
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix passing of dual quad param to inner constructor
Karun
2024-04-03
1
-20
/
+10
|
*
|
|
|
|
|
|
|
Fix build errors
Karun
2024-04-03
1
-31
/
+62
|
*
|
|
|
|
|
|
|
Configure dual-quad setting by constructor
Karun
2024-04-03
1
-8
/
+20
|
*
|
|
|
|
|
|
|
Remove data length from transfer config
Karun
2024-04-03
1
-75
/
+16
|
*
|
|
|
|
|
|
|
Address PR comments
Karun
2024-04-03
1
-14
/
+8
|
*
|
|
|
|
|
|
|
Update metapac
Karun
2024-04-03
1
-2
/
+2
[next]