aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4338 from i509VCB/dmai509VCB2025-07-0711-25/+1279
|\
| * mspm0: add dma driveri509VCB2025-07-0611-25/+1279
* | Merge pull request #4370 from cmilatinov/feature/stm32-sample-shiftingDario Nieuwenhuis2025-07-065-2/+24
|\ \
| * | Run cargo fmtCristian Milatinov2025-07-051-2/+1
| * | Update examples to add SampleShifting in qspi configCristian Milatinov2025-07-053-1/+5
| * | Run cargo fmtCristian Milatinov2025-07-052-4/+4
| * | Added sample shifting to qspi config for stm32Cristian Milatinov2025-07-052-1/+20
* | | Merge pull request #4358 from skoe/opamp_rccDario Nieuwenhuis2025-07-061-0/+27
|\ \ \ | |/ / |/| |
| * | Use proper RCC clock enable for opampsThomas Giesel2025-07-051-0/+27
* | | Merge pull request #4356 from embassy-rs/update-rust5Dario Nieuwenhuis2025-07-0324-235/+203
|\ \ \
| * | | stm32/sdmmc: disable 1bit test.Dario Nieuwenhuis2025-07-041-0/+4
| * | | stm32/sdmmc: misc improvementsDario Nieuwenhuis2025-07-041-71/+53
| * | | sdmmc: use div_ceil.Dario Nieuwenhuis2025-07-041-5/+3
| * | | stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-047-45/+57
| * | | stm32/dma: add missing fence on BDMA start.Dario Nieuwenhuis2025-07-041-3/+3
| * | | Update Rust nightly, stable.Dario Nieuwenhuis2025-07-0415-111/+83
|/ / /
* | | Merge pull request #4366 from mattwigway/uart-line-breakDario Nieuwenhuis2025-07-031-14/+20
|\ \ \
| * | | remove line break reference from documentationMatt Bhagat-Conway2025-07-031-16/+16
| * | | fix rustfmt in read_to_break docstringMatt Bhagat-Conway2025-07-031-1/+1
| * | | add note about UART line breaks being different from ASCIIMatt Bhagat-Conway2025-07-031-0/+6
* | | | Merge pull request #4365 from qwerty19106/stm32_impl_nb_writeDario Nieuwenhuis2025-07-031-1/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Fix impl embedded_hal_nb::serial::Write for embassy_stm32::usart::UartTxqwerty191062025-07-031-1/+15
* | | | Merge pull request #4330 from innermatrix/stm32-adc-v1-watchdogUlf Lilleengen2025-07-033-4/+241
|\ \ \ \
| * | | | Added STM32 ADCv1 analog watchdog implementationIris Artin2025-06-263-4/+241
* | | | | Merge pull request #4364 from wlcx/patch-1Ulf Lilleengen2025-07-031-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net: correct `UdpSocket::recv_from_with` docsSam W2025-07-031-1/+1
|/ / / /
* | | | Merge pull request #4362 from adom-inc/rp-currrent-coreUlf Lilleengen2025-07-031-0/+20
|\ \ \ \
| * | | | rp: add current_core apiAdrian Wowk2025-07-021-0/+20
* | | | | Merge pull request #4360 from bugadani/esp-generateUlf Lilleengen2025-07-031-0/+2
|\ \ \ \ \
| * | | | | Link to esp-generateDániel Buga2025-07-021-0/+2
| |/ / / /
* | | | | Merge pull request #4361 from jue89/fix/embassy_nrf_pwmUlf Lilleengen2025-07-031-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | embassy-nrf: fix PWM loop countJuergen Fitschen2025-07-021-3/+2
|/ / / /
* | | | Merge pull request #4351 from optlink/maini509VCB2025-06-271-6/+6
|\ \ \ \
| * | | | mspm0: Fix inverted GPIO logicKelsey Maes2025-06-271-6/+6
|/ / / /
* | | | Merge pull request #4350 from 9names/rp_profilesDario Nieuwenhuis2025-06-272-13/+4
|\ \ \ \
| * | | | Minimise profile tweaking in rp examples9names2025-06-272-13/+4
* | | | | Merge pull request #4323 from phycrax/rename_pwminput_newDario Nieuwenhuis2025-06-274-5/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix examplesSüha Ünüvar2025-06-273-3/+3
| * | | | correct documentationSüha Ünüvar2025-06-271-1/+1
| * | | | rename fns and add documentationSüha Ünüvar2025-06-271-2/+7
* | | | | Merge pull request #4337 from kevswims/cleanup-stm32h7rs-xspi-exampleDario Nieuwenhuis2025-06-271-173/+677
|\ \ \ \ \
| * | | | | STM32H7RS Examples: Add OPI functionality to the XSPI exampleKevin Lannen2025-06-261-173/+677
| | |_|/ / | |/| | |
* | | | | Merge pull request #4349 from melvdlin/stm32h723-example-fixDario Nieuwenhuis2025-06-272-12/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stm32h723: remove unused mut from static buffers in spdifrx examplemelvdl2025-06-271-2/+2
| * | | | add examples/stm32h723 to ci.shmelvdl2025-06-271-0/+1
| * | | | [stm32h723]: fix spdifrx examplemelvdl2025-06-271-10/+10
| |/ / /
* | | | Merge pull request #4346 from njfdev/patch-1Dario Nieuwenhuis2025-06-271-2/+2
|\ \ \ \
| * | | | Fix Release and Dev Profiles Being Backwards in rp235x ExamplesNicholas Fasching2025-06-261-2/+2
| |/ / /
* | | | Merge pull request #4348 from melvdlin/stm32-ch-generic-timer-traitsDario Nieuwenhuis2025-06-2721-290/+359
|\ \ \ \ | |/ / / |/| | |
| * | | run cargo fmtmelvdl2025-06-272-2/+2