summaryrefslogtreecommitdiff
path: root/examples/nrf
AgeCommit message (Expand)Author
2022-10-12Merge #984 #1006bors[bot]
2022-10-10Change rak4631 feature to sx126x, removing use in board-specific processing; ...ceekdee
2022-10-09Removes some of the code duplication for UarteWithIdlehuntc
2022-10-08Merge branch 'embassy-rs:master' into masterChuck Davis
2022-10-08Improve generics and consolidate antenna handlingceekdee
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-28Update some outstanding questionsceekdee
2022-09-27Initial add for sx126xceekdee
2022-09-26usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis
2022-09-25Remove default, reorder generic paramsivmarkov
2022-09-24Parameterize Signal with RawMutexivmarkov
2022-09-22Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-04usbd-hid: 0.5.2 -> 0.6.0Alex Martens
2022-08-30net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis
2022-08-29futures: move select* and join* to separate modules.Dario Nieuwenhuis
2022-08-22sync: flatten module structure.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-22Remove Forever, switch to static_cell.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-09Trait for UsbSupplyhuntc
2022-07-07Puts in the machinery to handle power detected/removedhuntc
2022-07-07Introduces EnabledUsbDevicehuntc
2022-06-21Merge #817bors[bot]
2022-06-21Added example and some defmtDion Dokter
2022-06-18Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
2022-06-18Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis
2022-06-18Update rust nightly. (#819)Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Merge #806bors[bot]
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-06-12Rename channel to mpmchuntc
2022-05-31Merge #781 #785bors[bot]
2022-05-26Implement BufRead for nrf BufferedUartechemicstry
2022-05-25WIP embassy-net v2Dario Nieuwenhuis
2022-05-19Make embassy-net nightly-only.Dario Nieuwenhuis
2022-05-19Update embedded-io to 0.3Dario Nieuwenhuis
2022-05-12Merge branch 'embassy-rs:master' into qdecHenrik Alsér
2022-05-12Merge #763 #766bors[bot]
2022-05-12Make usb_serial examples work on windowsTimo Kröger
2022-05-09usb: remove address arg from endpoint allocation.Dario Nieuwenhuis
2022-05-07Merge branch 'embassy-rs:master' into qdecHenrik Alsér
2022-05-07Replace embassy::io with embedded_io.Dario Nieuwenhuis
2022-05-07Change example pinsHenrik Alsér
2022-05-07Add qdec moduleHenrik Alsér