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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
embassy-embedded-hal: add README.
Dario Nieuwenhuis
2024-01-11
1
-2
/
+1
*
Remove nightly autodetects.
Dario Nieuwenhuis
2024-01-10
1
-2
/
+0
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
7
-28
/
+14
*
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
2
-17
/
+37
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-6
/
+2
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
*
eh: update set_config and add get_config
xoviat
2023-10-01
6
-10
/
+28
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-10
/
+1
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
5
-276
/
+56
*
Add offset and size accessors to Partition
Rasmus Melchior Jacobsen
2023-05-30
2
-0
/
+20
*
Fix tests.
Dario Nieuwenhuis
2023-05-29
2
-6
/
+4
*
Use RefCell in blocking mutex
Rasmus Melchior Jacobsen
2023-05-27
1
-13
/
+27
*
Add BlockingPartition
Rasmus Melchior Jacobsen
2023-05-27
4
-23
/
+159
*
Remove runtime offset and size assertions
Rasmus Melchior Jacobsen
2023-05-26
3
-20
/
+18
*
Create flash partition for shared flash access
Rasmus Melchior Jacobsen
2023-05-26
5
-127
/
+307
*
-
.
Merge #1475 #1478 #1482
bors[bot]
2023-05-25
5
-2
/
+527
|
\
\
|
|
*
Add ConcatFlash utility
Rasmus Melchior Jacobsen
2023-05-24
2
-0
/
+288
|
|
/
|
/
|
|
*
Move module documentation
Rasmus Melchior Jacobsen
2023-05-22
2
-2
/
+2
|
*
Add YieldingAsync adapter
Rasmus Melchior Jacobsen
2023-05-22
3
-77
/
+239
|
*
Yield between BlockingAsync NorFlash write and erase operations
Rasmus Melchior Jacobsen
2023-05-22
1
-2
/
+77
*
|
Remove debug
Caleb Jamison
2023-05-22
1
-2
/
+0
*
|
Add i2c transaction
Caleb Jamison
2023-05-22
1
-6
/
+13
|
/
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
Remove unused `feature(type_alias_impl_trait)`.
Dario Nieuwenhuis
2023-05-14
1
-4
/
+1
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-42
/
+0
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
6
-142
/
+305
*
Bump embedded-storage-async to 0.4
Mehmet Ali Anil
2023-03-06
1
-12
/
+7
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
4
-160
/
+102
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
3
-9
/
+8
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
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
7
-2
/
+59
*
Rename XXBusDevice to XXDevice.
Dario Nieuwenhuis
2022-07-18
5
-106
/
+106
*
Features only on nightly
Henrik Alsér
2022-07-10
1
-2
/
+1
*
Cleanup
Henrik Alsér
2022-07-10
3
-26
/
+28
*
Add asynch mod to shared_bus
Henrik Alsér
2022-07-10
7
-44
/
+44
[next]