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
*
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
*
Add octospi version dependency for max transfer support
Karun
2024-04-02
1
-2
/
+8
*
Update to use private supertrait, following PR#2730
Karun
2024-04-02
1
-15
/
+12
*
Merge branch 'main' into karun/main_octospi_implementation
Karun Koppula
2024-04-02
229
-4158
/
+8571
|
\
|
*
Merge pull request #2755 from alexmoon/sync-semaphore
Ulf Lilleengen
2024-04-02
2
-0
/
+705
|
|
\
|
|
*
Semaphore synchronization primitive
Alex Moon
2024-03-30
2
-0
/
+705
|
*
|
Merge pull request #2763 from UPB-FILS-MA/rp_rename_pwm_channel_to_slice
Dario Nieuwenhuis
2024-04-02
1
-64
/
+64
|
|
\
\
|
|
*
|
rename pins data type and the macro
Alexandru RADOVICI
2024-04-02
1
-40
/
+40
|
|
*
|
rename pwm channels to pwm slices, including in documentation
Alexandru RADOVICI
2024-04-02
1
-8
/
+8
|
|
*
|
rename the Channel trait to Slice and the PwmPin to PwmChannel
Alexandru RADOVICI
2024-04-02
1
-60
/
+60
|
|
/
/
|
*
|
Merge pull request #2762 from UPB-FILS-MA/rp_rename_pwm
Dario Nieuwenhuis
2024-04-02
6
-56
/
+56
|
|
\
\
|
|
*
|
rename PWM_CH to PWM_SLICE
Alexandru RADOVICI
2024-04-02
6
-56
/
+56
|
|
/
/
|
*
|
Merge pull request #2760 from embassy-rs/stm32-bxcan-flatten
Dario Nieuwenhuis
2024-04-02
11
-1159
/
+807
|
|
\
\
|
|
*
|
stm32/can: simplify bxcan api, merging bx::* into the main structs.
Dario Nieuwenhuis
2024-04-02
11
-1159
/
+807
|
|
/
/
|
*
|
Merge pull request #2757 from tyler-gilbert/add-async-stop-stm32-dma_bdma
Dario Nieuwenhuis
2024-04-01
1
-1
/
+62
|
|
\
\
|
|
*
|
Add async stop() function to stm32 bdma_dma
Tyler Gilbert
2024-03-31
1
-1
/
+62
|
|
|
/
|
*
|
Merge pull request #2756 from Frostie314159/ticker_send_sync
Dario Nieuwenhuis
2024-03-31
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'embassy-rs:main' into ticker_send_sync
Frostie314159
2024-03-31
860
-13234
/
+32646
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #2754 from UPB-FILS-MA/alexandruradovici-patch-1
Dario Nieuwenhuis
2024-03-30
1
-1
/
+1
|
|
\
\
|
|
*
|
fix typo
Alexandru Radovici
2024-03-30
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #2295 from Frostie314159/reset-at-after
Dario Nieuwenhuis
2024-03-28
1
-0
/
+12
|
|
\
\
|
|
*
|
Adjusted behavior.
Frostie314159
2024-03-28
1
-2
/
+2
|
|
*
|
Merge branch 'embassy-rs:main' into reset-at-after
Frostie314159
2024-03-21
847
-11805
/
+30804
|
|
|
\
\
|
|
*
|
|
Adjusted documentation and reset_after behaviour.
Frostie314159
2023-12-11
1
-1
/
+3
|
|
*
|
|
Introduce reset_{at|after} functions for Ticker.
Frostie314159
2023-12-11
1
-0
/
+10
|
*
|
|
|
Merge pull request #2744 from cschuhen/feature/bxcan_use_fdcan_api
Dario Nieuwenhuis
2024-03-28
15
-894
/
+1305
|
|
\
\
\
\
|
|
*
|
|
|
RTR fix.
Corey Schuhen
2024-03-28
1
-1
/
+2
|
|
*
|
|
|
Fixes for no-time.
Corey Schuhen
2024-03-28
2
-12
/
+20
|
|
*
|
|
|
CAN: Use the same testing code for BXCAN and FDCAN h/w.
Corey Schuhen
2024-03-28
3
-194
/
+163
|
|
*
|
|
|
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...
Corey Schuhen
2024-03-28
12
-152
/
+295
|
|
*
|
|
|
BXCAN: Add struct that combines Buffered RX and Buffered TX.
Corey Schuhen
2024-03-28
1
-1
/
+54
|
|
*
|
|
|
BXCAN: Create TxMode in order to support buffered TX.
Corey Schuhen
2024-03-28
2
-15
/
+120
|
|
*
|
|
|
BXCAN: Create RxMode enum and move reader methods into it, laying foundations...
Corey Schuhen
2024-03-28
4
-73
/
+219
|
|
*
|
|
|
BXCAN: Register access into new Registers struct.
Corey Schuhen
2024-03-28
4
-367
/
+452
|
|
*
|
|
|
BXCAN: Cut out more that wasn't required from BXCAN crate.
Corey Schuhen
2024-03-28
2
-120
/
+12
|
|
*
|
|
|
CAN: Move some FDCAN definitions into a module to share with BXCAN.
Corey Schuhen
2024-03-28
2
-52
/
+61
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #2745 from de-vri-es/bxcan-keep-rtr-flag
Dario Nieuwenhuis
2024-03-27
1
-4
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
embassy_stm32: Preseve the RTR flag in messages.
Maarten de Vries
2024-03-27
1
-4
/
+4
|
*
|
|
|
|
Merge pull request #2739 from adri326/adri326/nodma-embedded-io
Dario Nieuwenhuis
2024-03-27
1
-5
/
+41
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Document why embedded_io::Read cannot be implemented for the base Uart
Emilie Burgun
2024-03-27
1
-3
/
+41
|
|
*
|
|
|
|
Remove the need for TxDma to be a DMA channel in the blocking UartTx impl
Emilie Burgun
2024-03-26
1
-2
/
+0
|
*
|
|
|
|
|
Merge pull request #2738 from eZioPan/h5-lse-low-drive
Dario Nieuwenhuis
2024-03-27
1
-0
/
+2
|
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
stm32 H5: LSE low drive mode is not functional
eZio Pan
2024-03-27
1
-0
/
+2
|
*
|
|
|
|
|
Merge pull request #2737 from adri326/adri326/add-iosv-option
Dario Nieuwenhuis
2024-03-26
4
-20
/
+28
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove ad-hoc fixes for setting the IOSV bit to true
Emilie Burgun
2024-03-26
3
-20
/
+0
|
|
*
|
|
|
|
Missing half of the implementation detail comment
Emilie Burgun
2024-03-26
1
-1
/
+2
[next]