aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+2
* executor: Remove non-functional rtos-trace-interrupt.Dario Nieuwenhuis2023-11-241-1/+1
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-2/+2
* 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-191-17/+5
* Move rtos-trace example to a separate project to simplify Cargo.tomlQuentin Smith2022-08-181-0/+51