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-embedded-hal
/
src
/
shared_bus
/
asynch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
2
-2
/
+2
*
Clippy fixes
Dion Dokter
2025-09-18
1
-4
/
+4
*
Add clone impl on shared i2c
Dion Dokter
2025-09-18
1
-0
/
+18
*
fix: remove static lifetime requirements from i2c shared bus.
Preston Peranich
2025-07-31
1
-4
/
+4
*
Add proper error handling if CS is not dropped
Shaw Drastin
2025-02-07
1
-2
/
+14
*
SpiDevice cancel safety: always set CS pin to high on drop
Shaw Drastin
2025-02-04
1
-4
/
+11
*
embassy-embedded-hal: add support for all word sizes to async shared spi.
Dario Nieuwenhuis
2024-05-20
1
-6
/
+8
*
Allow changing Spi/I2cDeviceWithConfig's config at runtime
Caleb Jamison
2024-03-23
2
-0
/
+10
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
2
-13
/
+11
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
1
-6
/
+14
*
embassy-embedded-hal: don't use feature(try_blocks).
Dario Nieuwenhuis
2023-11-24
1
-16
/
+36
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-6
/
+2
*
eh: update set_config and add get_config
xoviat
2023-10-01
2
-5
/
+5
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
1
-114
/
+12
*
Remove debug
Caleb Jamison
2023-05-22
1
-2
/
+0
*
Add i2c transaction
Caleb Jamison
2023-05-22
1
-6
/
+13
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
2
-49
/
+164
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
2
-111
/
+66
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-3
/
+3
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
2
-8
/
+8
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
2
-4
/
+4
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
2
-8
/
+8
*
embassy-embedded-hal: docs
Dario Nieuwenhuis
2022-07-19
2
-0
/
+16
*
Rename XXBusDevice to XXDevice.
Dario Nieuwenhuis
2022-07-18
2
-42
/
+42
*
Cleanup
Henrik Alsér
2022-07-10
2
-26
/
+0
*
Add asynch mod to shared_bus
Henrik Alsér
2022-07-10
3
-0
/
+365