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
/
stm32l5
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
3
-3
/
+0
*
net: allocate space for 2 sockets, needed for dhcp.
Dario Nieuwenhuis
2023-01-19
1
-1
/
+1
*
Add smoltcp dhcp socket configuration
Paweł Jan Czochański
2023-01-19
1
-8
/
+3
*
usb/cdc-ncm: add embassy-net Device implementation.
Dario Nieuwenhuis
2022-12-13
1
-123
/
+17
*
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-26
3
-4
/
+4
*
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
2
-2
/
+2
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
2
-2
/
+0
*
net: feature-gate nightly-only async traits to allow building on stable.
Dario Nieuwenhuis
2022-08-30
3
-7
/
+4
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-2
/
+2
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
1
-7
/
+7
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
5
-6
/
+6
*
examples Remove the `fn config()` idiom.
Dario Nieuwenhuis
2022-08-17
4
-33
/
+12
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
5
-13
/
+17
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
5
-18
/
+18
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
5
-50
/
+15
*
Rename channel to mpmc
huntc
2022-06-12
1
-1
/
+1
*
stm32: add USB driver.
Dario Nieuwenhuis
2022-06-07
5
-0
/
+600