aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3138 from andresv/update-stm32-metapacDario Nieuwenhuis2024-07-022-3/+3
|\
| * stm32 ringbuffered adc: fix for metapac changesAndres Vahter2024-07-021-1/+1
| * update stm32-metapacAndres Vahter2024-07-021-2/+2
|/
* Merge pull request #3116 from sethkrie/adc-v2-ringbufDario Nieuwenhuis2024-07-025-1/+461
|\
| * fix typo, add spaces after //seth2024-07-011-5/+5
| * CIseth2024-06-241-8/+13
| * second adc added to example + API todos completedseth2024-06-242-17/+29
| * fmtseth2024-06-241-3/+2
| * new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...seth2024-06-245-1/+445
* | Merge pull request #3089 from qwerty19106/stm32_uart_half_fix_sequential_read...Dario Nieuwenhuis2024-07-021-14/+31
|\ \
| * | STM32 Half-Duplex: fix sequential reads and writesРоман Кривенков2024-07-021-14/+31
* | | Merge pull request #3093 from liarokapisv/circular_half_transfer_irDario Nieuwenhuis2024-07-021-0/+1
|\ \ \ | |/ / |/| |
| * | Enables half transfer ir when constructing a ReadableDmaRingBufferAlexandros Liarokapis2024-06-231-0/+1
* | | Merge pull request #3127 from shufps/feat/dds-exampleDario Nieuwenhuis2024-07-012-1/+117
|\ \ \
| * | | formatshufps2024-06-281-5/+3
| * | | added commentshufps2024-06-281-0/+1
| * | | added DDS exampleshufps2024-06-282-1/+118
* | | | Merge pull request #3141 from trepidacious/ready_ready_and_write_ready_fixDario Nieuwenhuis2024-07-011-3/+3
|\ \ \ \
| * | | | Update `ReadReady` and `WriteReady` implementationstrepidacious2024-07-011-3/+3
* | | | | Merge pull request #3104 from birdistheword96/mainDario Nieuwenhuis2024-07-011-0/+5
|\ \ \ \ \
| * | | | | Fix Formatting IssuesJamie Bird2024-06-211-2/+2
| * | | | | Fix: Ensure I2C bus is free before master-write operationJamie Bird2024-06-211-0/+5
* | | | | | Merge pull request #3126 from ninjasource/stm32-ltdcDario Nieuwenhuis2024-07-019-40/+1051
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Applied formattingDavid Haig2024-06-282-34/+29
| * | | | | Moved ltdc example to its own crateDavid Haig2024-06-289-33/+134
| * | | | | Get dsi_bsp example to compile againDavid Haig2024-06-282-97/+131
| * | | | | Updated metapac dependency to latest for LTDC supportDavid Haig2024-06-281-3/+2
| * | | | | Add support for the stm32 ltdc display peripheralDavid Haig2024-06-275-50/+932
| | |/ / / | |/| | |
* | | | | Merge pull request #3139 from igiona/AllowDrivingStrengthInPwmDario Nieuwenhuis2024-07-012-5/+54
|\ \ \ \ \
| * | | | | fixup! feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-011-4/+4
| * | | | | feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-012-5/+54
* | | | | | Merge pull request #3137 from embassy-rs/nrf-egu-irqUlf Lilleengen2024-07-011-0/+18
|\ \ \ \ \ \
| * | | | | | expose enabling and disabling irq for triggersUlf Lilleengen2024-07-011-0/+18
|/ / / / / /
* | | | | | Merge pull request #3130 from kkrolczyk/kk/i2c-addr-flexibilityUlf Lilleengen2024-07-012-22/+101
|\ \ \ \ \ \
| * | | | | | rp/i2c: add address flexibility and exampleKrzysztof Królczyk2024-06-282-22/+101
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3136 from trepidacious/read_ready_smoltcp_fixDario Nieuwenhuis2024-06-301-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add check for closed connection to `read_ready()`trepidacious2024-06-301-1/+1
|/ / / / /
* | | | | Merge pull request #3131 from dflemstr/less-implicit-panicsDario Nieuwenhuis2024-06-2818-43/+69
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Panic on index-out-of-bounds when releasing RCC nodeDavid Flemström2024-06-291-0/+2
| * | | | Avoid accidental copy of static var before creating mut refDavid Flemström2024-06-291-2/+2
| * | | | Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-2813-29/+25
| * | | | Remove implicit bounds checking from rcc moduleDavid Flemström2024-06-281-10/+20
| * | | | Route sources of panics to the crate's fmt macrosDavid Flemström2024-06-284-4/+22
|/ / / /
* | | | Merge pull request #3125 from neuschaefer/inputDario Nieuwenhuis2024-06-271-1/+1
|\ \ \ \
| * | | | docs: Fix mention of ExtiInputJ. Neuschäfer2024-06-271-1/+1
|/ / / /
* | | | Merge pull request #3121 from embassy-rs/nrftestsDario Nieuwenhuis2024-06-2510-81/+219
|\ \ \ \
| * | | | tests/nrf: add non-buffered uart tests.Dario Nieuwenhuis2024-06-253-0/+100
| * | | | tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-256-75/+108
| * | | | nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832Dario Nieuwenhuis2024-06-251-4/+5
| * | | | nrf: fix wrong order configuring gpios.Dario Nieuwenhuis2024-06-252-2/+6
|/ / / /