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
/
embassy-stm32
/
src
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
1
-2
/
+2
*
Channel poll methods return Poll instead of bool
Ruben De Smet
2023-08-11
1
-8
/
+1
*
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-2
/
+2
*
stm32/can: Add more derives for CAN Envelope
chemicstry
2023-07-31
1
-1
/
+1
*
Merge remote-tracking branch 'origin/main' into bxcan_timestamp
chemicstry
2023-07-31
2
-40
/
+118
|
\
|
*
Merge pull request #1701 from chemicstry/bxcan_methods2
Dario Nieuwenhuis
2023-07-28
1
-38
/
+116
|
|
\
|
|
*
stm32/can: implement more convenience methods
chemicstry
2023-07-28
1
-38
/
+116
|
*
|
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
2
-2
/
+2
|
|
/
*
/
stm32/can: implement proper RX timestamps
chemicstry
2023-07-25
1
-9
/
+30
|
/
*
stm32/can: bxcan async enable
chemicstry
2023-07-24
1
-0
/
+12
*
stm32: add minimal fdcan impl
xoviat
2023-07-22
2
-0
/
+67
*
Merge pull request #1578 from schphil/can-split
xoviat
2023-07-05
1
-5
/
+84
|
\
|
*
allow deed code can rx & clippy
Philipp Scheff
2023-07-03
1
-0
/
+1
|
*
fmt
Philipp Scheff
2023-07-03
1
-14
/
+17
|
*
add as_mut
Philipp Scheff
2023-06-22
1
-0
/
+6
|
*
split can
Philipp Scheff
2023-06-22
1
-16
/
+85
*
|
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-4
/
+4
|
/
*
Merge pull request #3 from schphil/can
xoviat
2023-06-20
1
-1
/
+4
|
\
|
*
fix extended can id
Philipp Scheff
2023-06-16
1
-1
/
+4
*
|
stm32/can: fix time
xoviat
2023-06-20
1
-3
/
+6
*
|
stm32/can: update interrupts
xoviat
2023-06-19
1
-30
/
+29
*
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into can
xoviat
2023-06-19
1
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-10
/
+6
*
|
stm32/can: add hw test and cleanup
xoviat
2023-05-30
1
-42
/
+36
*
|
stm32/can: move to irq binding use embassy channel
xoviat
2023-05-29
1
-75
/
+101
*
|
Round out the async fns for can
Eric Yanush
2023-04-06
1
-16
/
+236
*
|
Strip out debug messages... oops
Eric Yanush
2023-04-06
1
-7
/
+0
*
|
Add initial setup of async can for STM32
Eric Yanush
2023-04-06
1
-2
/
+155
|
/
*
Add non blocking Bxcan constructor.
Andrew Ealovega
2022-09-21
1
-0
/
+23
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-7
/
+7
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-23
/
+25
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-4
/
+3
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
[can] Typo fix: l7 -> f7
Timo Kröger
2022-03-05
1
-1
/
+1
*
[can] `cfgs` for naming inconsistencies
Timo Kröger
2022-03-05
1
-3
/
+16
*
[can] Update macrotable comment
Timo Kröger
2022-03-05
1
-5
/
+3
*
[can] Do not use wildcard reexport for bxcan
Timo Kröger
2022-03-05
1
-2
/
+1
*
docs: prevent inline doc spam for reexports.
Dario Nieuwenhuis
2022-03-04
1
-0
/
+1
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-2
/
+2
*
stm32f1: fix wrong AF type in uart, can.
Dario Nieuwenhuis
2022-02-24
1
-1
/
+1
*
stm32: move pin trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-15
/
+0
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-33
/
+9
*
Update stm32-data: rcc regs info comes from yamls now.
Dario Nieuwenhuis
2021-11-29
1
-1
/
+7
*
Update to defmt 3.0ish.
Bob McWhirter
2021-11-15
1
-1
/
+1
*
Initial support for STM32F767ZI.
Matous Hybl
2021-10-26
1
-1
/
+1
*
partial alternate function configuration on STM32f1
Tobias Pisani
2021-10-11
1
-3
/
+3
*
Code review request - moving `OutputType` to `mod sealed`
Mariusz Ryndzionek
2021-09-24
1
-1
/
+1
*
Small adjustment to 'set_as_af' interface
Mariusz Ryndzionek
2021-09-24
1
-3
/
+6
*
bxcan: Cleanup
Timo Kröger
2021-08-18
1
-6
/
+10
*
bxcan: namechange "bxcan_v1" -> "can_bxcan"
Timo Kröger
2021-08-18
2
-0
/
+145