aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Add UDP example appArtur Kowalski2022-08-102-1/+110
| * Merge #896bors[bot]2022-08-104-4/+40
| |\
| | * Implement I2C pullup configurationchemicstry2022-08-094-4/+40
| * | Add example using embedded-nal-async traitsUlf Lilleengen2022-08-091-0/+125
| * | Wrap buffers in a single state typeUlf Lilleengen2022-08-091-0/+1
| * | Implement embedded-nal-async traits for embassy-netUlf Lilleengen2022-08-081-1/+1
| |/
* | Move rtos-trace example to a separate project to simplify Cargo.tomlQuentin Smith2022-08-187-56/+115
* | Run cargo fmtQuentin Smith2022-08-161-7/+5
* | Allow rtos_trace example to be used without logQuentin Smith2022-08-162-4/+10
* | Add example of rtos-trace / SystemViewQuentin Smith2022-08-163-12/+121
|/
* Add DACv1 example for F4chemicstry2022-08-043-1/+38
* Restore F1 example chipchemicstry2022-08-042-38/+1
* Merge v1, v2 DAC and update register definitionschemicstry2022-08-042-1/+39
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-29192-521/+546
* Improve ADC configuration optionschemicstry2022-07-271-3/+3
* rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-233-6/+9
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-8/+8
* Update embassy-stm32Dario Nieuwenhuis2022-07-234-17/+26
* Merge #853bors[bot]2022-07-161-0/+38
|\
| * Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-141-0/+38
* | Fix unused importschemicstry2022-07-141-1/+0