aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mspm0: generate interrupt group handlersi509VCB2025-05-205-0/+10
| |/ / /
| * | | Merge pull request #4188 from Gerharddc/dfu-msosUlf Lilleengen2025-05-192-5/+42
| |\ \ \
| | * | | [usb-dfu examples] Alert users to customise their WinUSB GUIDsGerhard de Clercq2025-05-142-2/+6
| | * | | [embassy-usb-dfu] accept closure to customise DFU functionGerhard de Clercq2025-05-142-10/+18
| | * | | [embassy-usb-dfu] correct comment about composite devicesGerhard de Clercq2025-05-132-12/+8
| | * | | [embassy-usb-dfu] support function level WinUSB GUIDsGerhard de Clercq2025-05-122-6/+35
| | |/ /
| * | | Merge pull request #4193 from embediver/pio-i2s-bit-depth-configDario Nieuwenhuis2025-05-182-4/+0
| |\ \ \
| | * | | Fix example for rp235xMarvin Gudel2025-05-131-2/+0
| | * | | Fix exampleMarvin Gudel2025-05-131-2/+0
| | |/ /
| * | | Merge pull request #4194 from i509VCB/update-metapac2Dario Nieuwenhuis2025-05-1810-15/+15
| |\ \ \
| | * | | mspm0: generate feature per chip + packagei509VCB2025-05-1310-15/+15
| * | | | Update defmt dependenciesYuri Astrakhan2025-05-1864-186/+186
| * | | | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-1849-61/+21
| * | | | Merge pull request #4206 from rursprung/add-possibility-to-document-bind_inte...Dario Nieuwenhuis2025-05-151-3/+6
| |\ \ \ \
| | * | | | add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-3/+6
| * | | | | Add UART and DMA driversFelipe Balbi2025-05-152-0/+142
| |/ / / /
| * | | | Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-133-9/+85
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | remove Debug2Fmt from examples1-rafael-12025-05-123-3/+3
| | * | | Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-122-2/+2
| | * | | rp235x overclocking1-rafael-12025-05-113-8/+84
| * | | | Merge branch 'main' into add-rngDario Nieuwenhuis2025-05-139-6/+324
| |\ \ \ \
| | * \ \ \ Merge pull request #4181 from felipebalbi/add-crcDario Nieuwenhuis2025-05-131-0/+175
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Add embassy-imxrt CRC driverFelipe Balbi2025-05-091-0/+175
| | * | | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-096-6/+6
| | |\ \ \ \
| | | * | | | And another fix, should be the last failing exampleMarc2025-05-021-1/+1
| | | * | | | Fix examples for rp235xMarc2025-05-023-3/+3
| | | * | | | Update examples and testsMarc2025-05-022-2/+2
| | * | | | | Merge pull request #4150 from 1-rafael-1/rp2040-overclockingUlf Lilleengen2025-05-092-0/+143
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Changes after review1-rafael-12025-05-071-1/+1
| | | * | | first batch of changes after review1-rafael-12025-05-022-17/+14
| | | * | | add manual overclock example, finalize API, cleanup1-rafael-12025-05-012-18/+87
| | | * | | refactoring to have higher and lower level api1-rafael-12025-04-291-1/+12
| | | * | | first working draft1-rafael-12025-04-281-10/+16
| | | * | | Add overclock example for RP2040 with 200 MHz clock configuration1-rafael-12025-04-261-0/+60
| | | |/ /
| * | / / Add embassy-imxrt RNG driverFelipe Balbi2025-05-091-0/+40
| |/ / /
| * | | Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust...Ulf Lilleengen2025-05-0921-25/+25
| |\ \ \
| | * | | Remove tweakHiroaki Yutani2025-05-072-6/+0
| | * | | Add a temporary tweakHiroaki Yutani2025-05-062-0/+6
| | * | | chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-0621-25/+25
| * | | | 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-091-2/+2
| |\ \ \ \
| | * | | | Add OS Event timer supportFelipe Balbi2025-05-071-2/+2
| | |/ / /
| * | | | embassy-usb-dfu: Change return of reset to ()Matthew Tran2025-05-082-4/+4
| * | | | Merge pull request #4169 from vinsynth/mainHenrik Alsér2025-05-061-1/+3
| |\ \ \ \
| | * | | | fix h7 sai example start sequencevinsynth2025-05-051-1/+3
| | |/ / /
| * | | | Fix f7 boot exampleDion Dokter2025-05-011-1/+1
| * | | | Fix f7 exampleDion Dokter2025-05-011-1/+1
| * | | | Maybe fixed all CIDion Dokter2025-05-011-1/+1
| * | | | Merge branch 'main' into configurable-bank-supportdiondokter2025-05-013-50/+58
| |\| | |