aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-293-10/+10
* Use firmware writer in stm32{f7, h7} example appUlf Lilleengen2022-09-262-17/+17
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-2617-27/+16
* Remove default, reorder generic paramsivmarkov2022-09-253-3/+6
* Parameterize Signal with RawMutexivmarkov2022-09-241-1/+1
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-2212-8/+12
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-222-2/+4
* Update Rust nightly.Dario Nieuwenhuis2022-09-2214-14/+0
* Remove BootFlash borrowUlf Lilleengen2022-09-202-5/+4
* Feature-gate time-driver in embassy-rpMathias2022-09-161-1/+1
* Merge #939bors[bot]2022-09-0423-23/+23
|\
| * time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-0223-23/+23
* | usbd-hid: 0.5.2 -> 0.6.0Alex Martens2022-09-042-2/+2
* | Merge #839bors[bot]2022-09-045-10/+37
|\ \
| * | lora: Fix for stm32l0 exampe to buildTimo Kröger2022-08-261-1/+1
| * | Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-262-2/+2
| * | Use LP as defaultUlf Lilleengen2022-08-261-2/+2
| * | lora: Make some options configurableTimo Kröger2022-08-261-1/+3
| * | lora: Use a trait for RF frontend switchingTimo Kröger2022-08-261-1/+27
| * | lora: Improve IRQ handlingTimo Kröger2022-08-261-3/+2
| * | stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger2022-08-262-2/+2
* | | Merge #935bors[bot]2022-09-0212-34/+46
|\ \ \ | |_|/ |/| |
| * | Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-0212-34/+46
* | | Cleanup examplesHenrik Alsér2022-09-012-4/+4
* | | Reorder argsHenrik Alsér2022-09-011-1/+1
* | | transfer_in_placeHenrik Alsér2022-09-011-1/+1
* | | Fix exampleHenrik Alsér2022-09-011-2/+3
* | | impl embedded-hal-asyncHenrik Alsér2022-09-011-4/+2
* | | exampleHenrik Alsér2022-09-012-2/+33
* | | net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-3011-15/+12
* | | Merge pull request #927 from embassy-rs/rp-usbDario Nieuwenhuis2022-08-303-0/+373
|\ \ \ | |/ / |/| |
| * | rp: add usb device support.Dario Nieuwenhuis2022-08-253-0/+373
* | | futures: move select* and join* to separate modules.Dario Nieuwenhuis2022-08-291-1/+1
| |/ |/|
* | Merge #913bors[bot]2022-08-261-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...Mathias2022-08-2361-149/+314
| |\
| * | Fix uart rp2040 blocking exampleMathias2022-08-191-1/+1
* | | Enable 'std' feature on critical-section for WASMUlf Lilleengen2022-08-232-2/+2
| |/ |/|
* | sync: flatten module structure.Dario Nieuwenhuis2022-08-2211-11/+11
* | split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-2241-52/+53
* | Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-2227-99/+107
* | Switch to crates.io version of systemview-targetQuentin Smith2022-08-201-4/+1
* | Fetch systemview-target from upstream gitQuentin Smith2022-08-191-2/+1
* | Fix package name for the new nrf-rtos-trace exampleQuentin Smith2022-08-191-1/+1
* | Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith2022-08-19198-776/+1024
|\|
| * Merge #910bors[bot]2022-08-181-3/+3
| |\
| | * Fix rp uart exampleMathias2022-08-181-3/+3
| * | Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-18193-277/+305
| * | examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-1730-215/+107
| * | Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-17150-325/+394
| * | Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-1730-32/+32
| |/