aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [embassy-usb-dfu] accept closure to customise DFU functionGerhard de Clercq2025-05-144-40/+30
* [embassy-usb-dfu] correct comment about composite devicesGerhard de Clercq2025-05-134-16/+14
* Merge branch 'embassy-rs:main' into dfu-msosGerhard de Clercq2025-05-135-1/+379
|\
| * Merge pull request #4185 from 9names/update_rp_rt_feature_docsUlf Lilleengen2025-05-131-1/+4
| |\
| | * Clarify embassy-rp rt feature purpose9names2025-05-101-1/+4
| * | Merge pull request #4186 from 0e4ef622/nrf53-ipcUlf Lilleengen2025-05-134-0/+375
| |\ \ | | |/ | |/|
| | * nrf: Rework IPC moduleMatthew Tran2025-05-111-194/+197
| | * nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-104-0/+372
| |/
* / [embassy-usb-dfu] support function level WinUSB GUIDsGerhard de Clercq2025-05-124-8/+65
|/
* Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-0911-290/+344
|\
| * And another fix, should be the last failing exampleMarc2025-05-021-1/+1
| * Fix examples for rp235xMarc2025-05-023-3/+3
| * Replace generic inner with argumentsMarc2025-05-021-14/+19
| * Remove some forgotten commented out codeMarc2025-05-021-2/+0
| * Update examples and testsMarc2025-05-025-11/+11
| * Removed instance from uart typesMarc2025-05-022-273/+324
* | Merge pull request #4150 from 1-rafael-1/rp2040-overclockingUlf Lilleengen2025-05-099-44/+1052
|\ \
| * | Clarify comment for CoreVoltage enum regarding V1_201-rafael-12025-05-071-1/+1
| * | Changes after review1-rafael-12025-05-073-18/+37
| * | rework init()1-rafael-12025-05-051-153/+103
| * | Add PIO clock divider utility and refactor related modules1-rafael-12025-05-035-25/+43
| * | first batch of changes after review1-rafael-12025-05-024-231/+134
| * | make ci happy1-rafael-12025-05-011-1/+6
| * | overclock test, should now run on all rp chips1-rafael-12025-05-011-54/+40
| * | Refactor overclock test for RP2040: add unused imports conditionally and ensu...1-rafael-12025-05-011-0/+17
| * | Add overclocking test for RP2040 with timer and PWM tests at 200Mhz1-rafael-12025-05-011-0/+62
| * | - two more doc examples test ignored1-rafael-12025-05-011-8/+214
| * | add manual overclock example, finalize API, cleanup1-rafael-12025-05-013-146/+227
| * | Remove unused embassy-rp/sdk examples subproject1-rafael-12025-04-291-0/+0
| * | refactoring to have higher and lower level api1-rafael-12025-04-293-208/+351
| * | first working draft1-rafael-12025-04-282-179/+505
| * | Add overclock example for RP2040 with 200 MHz clock configuration1-rafael-12025-04-261-0/+60
| * | fmt1-rafael-12025-04-261-2/+2
| * | Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...1-rafael-12025-04-263-5/+23
| * | Add core voltage scaling options and PLL parameter finder for RP20401-rafael-12025-04-261-14/+228
* | | Merge pull request #4173 from phycrax/derive-for-pwmpincfgUlf Lilleengen2025-05-091-0/+2
|\ \ \
| * | | derive debug copy clone defmt for pwmpinconfigSüha Ünüvar2025-05-071-0/+2
* | | | Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust...Ulf Lilleengen2025-05-0922-26/+26
|\ \ \ \
| * | | | Remove tweakHiroaki Yutani2025-05-072-6/+0
| * | | | RevertHiroaki Yutani2025-05-078-44/+38
| * | | | Try another tweakHiroaki Yutani2025-05-061-0/+3
| * | | | One more tweakHiroaki Yutani2025-05-061-0/+3
| * | | | Add a temporary tweakHiroaki Yutani2025-05-062-0/+6
| * | | | chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-0629-64/+64
* | | | | Merge pull request #4168 from yutannihilation/fix/rotary-encoder-rxf-negative...Ulf Lilleengen2025-05-091-2/+2
|\ \ \ \ \
| * | | | | Handle negative valueHiroaki Yutani2025-05-051-2/+2
* | | | | | Merge pull request #4175 from felipebalbi/imxrt-rtos-timerUlf Lilleengen2025-05-095-80/+209
|\ \ \ \ \ \
| * | | | | | Add OS Event timer supportFelipe Balbi2025-05-074-29/+184
| * | | | | | clocks: remove defmt messagesFelipe Balbi2025-05-071-41/+1
| * | | | | | clocks: split clock and reset operationsFelipe Balbi2025-05-071-8/+22