aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add wdt and flashDion Dokter2024-04-144-1/+182
* Remove temp variableDion Dokter2024-04-141-1/+0
* Add ADCDion Dokter2024-04-143-15/+33
* Add some examples.Dion Dokter2024-04-138-7/+276
* Disable the speed limitationDion Dokter2024-04-131-1/+1
* Add stm32u0 support.Dario Nieuwenhuis2024-04-1312-16/+187
* stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-133-3/+332
* stm32/flash: remove otp flash regions (removed in newer metapacs).Dario Nieuwenhuis2024-04-134-12/+3
* stm32/spi,crc: update for new PACMichael Zill2024-04-134-15/+34
* Merge pull request #2805 from embassy-rs/f4-otg-hs-fixDario Nieuwenhuis2024-04-121-40/+18
|\
| * stm32/otg: fix OTG_HS in FS mode.Dario Nieuwenhuis2024-04-121-40/+18
|/
* Merge pull request #2803 from VegaDeftwing/spelling-and-shellcheckDario Nieuwenhuis2024-04-1112-22/+22
|\
| * Revert xargs changesVega Deftwing2024-04-112-2/+2
| * .sh whitespace and shellcheck fixesVega Deftwing2024-04-114-6/+6
| * Fix spelling and white space mistakesVega Deftwing2024-04-1110-18/+18
* | Merge pull request #2804 from borisfaure/stm32-usb-typo-in-docDario Nieuwenhuis2024-04-111-2/+2
|\ \ | |/ |/|
| * stm32: fix typo in docBoris Faure2024-04-111-2/+2
|/
* Merge pull request #2769 from GustavToft/mainDario Nieuwenhuis2024-04-114-3/+127
|\
| * Removed generic type parameter.Gustav Toft2024-04-111-1/+1
| * Restore vscode settingsGustav Toft2024-04-111-6/+6
| * Merge branch 'main' of https://github.com/embassy-rs/embassyGustav Toft2024-04-1118-68/+68
| |\ | |/ |/|
* | Merge pull request #2797 from andresv/stm32-adc-eh1-delaynsDario Nieuwenhuis2024-04-1018-68/+68
|\ \
| * | stm32 adc: use fn blocking_delay_us(us: u32)Andres Vahter2024-04-107-56/+28
| * | stm32: update adc examplesAndres Vahter2024-04-1011-26/+25
| * | stm32 adc: remove DelayNsAndres Vahter2024-04-106-41/+70
| * | stm32: use embedded_hal_1::delay::DelayNsAndres Vahter2024-04-096-19/+19
|/ /
| * Removed Result for send and poll_send.Gustav Toft2024-04-111-3/+3
| * Merge branch 'main' of https://github.com/GustavToft/embassyGustav Toft2024-04-1165-1133/+3936
| |\
| | * Merge branch 'main' of https://github.com/embassy-rs/embassyGustav Toft2024-04-1065-1133/+3936
| | |\ | |_|/ |/| |
* | | Merge pull request #2794 from simpkins/usb_mpsDario Nieuwenhuis2024-04-091-4/+5
|\ \ \
| * | | USB: fix comments about the config.max_packet_size_0 fieldAdam Simpkins2024-04-091-4/+5
|/ / /
* | | Merge pull request #2787 from sourcebox/sync-additionsDario Nieuwenhuis2024-04-072-1/+31
|\ \ \
| * | | embassy-sync: Add len, is_empty and is_full functions to Channel.Oliver Rockstedt2024-04-082-1/+31
|/ / /
* | | Merge pull request #2785 from barnabywalters/stm32-multiprioDario Nieuwenhuis2024-04-074-0/+20
|\ \ \
| * | | Incorporated adam’s suggestion into all multiprio commentsBarnaby Walters2024-04-074-12/+16
| * | | Apply suggestions from code reviewBarnaby Walters2024-04-072-2/+2
| * | | [embassy-stm32] added comments explaining multiprio interruptsBarnaby Walters2024-04-074-0/+16
|/ / /
* | | Merge pull request #2779 from barnabywalters/patch-1Dario Nieuwenhuis2024-04-051-0/+1
|\ \ \
| * | | Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
|/ / /
* | | Merge pull request #2778 from Dillonmcewan/rcc-docs-typoDario Nieuwenhuis2024-04-051-1/+1
|\ \ \
| * | | Fix 'clocok' typo in RCC docsDillon McEwan2024-04-051-1/+1
|/ / /
* | | Merge pull request #2776 from MaxiluxSystems/fix/adc-h5-ch0Dario Nieuwenhuis2024-04-051-0/+14
|\ \ \
| * | | stm32: adc: v3: [h5] set OR.OP0 to 1 when ADCx_INP0 is selected, per RMTorin Cooper-Bennun2024-04-051-0/+14
|/ / /
* | | Merge pull request #2775 from embassy-rs/qspi-autolenDario Nieuwenhuis2024-04-041-30/+23
|\ \ \
| * | | stm32/qspi: autodeduce transfer len from buffer len.Dario Nieuwenhuis2024-04-051-30/+23
|/ / /
* | | Merge pull request #2476 from pawel00100/rp_pwm_input_pull-up_and_pull-downDario Nieuwenhuis2024-04-043-11/+73
|\ \ \
| * | | Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-053-11/+73
|/ / /
* | | Merge pull request #2735 from eZioPan/stm32-timer-api-leakDario Nieuwenhuis2024-04-042-65/+115
|\ \ \
| * | | stm32/time-driver: always use CC interrupt.Dario Nieuwenhuis2024-04-051-26/+17
| * | | add missing interrupt for timereZio Pan2024-04-052-44/+71