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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig.
Dario Nieuwenhuis
2024-05-20
1
-11
/
+4
*
PR remarks
Ragarnoy
2024-05-20
1
-1
/
+1
*
rustmft
Ragarnoy
2024-05-20
1
-8
/
+4
*
Remove old embedded-hal trait implementations
ragarnoy
2024-05-20
1
-94
/
+4
*
Add Copy and 'static constraint to Word type in SPI structs
Ragarnoy
2024-05-20
1
-4
/
+9
*
rustfmt
Ragarnoy
2024-05-20
1
-13
/
+23
*
Improve flexibility by introducing SPI word size as a generic parameter
Ragarnoy
2024-05-20
1
-16
/
+63
*
Allow changing Spi/I2cDeviceWithConfig's config at runtime
Caleb Jamison
2024-03-23
4
-0
/
+20
*
Forward transaction() from blocking I2cDevice to underlying bus
Sebastian Goll
2024-03-20
1
-6
/
+10
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
3
-15
/
+11
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
3
-19
/
+27
*
shared_bus/blocking/spi: fix build and behaviour when "time" disabled
Torin Cooper-Bennun
2023-11-27
1
-2
/
+10
*
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
5
-9
/
+15
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
3
-219
/
+31
*
Fix tests.
Dario Nieuwenhuis
2023-05-29
2
-6
/
+4
*
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
4
-127
/
+295
*
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
3
-9
/
+8
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
4
-14
/
+14
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
4
-8
/
+8
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
4
-14
/
+14
*
Add defmt support to embassy-embedded-hal errors
Matous Hybl
2022-07-24
1
-0
/
+2
*
embassy-embedded-hal: docs
Dario Nieuwenhuis
2022-07-19
5
-0
/
+37
*
Rename XXBusDevice to XXDevice.
Dario Nieuwenhuis
2022-07-18
5
-106
/
+106
*
Cleanup
Henrik Alsér
2022-07-10
3
-26
/
+28
*
Add asynch mod to shared_bus
Henrik Alsér
2022-07-10
6
-44
/
+42
*
Add embassy-embedded-hal nightly feature
Henrik Alsér
2022-07-09
2
-0
/
+6
*
Associated type
Henrik Alsér
2022-07-09
4
-109
/
+114
*
Merge upstream
Henrik Alsér
2022-07-08
2
-6
/
+6
*
Merge upstream
Henrik Alsér
2022-07-08
2
-0
/
+118
|
\
|
*
Add EH 0.2 impls + example docs
Henrik Alsér
2022-07-06
2
-0
/
+119
*
|
Shared buses with SetConfig
Henrik Alsér
2022-07-08
4
-0
/
+273
|
/
*
spi shared bus: assert/deassert CS inside the lock.
Dario Nieuwenhuis
2022-07-06
1
-11
/
+10
*
Mutex for SPI
Henrik Alsér
2022-07-06
1
-29
/
+18
*
Mutex
Henrik Alsér
2022-07-06
2
-44
/
+59
*
Add blocking shared bus for i2c and SPI
Henrik Alsér
2022-07-06
4
-2
/
+145
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
2
-9
/
+8
*
Async shared bus for SPI & I2C + rename embassy-traits (#769)
Henrik Alsér
2022-05-26
3
-0
/
+234