aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated based on feedbackMichael Medin2025-04-241-24/+18
* Fixed for cs not always usedMichael Medin2025-04-241-2/+2
* Fixed formattingMichael Medin2025-04-241-1/+0
* Add function to allow re-init rcc config for stm32Michael Medin2025-04-241-0/+28
* Merge pull request #4123 from alexmoon/manual-with-timeout-implDario Nieuwenhuis2025-04-231-19/+42
|\
| * Manually implement the future for `with_timeout`Alex Moon2025-04-231-19/+42
|/
* Merge pull request #4121 from sebgab/reset_spi_when_applying_config_stm32Dario Nieuwenhuis2025-04-221-0/+8
|\
| * Disable SPI before changing config, then re-enable SPI on STM32Sebastian Gabrielli2025-04-221-0/+8
|/
* Merge pull request #4119 from 0e4ef622/nrf53-wdtDario Nieuwenhuis2025-04-2117-40/+102
|\
| * nrf: make wdt INDEX privateMatthew Tran2025-04-211-9/+7
| * nrf53: add WDT supportMatthew Tran2025-04-2017-42/+106
|/
* Merge pull request #4112 from embassy-rs/update-metapac-4929Dario Nieuwenhuis2025-04-189-44/+63
|\
| * stm32: update metapac, cleanup clocks a bit.Dario Nieuwenhuis2025-04-189-44/+63
|/
* Merge pull request #4111 from antonok-edm/hash-context-cloneDario Nieuwenhuis2025-04-181-0/+1
|\
| * derive `Clone` for `hash::Context`Anton Lazarev2025-04-181-0/+1
|/
* Merge pull request #3843 from ost-ing/sdmmc-multiblocksDario Nieuwenhuis2025-04-182-17/+195
|\
| * stm32/sdmmc: add support for multiple block reads and writes.Oliver2025-04-182-17/+195
* | Merge pull request #3965 from toon23/stm32_usart-pin_configDario Nieuwenhuis2025-04-183-96/+91
|\ \
| * | Stm32 usart: better names for open drain pin modesAnton Pöhl2025-04-162-8/+8
| * | Stm32 usart: Remove meaningless pin configurationsAnton Pöhl2025-04-121-10/+0
| * | FormatAnton Pöhl2025-04-112-23/+5
| * | Stm32 usart: remove HalfDuplexConfigAnton Pöhl2025-04-113-43/+16
| * | Stm32 usart: make pin modes of cts, tx, rts and de configurableAnton Pöhl2025-04-112-34/+84
* | | Merge pull request #4082 from markmurphydev/patch-1Dario Nieuwenhuis2025-04-181-1/+1
|\ \ \
| * | | Update blinky_wifi example nameMark Murphy2025-04-121-1/+1
* | | | Merge pull request #4089 from IvanLi-CN/g4-opampDario Nieuwenhuis2025-04-183-22/+341
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-143-22/+341
* | | | Merge pull request #4107 from bugadani/cmsisdapDario Nieuwenhuis2025-04-182-0/+129
|\ \ \ \
| * | | | Add optional trace endpointDániel Buga2025-04-171-1/+28
| * | | | Add CMSIS-DAP driverDániel Buga2025-04-172-0/+102
* | | | | Merge pull request #4108 from Josep8128/mainDario Nieuwenhuis2025-04-181-1/+1
|\ \ \ \ \
| * | | | | Added USB core_id 0x1000 for STM32Josep Angel Oltra2025-04-171-1/+1
* | | | | | RIP stm32l073rzDario Nieuwenhuis2025-04-181-0/+1
|/ / / / /
* | | | | Merge pull request #4102 from dkm/patch-1Dario Nieuwenhuis2025-04-171-1/+1
|\ \ \ \ \
| * | | | | Fix link in faq.adocMarc Poulhiès2025-04-161-1/+1
|/ / / / /
* | | | | Merge pull request #4100 from ckrenslehner/fix/stm32wb-low-powerDario Nieuwenhuis2025-04-153-2/+14
|\ \ \ \ \
| * | | | | fix: stm32wb55 low power feature did not compileckrenslehner2025-04-153-2/+14
* | | | | | Merge pull request #4093 from 1-rafael-1/rp235x-input-pwm-fixDario Nieuwenhuis2025-04-151-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Enable input mode for PWM pins on RP235x and disable it on drop1-rafael-12025-04-141-0/+10
* | | | | | Merge pull request #4095 from G33KatWork/stm32_eth_v1_miiDario Nieuwenhuis2025-04-151-15/+116
|\ \ \ \ \ \
| * | | | | | Implement MII for STM32 V1 ethernet peripheralAndreas Galauner2025-04-151-15/+116
| |/ / / / /
* | | | | | Merge pull request #4096 from wez/csprngDario Nieuwenhuis2025-04-151-0/+3
|\ \ \ \ \ \
| * | | | | | embassy-rp: impl rand_core::CryptoRng for TrngWez Furlong2025-04-141-0/+3
| |/ / / / /
* | | | | | Merge pull request #4097 from mkj/pr/rp-i2c-slave-pinsDario Nieuwenhuis2025-04-151-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rp: i2c-slave example: fix twice-swapped sda/sclMatt Johnston2025-04-151-6/+6
|/ / / / /
* | | | | Merge pull request #4090 from diondokter/g4-adc5Dario Nieuwenhuis2025-04-141-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add the ADC5 to the DMA codegen for the STM32g4x3 and g4x4Dion Dokter2025-04-141-0/+7
* | | | | Merge pull request #4085 from 1-rafael-1/add-rp235x-in-docs-commentsUlf Lilleengen2025-04-1431-36/+36
|\ \ \ \ \
| * | | | | Update adc.rsrafael2025-04-141-1/+1
| * | | | | Update adc.rsrafael2025-04-141-2/+2