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
/
examples
/
nrf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #1056
bors[bot]
2022-11-22
1
-0
/
+46
|
\
|
*
Rename write to respond_to_read
Henrik Alsér
2022-11-22
1
-5
/
+6
|
*
Return number of bytes written, add address match getter
kalkyl
2022-11-14
1
-1
/
+1
|
*
embassy-nrf: Add TWIS module
kalkyl
2022-11-13
1
-0
/
+45
*
|
Disable UARTE in embassy-nrf::init
Henrik Alsér
2022-11-13
1
-3
/
+5
*
|
rustfmt
Henrik Alsér
2022-11-05
1
-1
/
+1
*
|
Add status checks
Henrik Alsér
2022-11-05
1
-2
/
+2
*
|
embassy-nrf: Add SPIS module
Henrik Alsér
2022-11-05
1
-0
/
+25
|
/
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
1
-1
/
+1
*
Merge #855
bors[bot]
2022-10-21
1
-0
/
+33
|
\
|
*
add support for pdm microphones in nrf driver
pbert
2022-10-13
1
-0
/
+33
|
|
|
\
*
-
.
\
Merge #984 #1006
bors[bot]
2022-10-12
1
-3
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
Removes some of the code duplication for UarteWithIdle
huntc
2022-10-09
1
-3
/
+4
*
|
|
Change rak4631 feature to sx126x, removing use in board-specific processing; ...
ceekdee
2022-10-10
3
-98
/
+44
*
|
|
Merge branch 'embassy-rs:master' into master
Chuck Davis
2022-10-08
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
|
|
/
*
|
Improve generics and consolidate antenna handling
ceekdee
2022-10-08
2
-8
/
+8
*
|
Update some outstanding questions
ceekdee
2022-09-28
1
-1
/
+1
*
|
Initial add for sx126x
ceekdee
2022-09-27
3
-1
/
+263
|
/
*
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-26
6
-11
/
+8
*
Remove default, reorder generic params
ivmarkov
2022-09-25
1
-1
/
+2
*
Parameterize Signal with RawMutex
ivmarkov
2022-09-24
1
-1
/
+1
*
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
3
-3
/
+3
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+2
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
5
-5
/
+0
*
usbd-hid: 0.5.2 -> 0.6.0
Alex Martens
2022-09-04
1
-1
/
+1
*
net: feature-gate nightly-only async traits to allow building on stable.
Dario Nieuwenhuis
2022-08-30
2
-2
/
+2
*
futures: move select* and join* to separate modules.
Dario Nieuwenhuis
2022-08-29
1
-1
/
+1
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
6
-6
/
+6
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
8
-15
/
+16
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
6
-23
/
+24
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
43
-67
/
+68
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
40
-79
/
+100
*
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
43
-157
/
+157
*
Trait for UsbSupply
huntc
2022-07-09
5
-90
/
+24
*
Puts in the machinery to handle power detected/removed
huntc
2022-07-07
1
-33
/
+5
*
Introduces EnabledUsbDevice
huntc
2022-07-07
1
-7
/
+31
*
Merge #817
bors[bot]
2022-06-21
1
-0
/
+106
|
\
|
*
Added example and some defmt
Dion Dokter
2022-06-21
1
-0
/
+106
*
|
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
\
\
|
*
|
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
|
|
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
/
/
*
/
Update rust nightly. (#819)
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
41
-268
/
+138
*
Merge #806
bors[bot]
2022-06-12
2
-3
/
+3
|
\
|
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
2
-3
/
+3
*
|
Rename channel to mpmc
huntc
2022-06-12
5
-5
/
+5
|
/
*
Merge #781 #785
bors[bot]
2022-05-31
1
-35
/
+40
|
\
|
*
WIP embassy-net v2
Dario Nieuwenhuis
2022-05-25
1
-35
/
+40
[next]