aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aaaaaaDario Nieuwenhuis2025-09-224-4/+4
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-2229-5/+73
* ci: add cargo manifest checkDario Nieuwenhuis2025-09-225-20/+18
* Merge pull request #4688 from 9names/rp2350_msplim_stackguardDario Nieuwenhuis2025-09-213-11/+76
|\
| * chore: update changelog9names2025-09-211-0/+1
| * examples/rp235x: Add multicore stack overflow example9names2025-09-211-0/+72
| * rp: Use msplim for rp235x core1 stack guard9names2025-09-211-11/+3
* | Merge pull request #4687 from 0e4ef622/persistDario Nieuwenhuis2025-09-216-2/+56
|\ \
| * | nrf: add persist() method for gpio and ppiMatthew Tran2025-09-206-2/+56
| |/
* | Merge pull request #4690 from narottamroyal/usb-crs-syncDario Nieuwenhuis2025-09-212-2/+13
|\ \ | |/ |/|
| * Add support for USB CRS syncNarottam Royal2025-09-212-2/+13
|/
* Merge pull request #4684 from embassy-rs/cyw43-transport-errorUlf Lilleengen2025-09-192-7/+36
|\
| * chore: rustfmtUlf Lilleengen2025-09-191-2/+1
| * chore: add changelog item.Ulf Lilleengen2025-09-191-1/+2
| * fix: add error handling for HCI transportUlf Lilleengen2025-09-191-5/+34
|/
* Merge pull request #4683 from embassy-rs/bt-hci-0.5Ulf Lilleengen2025-09-192-1/+2
|\
| * chore: update to bt-hci 0.5.0Ulf Lilleengen2025-09-192-1/+2
|/
* Merge pull request #4680 from diondokter/clone-on-shared-i2cUlf Lilleengen2025-09-187-19/+57
|\
| * Add to changelogDion Dokter2025-09-181-0/+2
| * Clippy fixesDion Dokter2025-09-185-19/+19
| * Add clone impl on shared i2cDion Dokter2025-09-182-0/+36
|/
* Merge pull request #4678 from ophilli/mainUlf Lilleengen2025-09-182-1/+3
|\
| * docs(cyw43): clarify Control::join() docsOwen Phillips2025-09-172-1/+3
|/
* Merge pull request #4624 from paroga/usb_dfu_resetUlf Lilleengen2025-09-172-1/+8
|\
| * Merge branch 'main' into usb_dfu_resetUlf Lilleengen2025-09-17178-3316/+9129
| |\ | |/ |/|
* | Merge pull request #4216 from 1-rafael-1/rp2040-rtc-alarmUlf Lilleengen2025-09-178-5/+332
|\ \
| * | RTC alarm test timing was off1-rafael-12025-09-161-4/+16
| * | Log current date and time when alarm is triggered1-rafael-12025-09-151-1/+5
| * | Fix race condition in RTC alarm by using AtomicBool flag1-rafael-12025-09-151-6/+14
| * | alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-154-21/+129
| * | Update CHANGELOG.md1-rafael-12025-09-151-2/+3
| * | Merge branch 'main' into rp2040-rtc-alarm1-rafael-12025-09-15790-6998/+33850
| |\ \
| * | | simplify alarm scheduling logic in RTC example1-rafael-12025-05-201-4/+1
| * | | embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-165-3/+200
* | | | Merge pull request #4646 from Iooon/mspm0-adci509VCB2025-09-176-0/+612
|\ \ \ \
| * | | | mspm0-adc: implement From for AnyAdcChannelcrispaudio2025-09-143-47/+35
| * | | | mspm0-adc: use CfgSet to enable vrsel cfg optioncrispaudio2025-09-101-4/+4
| * | | | mspm0-adc: remove dynamic vrsel and cleanupcrispaudio2025-09-094-72/+56
| * | | | mspm0-adc: fix rustfmt importscrispaudio2025-09-081-5/+5
| * | | | mspm0-adc: add to changelogcrispaudio2025-09-081-0/+1
| * | | | mspm0-adc: add adc with examplescrispaudio2025-09-085-0/+639
* | | | | Merge pull request #4674 from per42/adc_v3-enumsDario Nieuwenhuis2025-09-164-85/+118
|\ \ \ \ \
| * | | | | Undo autoformatPer Rosengren2025-09-161-66/+43
| * | | | | Merge remote-tracking branch 'upstream/main' into adc_v3-enumsPer Rosengren2025-09-1681-1753/+2172
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | ci: docserver -c flag doesn't exist anymoreDario Nieuwenhuis2025-09-161-34/+34
* | | | | | Merge pull request #4671 from tonarino/chunk-ospi-dma-writeDario Nieuwenhuis2025-09-162-18/+25
|\ \ \ \ \ \
| * | | | | | Aaaaaand the changelog of coursegoodhoko2025-09-161-0/+1
| * | | | | | Write data with the Ospi peripheral in chunks to respect the max DMA transfer...Brian Schwind2025-09-161-18/+24
|/ / / / / /
* | | | | | Merge pull request #4670 from tonarino/handle-ospi-errorsDario Nieuwenhuis2025-09-162-3/+19
|\ \ \ \ \ \
| * | | | | | Don't forget to update the changelog (again)goodhoko2025-09-161-0/+1