aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* embassy: Improve RawMutex docs, mark it as unsafe.Dario Nieuwenhuis2022-06-261-7/+27
* embassy: Clippy fixes.Dario Nieuwenhuis2022-06-264-7/+19
* executor: mark `task_from_waker` as safe.Dario Nieuwenhuis2022-06-262-5/+11
* Merge #824bors[bot]2022-06-241-4/+31
|\
| * embassy/time: round up by default in `Duration::from_*`. Fixes #823Dario Nieuwenhuis2022-06-241-4/+31
* | Merge #828bors[bot]2022-06-249-12/+104
|\ \
| * | Add more API docs for embassy-cortex-m and embassy-nrfUlf Lilleengen2022-06-238-10/+102
| * | Fix new warnings for embassy docsUlf Lilleengen2022-06-231-2/+2
|/ /
* | Merge #826bors[bot]2022-06-222-4/+4
|\ \
| * | Fix examplechemicstry2022-06-232-3/+3
| * | Bump bxcan versionchemicstry2022-06-231-1/+1
* | | Merge #827bors[bot]2022-06-223-32/+49
|\ \ \ | |/ / |/| |
| * | Simplify examplechemicstry2022-06-231-10/+3
| * | Fix PWM for advanced timerschemicstry2022-06-233-32/+56
|/ /
* | Merge #805bors[bot]2022-06-223-0/+81
|\ \
| * | arch: XtensaScott Mabin2022-06-223-0/+81
* | | Merge #825bors[bot]2022-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixed a pubsub mutability inconsistencyDion Dokter2022-06-221-1/+1
|/ /
* | Merge #817bors[bot]2022-06-219-1/+1031
|\ \ | |/ |/|
| * Added example and some defmtDion Dokter2022-06-212-0/+108
| * Added some more docsDion Dokter2022-06-172-0/+44
| * fmtDion Dokter2022-06-171-2/+2
| * Refactor pub/sub impls into their own filesDion Dokter2022-06-173-323/+363
| * Move the module into a folderDion Dokter2022-06-171-0/+0
| * Created the possibility to choose between dyn channel and generic channelDion Dokter2022-06-171-30/+223
| * Added a function to WakerRegistration to check if it's occupied.Dion Dokter2022-06-175-100/+120
| * Removed all unsafeDion Dokter2022-06-161-12/+9
| * Put most behaviour one level lower (under the mutex instead of above).Dion Dokter2022-06-161-166/+181
| * Removed most unsafe codeDion Dokter2022-06-161-72/+34
| * Added unpin impls to the futuresDion Dokter2022-06-161-0/+4
| * Added convenience methods that ignore lagDion Dokter2022-06-161-0/+23
| * Stream now ignores lagDion Dokter2022-06-161-4/+8
| * Renamed subscriber messagesDion Dokter2022-06-161-12/+12
| * fmtDion Dokter2022-06-161-2/+1
| * Changed names of subscriber methods and implemented the Stream trait for itDion Dokter2022-06-161-12/+43
| * fmtDion Dokter2022-06-161-5/+5
| * Added a pubsub channel implementationDion Dokter2022-06-162-1/+591
* | Merge #804bors[bot]2022-06-194-0/+83
|\ \
| * | arch:riscv32Scott Mabin2022-06-194-0/+83
|/ /
* | Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-1844-53/+0
|\ \
| * | Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-1844-53/+0
* | | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-1832-0/+93
|\ \ \ | |/ / |/| |
| * | Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-1832-0/+93
* | | Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-1843-72/+51
|/ /
* | Update rust nightly. (#819)Dario Nieuwenhuis2022-06-183-6/+12
* | Merge #816bors[bot]2022-06-161-2/+2
|\ \ | |/ |/|
| * Fix doc comments for BpskPacketParamsDaniel Bevenius2022-06-161-2/+2
* | Merge #813bors[bot]2022-06-1610-24/+105
|\ \ | |/ |/|
| * Improve mutex wordingUlf Lilleengen2022-06-151-1/+5
| * Ignore compiling rust codeUlf Lilleengen2022-06-151-5/+6