aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #838bors[bot]2022-06-302-13/+10
|\
| * simplify `set_magic`Vincent Stakenburg2022-06-301-13/+4
| * add log feature to embassy-boot-stm32Vincent Stakenburg2022-06-301-0/+6
* | Merge #837bors[bot]2022-06-298-10/+7
|\|
| * Remove unused importsUlf Lilleengen2022-06-291-3/+0
| * Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-297-7/+7
|/
* Merge #803bors[bot]2022-06-282-0/+56
|\
| * fix case when chip has multiple iwdgVincent Stakenburg2022-06-281-6/+10
| * rebase and fix unborrowVincent Stakenburg2022-06-281-2/+1
| * address reviewVincent Stakenburg2022-06-281-4/+2
| * initial independent watchdog implementationVincent Stakenburg2022-06-282-0/+55
|/
* Merge #831bors[bot]2022-06-2788-280/+385
|\
| * Add build.rs to detect armv6Ulf Lilleengen2022-06-273-5/+11
| * Move bootloader main to examplesUlf Lilleengen2022-06-2487-259/+358
* | Remove STM32L485 "ghost chips"Dario Nieuwenhuis2022-06-272-4/+0
* | Merge pull request #836 from embassy-rs/fixesDario Nieuwenhuis2022-06-2718-27/+46
|\ \
| * | Update stm32-dataDario Nieuwenhuis2022-06-273-8/+7
| * | stm32: add f100 to CI.Dario Nieuwenhuis2022-06-261-0/+1
| * | docs: Add $COMMIT to git srclinks.Dario Nieuwenhuis2022-06-2611-17/+16
| * | cortex-m: document Interrupt changes depending on Cargo features.Dario Nieuwenhuis2022-06-261-0/+18
| * | stm32: fix f100 build.Dario Nieuwenhuis2022-06-262-2/+4
|/ /
* | Merge #833bors[bot]2022-06-251-27/+149
|\ \
| * | nrf/uart: add support for tx-only and rx-only uart.Dario Nieuwenhuis2022-06-251-27/+149
* | | Merge pull request #835 from embassy-rs/fixesDario Nieuwenhuis2022-06-2613-29/+123
|\ \ \
| * | | embassy: add missing docs, add warn(missing_docs).Dario Nieuwenhuis2022-06-269-10/+66
| * | | 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 pull request #834 from embassy-rs/cortex-m-executor-reexportDario Nieuwenhuis2022-06-261-2/+1
|\ \ \ | |/ / |/| |
| * | cortex-m: reexport all items from embassy::executor.Dario Nieuwenhuis2022-06-251-2/+1
|/ /
* | 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