summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-20Remove BootFlash borrowUlf Lilleengen
2022-09-16Feature-gate time-driver in embassy-rpMathias
2022-09-04Merge #939bors[bot]
2022-09-04usbd-hid: 0.5.2 -> 0.6.0Alex Martens
2022-09-04Merge #839bors[bot]
2022-09-02Merge #935bors[bot]
2022-09-02Remove generic const expressions from embassy-bootUlf Lilleengen
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-09-01Cleanup examplesHenrik Alsér
2022-09-01Reorder argsHenrik Alsér
2022-09-01transfer_in_placeHenrik Alsér
2022-09-01Fix exampleHenrik Alsér
2022-09-01impl embedded-hal-asyncHenrik Alsér
2022-09-01exampleHenrik Alsér
2022-08-30net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis
2022-08-30Merge pull request #927 from embassy-rs/rp-usbDario Nieuwenhuis
2022-08-29futures: move select* and join* to separate modules.Dario Nieuwenhuis
2022-08-26lora: Fix for stm32l0 exampe to buildTimo Kröger
2022-08-26Use released rust-lorawan with radio fixesUlf Lilleengen
2022-08-26Use LP as defaultUlf Lilleengen
2022-08-26lora: Make some options configurableTimo Kröger
2022-08-26lora: Use a trait for RF frontend switchingTimo Kröger
2022-08-26lora: Improve IRQ handlingTimo Kröger
2022-08-26stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger
2022-08-26Merge #913bors[bot]
2022-08-25rp: add usb device support.Dario Nieuwenhuis
2022-08-23Enable 'std' feature on critical-section for WASMUlf Lilleengen
2022-08-23Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...Mathias
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-20Switch to crates.io version of systemview-targetQuentin Smith
2022-08-19Fetch systemview-target from upstream gitQuentin Smith
2022-08-19Fix uart rp2040 blocking exampleMathias
2022-08-19Fix package name for the new nrf-rtos-trace exampleQuentin Smith
2022-08-19Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith
2022-08-18Merge #910bors[bot]
2022-08-18Fix rp uart exampleMathias
2022-08-18Move rtos-trace example to a separate project to simplify Cargo.tomlQuentin Smith
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17examples Remove the `fn config()` idiom.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-08-16Run cargo fmtQuentin Smith