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
/
examples
Age
Commit message (
Expand
)
Author
2022-10-08
Improve generics and consolidate antenna handling
ceekdee
2022-09-28
Update some outstanding questions
ceekdee
2022-09-27
Initial add for sx126x
ceekdee
2022-09-26
Use firmware writer in stm32{f7, h7} example app
Ulf Lilleengen
2022-09-26
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-25
Remove default, reorder generic params
ivmarkov
2022-09-24
Parameterize Signal with RawMutex
ivmarkov
2022-09-22
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-20
Remove BootFlash borrow
Ulf Lilleengen
2022-09-16
Feature-gate time-driver in embassy-rp
Mathias
2022-09-04
Merge #939
bors[bot]
2022-09-04
usbd-hid: 0.5.2 -> 0.6.0
Alex Martens
2022-09-04
Merge #839
bors[bot]
2022-09-02
Merge #935
bors[bot]
2022-09-02
Remove generic const expressions from embassy-boot
Ulf Lilleengen
2022-09-02
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-01
Cleanup examples
Henrik Alsér
2022-09-01
Reorder args
Henrik Alsér
2022-09-01
transfer_in_place
Henrik Alsér
2022-09-01
Fix example
Henrik Alsér
2022-09-01
impl embedded-hal-async
Henrik Alsér
2022-09-01
example
Henrik Alsér
2022-08-30
net: feature-gate nightly-only async traits to allow building on stable.
Dario Nieuwenhuis
2022-08-30
Merge pull request #927 from embassy-rs/rp-usb
Dario Nieuwenhuis
2022-08-29
futures: move select* and join* to separate modules.
Dario Nieuwenhuis
2022-08-26
lora: Fix for stm32l0 exampe to build
Timo Kröger
2022-08-26
Use released rust-lorawan with radio fixes
Ulf Lilleengen
2022-08-26
Use LP as default
Ulf Lilleengen
2022-08-26
lora: Make some options configurable
Timo Kröger
2022-08-26
lora: Use a trait for RF frontend switching
Timo Kröger
2022-08-26
lora: Improve IRQ handling
Timo Kröger
2022-08-26
stm32wl: Do not require external SPI pins for SUBGHZ
Timo Kröger
2022-08-26
Merge #913
bors[bot]
2022-08-25
rp: add usb device support.
Dario Nieuwenhuis
2022-08-23
Enable 'std' feature on critical-section for WASM
Ulf Lilleengen
2022-08-23
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...
Mathias
2022-08-22
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-20
Switch to crates.io version of systemview-target
Quentin Smith
2022-08-19
Fetch systemview-target from upstream git
Quentin Smith
2022-08-19
Fix uart rp2040 blocking example
Mathias
2022-08-19
Fix package name for the new nrf-rtos-trace example
Quentin Smith
2022-08-19
Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace
Quentin Smith
2022-08-18
Merge #910
bors[bot]
2022-08-18
Fix rp uart example
Mathias
2022-08-18
Move rtos-trace example to a separate project to simplify Cargo.toml
Quentin Smith
2022-08-18
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
[next]