aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / / / /
* | | | | | | | Merge pull request #3189 from kalkyl/fmc-a13Dario Nieuwenhuis2024-07-181-0/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | stm32: Add 13bit address sdram constructorskalkyl2024-07-171-0/+40
| |/ / / / / / /
* | | | | | | | Merge pull request #3195 from MathiasKoch/chore/flash-partition-cloneDario Nieuwenhuis2024-07-182-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Hand-roll Clone impl instead of deriveMathias2024-07-182-2/+20
| * | | | | | | | Add Clone derive to flash Partition in embassy-embedded-halMathias2024-07-182-0/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #3193 from taaki2311/mainDario Nieuwenhuis2024-07-1823-230/+138
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'embassy-rs:main' into maintaaki23112024-07-173-9/+9
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3182 from embassy-rs/nightly-update-moreDario Nieuwenhuis2024-07-163-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Update nightly, fix error with rp inline asm.Dario Nieuwenhuis2024-07-163-9/+9
|/ / / / / / / /
| * / / / / / / Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-1723-230/+138
|/ / / / / / /
* | | | | | | Merge pull request #3181 from JuliDi/bump-udbd-hidDario Nieuwenhuis2024-07-167-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | bump more udbd-hid usages to 0.8.1JuliDi2024-07-165-5/+5
| * | | | | | bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-162-2/+2
|/ / / / / /
* | | | | | Merge pull request #3179 from 1-rafael-1/impl-ReadReady-for-buffered-uartJames Munns2024-07-142-0/+36
|\ \ \ \ \ \
| * | | | | | stm after cargo fixrafael2024-07-141-4/+4
| * | | | | | nrf after cargo checkrafael2024-07-141-2/+2
| * | | | | | stmrafael2024-07-141-0/+18
| * | | | | | nrfrafael2024-07-141-0/+18
|/ / / / / /
* | | | | | Merge pull request #3176 from wyager/mainDario Nieuwenhuis2024-07-141-4/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Change const asserts to `core::assert` to avoid invoking `defmt::assert`William Yager2024-07-131-4/+4
|/ / / / /
* | | | | Merge pull request #3170 from neuschaefer/devDario Nieuwenhuis2024-07-122-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net-adin1110: Fix typo in commentJ. Neuschäfer2024-07-121-1/+1
| * | | | executor: Use spawner.must_spawn(...) for wasm tooJ. Neuschäfer2024-07-121-1/+1
|/ / / /
* | | | Merge pull request #3165 from 1-rafael-1/impl-ReadReady-for-BufferedUart-in-e...James Munns2024-07-101-0/+18
|\ \ \ \
| * | | | rustfmtrafael2024-07-101-2/+2