aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add split_ref fn to uart, allowing a mutable reference split into RX & TX han...Mathias2024-07-172-3/+41
* 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
|/
* 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
| * implement read_ready method in BufferedUartrafael2024-07-101-0/+18
|/
* Merge pull request #3160 from 1-rafael-1/add-rp-sample-distribute-resourcesJames Munns2024-07-083-0/+86
|\
| * add faqrafael2024-07-081-0/+4
| * rustfmtrafael2024-07-081-5/+2
| * rustfmtrafael2024-07-081-1/+1
| * add assign_resources examplerafael2024-07-082-0/+85
|/
* Merge pull request #3157 from kalkyl/sharingJames Munns2024-07-083-1/+154
|\
| * Add more docs and cross-linkskalkyl2024-07-083-7/+20
| * Add example for sharing things between taskskalkyl2024-07-081-0/+140
|/
* Merge pull request #3154 from Dicklessgreat/mainJames Munns2024-07-071-3/+9
|\
| * Fixed to reserve as much space as it uses.Dickless2024-07-071-1/+1
| * Merge branch 'main' of https://github.com/Dicklessgreat/embassy into mainDickless2024-07-060-0/+0
| |\ | |/ |/|
* | Merge pull request #3152 from Dicklessgreat/mainHenrik Alsér2024-07-042-0/+187
|\ \
| | * [#2905 #2904] Replaced static raw array with GroundedArrayCellDickless2024-07-061-3/+9
| |/
| * cargo +nightly fmtDickless2024-07-051-3/+1
| * rustfmtDickless2024-07-051-2/+1
| * add SAI exampleDickless2024-07-052-0/+190
|/
* Merge pull request #3148 from andresv/stm32-adc-blocking_readUlf Lilleengen2024-07-0317-38/+86
|\
| * stm32 adc: introduce blocking_readAndres Vahter2024-07-0317-38/+86
* | Merge pull request #3144 from Stupremee/better-clock-messagesDario Nieuwenhuis2024-07-031-7/+15
|\ \ | |/ |/|
| * Better panic message when peripheral clock is not enabledJustus K2024-07-031-7/+15
* | Merge pull request #3128 from andresv/stm32-adc-dma-v3Ulf Lilleengen2024-07-035-30/+429
|\ \
| * | stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44
| * | stm32: adc v3: fix for newest pacAndres Vahter2024-07-022-7/+5
| * | stm32 adc read_async: add asserts for buf lenAndres Vahter2024-07-022-6/+13
| * | stm32 adc v3 read_asyncAndres Vahter2024-07-021-16/+176
| * | add async dma read exampleAlexandros Liarokapis2024-07-021-0/+76
| * | add asynchrous sequence read support to adc v4Alexandros Liarokapis2024-07-022-12/+126
| |/
* | Merge pull request #3145 from embassy-rs/nrf-radio-fixesUlf Lilleengen2024-07-031-7/+2
|\ \
| * | remove unused loggingUlf Lilleengen2024-07-031-3/+0
| * | fix cancellation hanging on event never occuringUlf Lilleengen2024-07-031-4/+2
* | | Merge pull request #3143 from andresv/stm32-ringbuffered-adc-docsUlf Lilleengen2024-07-031-2/+71
|\ \ \