aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-0350-518/+663
* executor: unify export mod.Dario Nieuwenhuis2023-04-032-10/+6
* Merge #1317bors[bot]2023-04-021-4/+4
|\
| * Fix set_baudrate on RP-PICOThierry Fleury2023-04-011-4/+4
|/
* Merge #1311bors[bot]2023-03-315-1171/+1194
|\
| * Split bootloader implementation into multiple filesRasmus Melchior Jacobsen2023-03-315-1171/+1194
|/
* Merge pull request #1263 from embassy-rs/turbowakersDario Nieuwenhuis2023-03-308-42/+115
|\
| * executor,sync: add support for turbo-wakers.Dario Nieuwenhuis2023-03-308-42/+115
|/
* Merge #1294bors[bot]2023-03-294-1/+641
|\
| * feat(stm32:qspi): convert some u8 to enum variantsMateusz Butkiewicz2023-03-292-60/+350
| * feat(stm32:qspi): add support for QSPI in stm32Mateusz Butkiewicz2023-03-273-1/+351
* | Merge #1307bors[bot]2023-03-281-0/+99
|\ \
| * | Remove unnecessary lifetimeMathias2023-03-281-2/+2
| * | Add embedded-io blocking Read + Write for BufferedUartMathias2023-03-281-0/+99
* | | Merge #1303bors[bot]2023-03-274-0/+53
|\ \ \ | |_|/ |/| |
| * | Address review commentsJames Munns2023-03-272-11/+3
| * | Correct copy/paste errorsJames Munns2023-03-271-4/+6
| * | Add logging and interface for debugging buffer usageJames Munns2023-03-274-0/+59
|/ /
* | Merge pull request #1302 from embassy-rs/update-stm32-pacDario Nieuwenhuis2023-03-272-11/+6
|\ \
| * | Update stm32-metapacDario Nieuwenhuis2023-03-272-11/+6
|/ /
* | Merge #1291bors[bot]2023-03-264-81/+153
|\ \
| * | executor: Use AtomicPtr for signal_ctx, removes 1 unsafe.Dario Nieuwenhuis2023-03-271-6/+4
| * | executor: deduplicate doc comments.Dario Nieuwenhuis2023-03-271-24/+1
| * | executor: Allow TaskStorage to auto-implement `Sync`Grant Miller2023-03-204-57/+154
* | | Merge #1299bors[bot]2023-03-261-28/+43
|\ \ \
| * | | sync/pipe: update to clarify docs that it is byte-oriented.Dario Nieuwenhuis2023-03-261-28/+43
|/ / /
* | | Merge #1288bors[bot]2023-03-263-12/+98
|\ \ \ | |_|/ |/| |
| * | fix: spi transfer bug and additions to testLachezar Lechev2023-03-262-8/+28
| * | chore: add spi_async tests for uneven buffersLachezar Lechev2023-03-241-4/+40
| * | fix: PR commentLachezar Lechev2023-03-241-6/+1
| * | fix(rp): spi transferLachezar Lechev2023-03-202-6/+41
| |/
* | Merge #1295bors[bot]2023-03-231-14/+60
|\ \
| * | Fix return type for EH-nb traitsMathias2023-03-231-4/+4
| * | Add embedded-io blocking Read + Write for BufferedUartMathias2023-03-231-10/+56
|/ /
* | Merge #1287bors[bot]2023-03-2125-2635/+34
|\ \
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-2025-2635/+34
| |/
* | Merge #1292bors[bot]2023-03-211-4/+28
|\ \ | |/ |/|
| * perf(pubsub): Skip clone on last messageRasmus Melchior Jacobsen2023-03-211-4/+28
|/
* Merge #1274bors[bot]2023-03-192-0/+143
|\
| * Example using the PIO to drive WS2812 aka Neopixel RGB ledsCaleb Jamison2023-03-112-0/+143
* | Merge #1282bors[bot]2023-03-191-0/+47
|\ \
| * | fix(pubsub): Pop messages which count is 0 after unsubscribeRasmus Melchior Jacobsen2023-03-151-0/+47
* | | vscode: recommend extensions, disable toml formatting, update.Dario Nieuwenhuis2023-03-192-5/+14
* | | Merge #1285bors[bot]2023-03-171-0/+2
|\ \ \
| * | | Add must_use to OnDropRasmus Melchior Jacobsen2023-03-171-0/+2
|/ / /
* | | Merge #1284bors[bot]2023-03-177-8/+8
|\ \ \ | |/ / |/| |
| * | Fix APB clock calculation for several STM32 familiesEric Yanush2023-03-167-8/+8
|/ /
* | Merge #1281bors[bot]2023-03-151-2/+1
|\ \
| * | Wait for waker when no data is available on UDP socket.Roy Buitenhuis2023-03-151-2/+1
|/ /
* | Merge #1279bors[bot]2023-03-142-45/+1
|\ \