aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pwm: cleanupxoviat2025-11-251-53/+0
* Merge branch 'feat/pwm_waveform_continuous' of github.com:KorribanMaster/emba...xoviat2025-11-251-0/+53
|\
| * fix: Formatting, use nightly...Eicke Hecht2025-11-242-4/+2
| * fix: formattingEicke Hecht2025-11-241-1/+1
| * wip: Add a working example for the stm32f767zi nucleo. Currently no PWM signa...Eicke Hecht2025-11-243-19/+171
| * fix: Warnings and formatting all fixedEicke Hecht2025-11-243-15/+45
| * feat: Implement basic ring buffered PWM channelEicke Hecht2025-11-243-25/+163
| * fix: Formatting and clippyEicke Hecht2025-11-231-13/+17
| * wip: adding basic ringbuffered structureEicke Hecht2025-11-232-0/+48
| * fix: Fix waveform for channels > 1 and disallow for unsupported dmasEicke Hecht2025-11-232-3/+74
| * doc: Add changelogEicke Hecht2025-11-191-0/+1
| * feat: Add generation of a continuous waveforms for SimplePWMEicke Hecht2025-11-192-2/+48
* | timer: add writable ring bufferxoviat2025-11-257-1/+450
* | Merge pull request #4944 from xoviat/timerxoviat2025-11-254-149/+60
|\ \
| * | cleanup low-level timer methodsxoviat2025-11-253-100/+59
| * | stm32: remove waveform methodxoviat2025-11-254-49/+1
|/ /
* | Merge pull request #4943 from embassy-rs/spis-eventsDario Nieuwenhuis2025-11-252-0/+16
|\ \
| * | feat: add ppi events for SPIS peripheralUlf Lilleengen2025-11-252-0/+16
* | | Merge pull request #4939 from alexstrandberg/rp_spi_nosckUlf Lilleengen2025-11-252-0/+26
|\ \ \
| * | | embassy-rp: add support for TX-only, no SCK SPIAlex Strandberg2025-11-242-0/+26
| |/ /
* | | Merge pull request #4942 from xoviat/xspixoviat2025-11-254-107/+147
|\ \ \
| * \ \ Merge branch 'main' of https://github.com/embassy-rs/embassy into xspixoviat2025-11-24869-9241/+34733
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4897 from bespsm/MSPM0-MATHACLi509VCB2025-11-246-2/+301
|\ \ \ \ | |_|/ / |/| | |
| * | | mspm0-mathacl: exclude the module for non-supported chipsSiarhei B2025-11-211-0/+1
| * | | mspm0-mathacl: add non-generic phantomdataSiarhei B2025-11-211-6/+4
| * | | mspm0-mathacl: another round of formatSiarhei B2025-11-162-0/+2
| * | | mspm0-mathacl: add phantomdata for moduleSiarhei B2025-11-161-5/+11
| * | | mspm0-mathacl: switch to radians as input param for sincos operationsSiarhei B2025-11-162-15/+20
| * | | mspm0: apply formatting for new Mathacl & exampleSiarhei B2025-11-162-6/+8
| * | | mspm0: added PR #4897 description to CHANGELOGSiarhei B2025-11-161-0/+1
| * | | mspm0: add example of MATHACL based & tested on mspm0g3507Siarhei B2025-11-161-0/+37
| * | | mspm0: add MATHACL module and following operations: sin,cosSiarhei B2025-11-163-0/+246
| * | | mspm0: bump mspm0-metapac rev. & add minimath lib as dependencySiarhei B2025-11-161-2/+3
* | | | Merge pull request #4938 from 0e4ef622/nrf52-temp-trimUlf Lilleengen2025-11-242-0/+25
|\ \ \ \
| * | | | embassy-nrf: add workaround for anomaly 66 on nrf52Matthew Tran2025-11-232-0/+25
|/ / / /
* | | | Merge pull request #4935 from xoviat/wpanxoviat2025-11-2326-661/+738
|\ \ \ \
| * | | | fmtxoviat2025-11-231-1/+1
| * | | | changelogxoviat2025-11-231-0/+1
| * | | | fmtxoviat2025-11-231-2/+0
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpanxoviat2025-11-236-25/+41
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #4933 from xoviat/wpan3xoviat2025-11-237-28/+42
|\ \ \ \ \
| * | | | | wpan: use ptr arithmaticxoviat2025-11-235-22/+37
| * | | | | fix vscode fmt settingsxoviat2025-11-231-4/+3
| * | | | | stm32: update pacxoviat2025-11-231-2/+2
|/ / / / /
| * / / / wpan: restructure ipcc and hil test wpan_macxoviat2025-11-2325-660/+736
|/ / / /
* | | | Merge pull request #4922 from WillaWillNot/anybinding_and_bindable_extixoviat2025-11-2342-124/+357
|\ \ \ \
| * | | | Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i...WillaWillNot2025-11-223-19/+22
| * | | | Synchronize with main branchWillaWillNot2025-11-2220-113/+1168
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #4931 from xoviat/lp-dmaxoviat2025-11-228-72/+150
|\ \ \ \ \
| * | | | | low power: store stop mode for dma channelsxoviat2025-11-218-72/+150