aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'main' into fix/adc-prescaler-calcxoviat2025-11-15804-6855/+29731
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4892 from Dectron-AB/cleanup-timerxoviat2025-11-154-262/+271
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | stm32: Cleanup timers
| * | | | | | | | | Update changelogAlbin Hedman2025-11-151-0/+1
| | | | | | | | | |
| * | | | | | | | | Add dma waveform methods to complementary pwm tooAlbin Hedman2025-11-151-0/+48
| | | | | | | | | |
| * | | | | | | | | Move dma waveform methods down to low level timerAlbin Hedman2025-11-153-264/+224
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4889 from xoviat/timexoviat2025-11-153-82/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup low_power add_time function
| * \ \ \ \ \ \ \ \ Merge branch 'main' into timexoviat2025-11-156-16/+51
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fmtxoviat2025-11-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | low_power remove wucksel enumxoviat2025-11-141-56/+13
| | | | | | | | | | |
| * | | | | | | | | | changelogxoviat2025-11-141-0/+1
| | | | | | | | | | |
| * | | | | | | | | | low_power: cleanup add_timexoviat2025-11-141-26/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4891 from xoviat/adcxoviat2025-11-153-34/+70
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | adc: move enable after configure_sequence
| * | | | | | | | | | adc: move enable after configure_sequencexoviat2025-11-153-34/+70
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4778 from everdrone/stm32_sai_frame_lengthxoviat2025-11-153-3/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | allow setting stm32 SAI frame_length to 256
| * | | | | | | | | Merge branch 'main' into stm32_sai_frame_lengthxoviat2025-11-1595-3317/+5567
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4878 from Dectron-AB/adc-ch-fixesxoviat2025-11-142-2/+22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correcting channel numbers for internal voltage measurements etc.
| * | | | | | | | | | adjusting changelogDaniel Nilsson2025-11-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | undoing channel splitDaniel Nilsson2025-11-141-104/+50
| | | | | | | | | | |
| * | | | | | | | | | misspelled todo macroDaniel Nilsson2025-11-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | fix whitespace issuesDaniel Nilsson2025-11-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | adding support for stm32l4Daniel Nilsson2025-11-141-9/+23
| | | | | | | | | | |
| * | | | | | | | | | import spelling error fixDaniel Nilsson2025-11-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | whitespace fix..Daniel Nilsson2025-11-141-2/+1
| | | | | | | | | | |
| * | | | | | | | | | walking around ci unreachable code warningDaniel Nilsson2025-11-141-2/+8
| | | | | | | | | | |
| * | | | | | | | | | walking around stm32wb differencesDaniel Nilsson2025-11-141-10/+19
| | | | | | | | | | |
| * | | | | | | | | | ci fix: whitespace removalDaniel Nilsson2025-11-141-2/+0
| | | | | | | | | | |
| * | | | | | | | | | indention fixDaniel Nilsson2025-11-141-2/+2
| | | | | | | | | | |
| * | | | | | | | | | fixing one more failed rust fmt ciDaniel Nilsson2025-11-141-2/+2
| | | | | | | | | | |
| * | | | | | | | | | fixing failed rust fmt ciDaniel Nilsson2025-11-141-3/+3
| | | | | | | | | | |
| * | | | | | | | | | updating changelogDaniel Nilsson2025-11-141-0/+2
| | | | | | | | | | |
| * | | | | | | | | | splitting up ADC1/2 implementations on Adc to ensure relevant methods are ↵Daniel Nilsson2025-11-141-50/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only visible on the ADC block where they are supported
| * | | | | | | | | | correcting channel on interval Vbat, adding Vbat resistor disable to ↵Daniel Nilsson2025-11-141-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preserve current when not sampling.
* | | | | | | | | | | Merge pull request #4887 from xoviat/adc-g4xoviat2025-11-141-8/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adc: fix g4 injected sequence
| * | | | | | | | | | | adc: fix g4 injected sequencexoviat2025-11-141-8/+15
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4833 from plaes/stm32-pwm-docs-miscxoviat2025-11-141-3/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | stm32/timer/simplepwm: Fix docs formatting and clarify timer usage
| * | | | | | | | | | stm32/timer/simplepwm: Fix docs formatting and clarify timer usagePriit Laes2025-11-041-3/+10
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4884 from xoviat/adcxoviat2025-11-144-114/+80
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix async adc reads on h5 and others
| * | | | | | | | | | | adc: fix c0 algorithmxoviat2025-11-132-85/+53
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adcxoviat2025-11-1326-825/+1823
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | fix async adc for h5 and othersxoviat2025-11-132-29/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #4882.
* | | | | | | | | | | | Merge pull request #4886 from embassy-rs/nrf54-flash-sizeUlf Lilleengen2025-11-143-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: use correct nrf54l15 flash size
| * | | | | | | | | | | | docs: add changelogUlf Lilleengen2025-11-141-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-142-2/+2
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both SVD and documentation agrees on 1524kB
* | | | | | | | | | | | Merge pull request #4810 from ↵Ulf Lilleengen2025-11-145-18/+77
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de-vri-es/nrf-gpiote-enable-interrupts-before-being-polled embassy-nrf: add `gpiote::InputChannel::wait_for_high/low()`
| * | | | | | | | | | | embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-305-18/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also catch GPIOTE events directly when wait() is called, even before polling the future.
| | | | * | | | | | | | use try_into and unwrapeverdrone2025-11-151-6/+1
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'main' into stm32_sai_frame_lengtheverdrone2025-11-10198-2491/+22335
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | fix stm32h723 exampleeverdrone2025-10-231-1/+1
| | | | | | | | | | | | |
| | | | * | | | | | | | | add error message and convert to u8everdrone2025-10-231-1/+6
| | | | | | | | | | | | |
| | | | * | | | | | | | | Add changelog entryeverdrone2025-10-231-0/+2
| | | | | | | | | | | | |