aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare embassy-time releaseUlf Lilleengen2024-08-0567-67/+72
* Prepare release of embassy-hal-internalUlf Lilleengen2024-08-055-5/+5
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-0523-22/+43
* Merge pull request #3227 from barafael/patch-1Dario Nieuwenhuis2024-08-041-1/+1
|\
| * Fix possible typo in embassy-rp README.mdRafael Bachmann2024-08-031-1/+1
|/
* Merge pull request #3226 from embassy-rs/otg-bounds-checksDario Nieuwenhuis2024-08-021-2/+2
|\
| * usb-synopsys-otg: ensure ep alloc fails when endpoint_count < MAX_EP_COUNT.Dario Nieuwenhuis2024-08-031-2/+2
|/
* Merge pull request #3224 from towynlin/adin1110-readmeDario Nieuwenhuis2024-08-021-1/+1
|\
| * Fix broken link to OPEN Alliance spec for ADIN1110Zachary Crockett2024-08-021-1/+1
|/
* Merge pull request #3174 from JomerDev/add-count-to-read_to_breakUlf Lilleengen2024-08-021-100/+155
|\
| * Add read_to_break_with_countJomer.Dev2024-07-191-100/+155
* | Merge pull request #3222 from bobrippling/fix/bootloader-overflowDario Nieuwenhuis2024-07-311-1/+1
|\ \
| * | Fix bootloader-rp's bootloader memory region overflowRob Pilling2024-07-311-1/+1
|/ /
* | Merge pull request #3221 from wllenyj/lazy-lockUlf Lilleengen2024-07-311-10/+78
|\ \
| * | embassy-sync: more unit-test for LazyLockwanglei2024-07-311-0/+47
| * | embassy-sync: fix the data of LazyLock never dropwanglei2024-07-311-10/+31
* | | Merge pull request #3161 from diondokter/hsemUlf Lilleengen2024-07-311-0/+5
|\ \ \ | |/ / |/| |
| * | Add function to get the active HSEM interruptDion Dokter2024-07-091-0/+5
* | | Merge pull request #3219 from mirkomartn/bound-dns-serversDario Nieuwenhuis2024-07-291-3/+13
|\ \ \
| * | | embassy-net: dns: bound the dns_servers sliceGasper Stukelj2024-07-291-3/+13
* | | | Merge pull request #3215 from samueltardieu/lazy-lockUlf Lilleengen2024-07-294-0/+88
|\ \ \ \
| * | | | embassy-sync: add LazyLockSamuel Tardieu2024-07-294-0/+88
|/ / / /
* | | | Merge pull request #3217 from samueltardieu/f1-flash-bsyDario Nieuwenhuis2024-07-271-1/+3
|\ \ \ \
| * | | | embassy-stm32: wait for BSY flag to clear before flashingSamuel Tardieu2024-07-271-1/+3
|/ / / /
* | | | Merge pull request #3211 from busslina/original-mirror-main-fixing-missing-re...Dario Nieuwenhuis2024-07-252-1/+3
|\ \ \ \
| * | | | Added doc comment to a public enum variantVicente2024-07-251-0/+1
| * | | | FormmatingVicente2024-07-251-1/+1
| * | | | Adding pub struct docsVicente2024-07-251-0/+1
| * | | | Fixing missing re-exportVicente2024-07-251-1/+1
|/ / / /
* | | | Merge pull request #3207 from diondokter/fix-opamp-lifetimesDario Nieuwenhuis2024-07-251-8/+8
|\ \ \ \
| * | | | Relax lifetimes againDion Dokter2024-07-251-19/+19
| * | | | Add extra lifetime to opamp-using structsDion Dokter2024-07-251-20/+20
* | | | | Merge pull request #3209 from embassy-rs/rust180Dario Nieuwenhuis2024-07-2512-111/+22
|\ \ \ \ \
| * | | | | Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-2512-111/+22
|/ / / / /
* | | | | Merge pull request #3206 from embassy-rs/rp-timer-testDario Nieuwenhuis2024-07-252-0/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests/rp: add timer test.Dario Nieuwenhuis2024-07-251-0/+25
| * | | | ci: add instructions to install cargo-batch if not installed.Dario Nieuwenhuis2024-07-241-0/+8
|/ / / /
* | | | Merge pull request #3188 from ninjasource/sdmmc-dma-buffersDario Nieuwenhuis2024-07-221-16/+70
|\ \ \ \
| * | | | Added set_cmd_block for dma memory compatibilityDavid Haig2024-07-191-47/+46
| * | | | Allow cmd buffer to be passed in for dma memoryDavid Haig2024-07-171-18/+73
| |/ / /
* | | | Merge pull request #3200 from Dygear/mainJames Munns2024-07-227-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Updated cargo toml section links.Mark Tomlin2024-07-223-5/+5
| * | | Updated github branch from `master` to `main`.Mark Tomlin2024-07-224-4/+4
|/ / /
* | | Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-182-1/+120
|\ \ \
| * | | Add link to example in bookkalkyl2024-07-082-3/+7
| * | | Add example for shared I2C and SPI buseskalkyl2024-07-081-0/+115
* | | | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-refDario Nieuwenhuis2024-07-183-7/+74
|\ \ \ \
| * | | | Correctly handle modifying LCR register after uart enableMathias2024-07-171-22/+51
| * | | | Fix example after swapping bufferedUart rx and tx in split fnMathias2024-07-171-1/+1
| * | | | Add split_ref fn to uart, allowing a mutable reference split into RX & TX han...Mathias2024-07-172-3/+41
| | |/ / | |/| |