index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-traits
Age
Commit message (
Expand
)
Author
2021-11-21
Fix missing lifetime bounds
Wilfried Chauveau
2021-11-15
Update to defmt 3.0ish.
Bob McWhirter
2021-10-29
Add `IntoIterator` trait bound on Future trait's parameter
Wilfried Chauveau
2021-10-29
Add the `embassy_traits::i2c::WriteIter` trait
Wilfried Chauveau
2021-10-18
Clippy fixes
Dario Nieuwenhuis
2021-09-11
Update lots of deps
Dario Nieuwenhuis
2021-09-03
Remove more unused features.
Dario Nieuwenhuis
2021-09-03
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-01
Rename Random impl to Rng.
Bob McWhirter
2021-08-30
Move random utils to another trait.
Bob McWhirter
2021-08-27
Add a convenience next(range) to Rng.
Bob McWhirter
2021-08-04
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-07-23
Adjust how we deal with read/write being different length.
Bob McWhirter
2021-07-23
Begin reworking SPI to add DMA for stm32.
Bob McWhirter
2021-07-23
More formatting!
Bob McWhirter
2021-07-23
Split up the SPI trait into several with shared Error associated type.
Bob McWhirter
2021-06-04
nrf async twim
Folkert
2021-05-17
stm32: fix build, add ci
Dario Nieuwenhuis
2021-05-14
Get rid of some warnings
Thales Fragoso
2021-05-10
Fix build on the latest nightly
Rukai
2021-05-06
Implement async RNG, including rand_core sync traits.
Bob McWhirter
2021-04-26
Add an RNG trait.
Bob McWhirter
2021-04-14
Remove Pin from Flash trait
Dario Nieuwenhuis
2021-04-14
Remove Pin from Delay trait
Dario Nieuwenhuis
2021-04-14
Remove Pin from I2c
Dario Nieuwenhuis
2021-04-14
Remove Pin from SPI
Dario Nieuwenhuis
2021-04-14
Remove Pin from GPIO traits
Dario Nieuwenhuis
2021-04-14
Remove pin from Uart
Dario Nieuwenhuis
2021-04-02
remove qei trait
xoviat
2021-03-29
nrf/uarte: update to new api
Dario Nieuwenhuis
2021-03-29
nrf/qspi: update to new api
Dario Nieuwenhuis
2021-03-24
Merge pull request #103 from theunkn0wn1/doc/time
xoviat
2021-03-23
traits: add idle trait
xoviat
2021-03-21
Added remainder of the docs for embassy::time's public interface.
Joshua Salzedo
2021-03-18
Implement FullDuplex for nrf spim
Dario Nieuwenhuis
2021-03-17
Merge branch 'master' into spi-trait
Dario Nieuwenhuis
2021-03-17
Update features for latest nightly.
Dario Nieuwenhuis
2021-03-15
Rename i2c trait
Dario Nieuwenhuis
2021-03-14
update docs
xoviat
2021-03-11
add embedded-hal
xoviat
2021-03-11
add qei trait and implementation
xoviat
2021-03-08
update docs
xoviat
2021-03-08
add spi trait
xoviat
2021-03-05
add write_read
xoviat
2021-03-05
revise i2c trait
xoviat
2021-03-03
update i2c trait
xoviat
2021-03-02
add i2c trait
xoviat
2021-03-02
Remove cargo namespaced-features
Dario Nieuwenhuis
2021-03-02
traits: add delay trait
xoviat
2021-03-02
Move traits to separate crate.
xoviat