aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge pull request #3163 from michelrandahl/f303-tsc-exampleDario Nieuwenhuis2024-07-184-2/+338
|\ \ \
| * | | add async TSC example for STM32L073michel2024-07-101-0/+122
| * | | add blocking TSC examplesmichel2024-07-103-2/+216
* | | | Merge pull request #3171 from nerwalt/nrf9151Dario Nieuwenhuis2024-07-1824-43/+2288
|\ \ \ \
| * | | | Fixing 9151 s and ns ci example buildsnerwalt2024-07-151-1/+2
| * | | | saddc regression fixnerwalt2024-07-151-1/+1
| * | | | cargo fmt examplesnerwalt2024-07-152-4/+0
| * | | | cargo fmtnerwalt2024-07-151-2/+4
| * | | | Adding _nrf91 featurenerwalt2024-07-157-44/+67
| * | | | Adding 9120 to ci.shnerwalt2024-07-151-0/+4
| * | | | Merge branch 'main' into nrf9151nerwalt2024-07-153-4/+40
| |\ \ \ \
| * | | | | Connecting GPIOTE interruptsnerwalt2024-07-151-5/+5
| * | | | | Putting never used/constucted items behind feature flagnerwalt2024-07-151-2/+3
| * | | | | Using published nrf9120-pacnerwalt2024-07-151-1/+1
| * | | | | Merge branch 'main' into nrf9151nerwalt2024-07-122-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'main' into nrf9151nerwalt2024-07-1160-246/+3136
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'main' into nrf9151nerwalt2024-07-0122-66/+189
| |\ \ \ \ \ \ \
| * | | | | | | | Clean upnerwalt2024-07-011-0/+5
| * | | | | | | | Adding uart example to 9151-nsnerwalt2024-06-282-3/+40
| * | | | | | | | Adding support for 9120nerwalt2024-06-2811-42/+474
| * | | | | | | | Adding initial support for nrf9151 s and nsnerwalt2024-06-2714-0/+1744
* | | | | | | | | Merge pull request #3186 from MathiasKoch/embassy-net/socket-timeoutDario Nieuwenhuis2024-07-181-1/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow setting socket timeout for embedded-nal TcpClient, such that every new ...Mathias2024-07-171-1/+15
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3191 from mirkomartn/fix-docDario Nieuwenhuis2024-07-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | embassy-net: fix minor typo in docGasper Stukelj2024-07-181-1/+1
| |/ / / / / / / /