aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2215 from andresv/stm32-allow-eha-without-timeDario Nieuwenhuis2023-11-241-1/+1
|\
| * stm32 i2c: allow EHA traits without time featureAndres Vahter2023-11-241-1/+1
|/
* Merge pull request #2214 from aspizu/patch-1Ulf Lilleengen2023-11-241-0/+13
|\
| * add faq for deploying to RP2040 using elf2uf2-rsjan2023-11-241-0/+13
|/
* Merge pull request #2211 from embassy-rs/cache-lockfilesDario Nieuwenhuis2023-11-212-0/+20
|\
| * ci: cache lockfilesDario Nieuwenhuis2023-11-212-0/+20
|/
* Merge pull request #2210 from embassy-rs/lulf-patch-1Ulf Lilleengen2023-11-211-2/+2
|\
| * Update faq.adocUlf Lilleengen2023-11-211-2/+2
|/
* Merge pull request #2209 from bugadani/faqDario Nieuwenhuis2023-11-211-0/+1
|\
| * Add note for XtensaDániel Buga2023-11-211-0/+1
* | Merge pull request #2207 from mickvangelderen/split-can-bus-2Dario Nieuwenhuis2023-11-211-33/+41
|\ \ | |/ |/|
| * FormatMick van Gelderen2023-11-211-7/+1
| * Rename _flush* methodsMick van Gelderen2023-11-211-11/+9
| * Refactor bxcan split.Tommas Bakker2023-11-211-27/+43
* | Merge pull request #2208 from jamesmunns/add-faqDario Nieuwenhuis2023-11-212-0/+25
|\ \ | |/ |/|
| * Add FAQ with one question from chatJames Munns2023-11-212-0/+25
|/
* Merge pull request #2198 from adamgreig/stm32-opampDario Nieuwenhuis2023-11-202-38/+41
|\
| * STM32 opamp: use impl Peripheral instead of directly taking pinsAdam Greig2023-11-202-27/+21
| * STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp i...Adam Greig2023-11-201-2/+18
| * STM32: Don't enable opamps in new(), wait until configured.Adam Greig2023-11-181-10/+3
* | Merge pull request #2197 from MabezDev/priority-channelDario Nieuwenhuis2023-11-204-3/+618
|\ \
| * | revert module changes, reexport heapless relevant itemsScott Mabin2023-11-203-8/+6
| * | docsScott Mabin2023-11-182-1/+6
| * | more clean up, refactor channel into module to share codeScott Mabin2023-11-183-48/+6
| * | reduce duplication further by sharing Dynamic sender/receiverScott Mabin2023-11-182-85/+3
| * | docs and simple test for priorityScott Mabin2023-11-181-0/+11
| * | Reduce duplication, fix testsScott Mabin2023-11-182-61/+41
| * | Priority channel using binary heapScott Mabin2023-11-182-0/+745
| |/
* | Merge pull request #2192 from RobertTDowling/stm32h7-adc-clockDario Nieuwenhuis2023-11-201-1/+6
|\ \
| * | PR feedbackRobertTDowling2023-11-191-2/+2
| * | stm32h7 ADC: Fix stalled clock in default h7 configRobertTDowling2023-11-151-1/+6
* | | Merge pull request #2204 from Slowki/fix/igmp-compile-errorDario Nieuwenhuis2023-11-192-0/+5
|\ \ \
| * | | add build with `igmp` enabled to ci.shStephan Wolski2023-11-191-0/+1
| * | | populate `medium` in DriverAdapter struct in IGMP codeStephan Wolski2023-11-191-0/+4
* | | | Merge pull request #2139 from jamesmunns/patch-1Dario Nieuwenhuis2023-11-193-4/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Add docs, touch all linker fragmentsJames Munns2023-11-193-2/+38
| * | | Update RP2040 memory.xJames Munns2023-11-191-2/+2
|/ / /
* | | Merge pull request #2203 from embassy-rs/h7-sai4only-fixDario Nieuwenhuis2023-11-193-32/+40
|\ \ \ | |_|/ |/| |
| * | stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync...Dario Nieuwenhuis2023-11-193-32/+40
|/ /
* | Merge pull request #2173 from andresv/expose-i2c-async-api-without-timeDario Nieuwenhuis2023-11-171-70/+90
|\ \ | |/ |/|
| * stm32 i2c: remove mod dummy_timeAndres Vahter2023-11-111-80/+87
| * stm32 i2c: remove pub _timeout apiAndres Vahter2023-11-111-143/+13
| * i2c: expose async api without needing timeAndres Vahter2023-11-101-32/+175
* | Merge pull request #2184 from sammko/cyw43-multicast-macsDario Nieuwenhuis2023-11-162-1/+56
|\ \
| * | cyw43: Add Control method to add multicast HW addressSamuel Čavoj2023-11-162-1/+56
|/ /
* | Merge pull request #2189 from embassy-rs/executor-haxDario Nieuwenhuis2023-11-1554-110/+430
|\ \
| * | executor: add faster ARM-specific impl.Dario Nieuwenhuis2023-11-152-1/+105
| * | executor: release v0.3.3Dario Nieuwenhuis2023-11-1544-44/+44
| * | executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-1510-67/+280
| * | executor: add missing `main` macro reexport on xtensa.Dario Nieuwenhuis2023-11-141-0/+3
|/ /