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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Impl multiwrite flash for yielding async
Dion Dokter
2025-07-28
1
-0
/
+5
*
Impl multiwrite trait for concat flash
Dion Dokter
2025-07-28
1
-2
/
+20
*
Impl multiwrite flash for partition
Dion Dokter
2025-07-28
2
-2
/
+6
*
embassy-embedded-hal: make time feature non-default
Dario Nieuwenhuis
2025-07-25
1
-1
/
+0
*
feat(embedded-hal)!: rely on v1.0 traits for `I2c` on `BlockingAsync`
ROMemories
2025-07-24
1
-7
/
+3
*
feat(embedded-hal)!: rely on v1.0 traits for `SpiBus` on `BlockingAsync`
ROMemories
2025-07-24
1
-11
/
+7
*
chore: Release embassy-embedded-hal version 0.3.1
Ulf Lilleengen
2025-07-16
2
-1
/
+3
*
chore: update to `embassy-hal-internal` v0.3.0
Ulf Lilleengen
2025-07-14
1
-1
/
+1
*
`embassy-embedded-hal`: add release automation using `cargo-release`
Ralph Ursprung
2025-07-08
2
-1
/
+7
*
prepare changelog for `embassy-embedded-hal` v0.4.0
Ralph Ursprung
2025-07-08
1
-0
/
+3
*
embassy-sync: bump to 0.7.0
Matt Johnston
2025-05-22
1
-1
/
+1
*
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-1
/
+1
*
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
2
-4
/
+12
*
chore: bump embassy-sync version
Ulf Lilleengen
2025-01-15
1
-1
/
+1
*
Prepare embassy-embedded-hal 0.3
Dániel Buga
2025-01-05
2
-1
/
+6
*
Remove useless std cargo features.
Dario Nieuwenhuis
2024-12-25
2
-6
/
+1
*
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Dániel Buga
2024-12-22
1
-1
/
+1
*
Bump sync version (#3562)
Dániel Buga
2024-11-22
1
-1
/
+1
*
update dates
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare embassy-time release
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare release of embassy-embedded-hal 0.2.0
Ulf Lilleengen
2024-08-05
2
-1
/
+22
*
Hand-roll Clone impl instead of derive
Mathias
2024-07-18
2
-2
/
+20
*
Add Clone derive to flash Partition in embassy-embedded-hal
Mathias
2024-07-18
2
-0
/
+2
*
prepare for embassy-time 0.3.1 release
Ulf Lilleengen
2024-06-04
1
-1
/
+1
*
Prepare for embassy-sync 0.6.0 release
Ulf Lilleengen
2024-05-29
1
-1
/
+1
*
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
*
feat: impl `MultiwriteNorFlash` for `BlockingAsync`
Haobo Gu
2024-03-15
1
-2
/
+6
*
Complete cargo.tomls more.
Dario Nieuwenhuis
2024-01-12
1
-1
/
+8
*
Add docs.rs metadata to all crates.
Dario Nieuwenhuis
2024-01-11
1
-0
/
+3
*
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Dario Nieuwenhuis
2024-01-11
1
-1
/
+1
*
embassy-embedded-hal: add README.
Dario Nieuwenhuis
2024-01-11
2
-2
/
+13
*
Remove nightly autodetects.
Dario Nieuwenhuis
2024-01-10
2
-20
/
+0
*
Update embedded-hal to v1.0
Dario Nieuwenhuis
2024-01-09
1
-2
/
+2
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-2
/
+2
*
update release version in examples and other crates
Scott Mabin
2023-12-04
1
-2
/
+2
*
update embedded-storage{,-async}, remove patch.
Dario Nieuwenhuis
2023-12-04
1
-2
/
+2
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
9
-34
/
+36
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
4
-21
/
+29
*
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
2
-17
/
+37
[next]