aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32 timer: fix 32bit timer off by 1 ARR errorftk2024-04-271-1/+4
* Merge pull request #2872 from embassy-rs/cleanupsDario Nieuwenhuis2024-04-2659-76/+55
|\
| * Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-2654-63/+39
| * Remove leftover `cargo new` boilerplate.Dario Nieuwenhuis2024-04-265-10/+0
| * stm32/usart: remove wildcard import.Dario Nieuwenhuis2024-04-262-3/+16
|/
* Merge pull request #2790 from chrysn-pull-requests/prep-embedded-nal-async-udpDario Nieuwenhuis2024-04-261-8/+12
|\
| * fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-1/+1
| * fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-2/+2
| * Merge branch 'main' into prep-embedded-nal-async-udpchrysn2024-04-19126-1268/+3045
| |\
| * | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-151-4/+2
| * | net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ func...chrysn2024-04-081-5/+11
* | | Merge pull request #2827 from alexmoon/wait-disabledDario Nieuwenhuis2024-04-261-1/+13
|\ \ \
| * | | Add `wait_disabled` method to `embassy_nrf::usb::Endpoint`Alex Moon2024-04-161-1/+13
* | | | Merge pull request #2844 from Dygear/doc-updatesDario Nieuwenhuis2024-04-262-0/+4
|\ \ \ \
| * | | | Update sharing_peripherals.adocMark Tomlin2024-04-221-2/+2
| * | | | Update time_keeping.adocMark Tomlin2024-04-221-2/+2
| * | | | Update sharing_peripherals.adocMark Tomlin2024-04-191-0/+2
| * | | | Update time_keeping.adocMark Tomlin2024-04-191-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #2846 from BjornTheProgrammer/mainDario Nieuwenhuis2024-04-262-0/+326
|\ \ \ \
| * | | | Changed attach to newBjorn2024-04-212-4/+4
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassyBjorn2024-04-2033-116/+762
| |\| | |
| * | | | Added PIO pwm examples for rpBjorn2024-04-202-0/+326
* | | | | Merge pull request #2871 from bugadani/synopsysDario Nieuwenhuis2024-04-2610-1204/+6185
|\ \ \ \ \
| * | | | | Add embassy-usb-synopsys-otg to docs build.Dario Nieuwenhuis2024-04-261-0/+1
| * | | | | Remove extra disable callDániel Buga2024-04-261-2/+3
| * | | | | Add some metadataDániel Buga2024-04-264-5/+23
| * | | | | Reset inited flag to allow re-enablingDániel Buga2024-04-261-0/+1
| * | | | | Hide the Dir traitDániel Buga2024-04-262-8/+10
| * | | | | Extract synopsys otg driverDániel Buga2024-04-267-1203/+6161
* | | | | | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2Dario Nieuwenhuis2024-04-2623-22/+38
|\ \ \ \ \ \
| * | | | | | Update dependent versionsJames Munns2024-04-2321-21/+21
| * | | | | | Update version and add changelogJames Munns2024-04-232-1/+17
* | | | | | | Merge pull request #2859 from bsodmike/add_trace_logging_for_uartDario Nieuwenhuis2024-04-261-6/+26
|\ \ \ \ \ \ \
| * | | | | | | Add trace logging for USARTMichael de Silva2024-04-241-6/+26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2869 from HaoboGu/mainDario Nieuwenhuis2024-04-261-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | doc: add RMK to embassy in the wildHaobo Gu2024-04-251-0/+3
|/ / / / / /
* | | | | | Merge pull request #2812 from borisfaure/mut-hid-request-handlerDario Nieuwenhuis2024-04-238-58/+58
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-158-24/+24
| * | | | | examples: request_handler is mutableBoris Faure2024-04-157-25/+25
| * | | | | usb/hid: make RequestHandler::set_report(&mut self,…)Boris Faure2024-04-151-9/+9
* | | | | | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfgDario Nieuwenhuis2024-04-237-38/+137
|\ \ \ \ \ \
| * | | | | | stm32: can: fd: Properties: simplify reg accessesTorin Cooper-Bennun2024-04-231-2/+2
| * | | | | | stm32: can: fd: introduce BusErrorMode with docs and Properties getterTorin Cooper-Bennun2024-04-232-3/+29
| * | | | | | stm32: can: fd: fix a couple doc commentsTorin Cooper-Bennun2024-04-231-2/+2
| * | | | | | examples: stm32: can: fix buildTorin Cooper-Bennun2024-04-223-4/+4
| * | | | | | stm32: can: fd: fix test build for all relevant chipsTorin Cooper-Bennun2024-04-222-6/+18
| * | | | | | stm32: can: fd: Properties: rm &mut refs; make !Sync; rename gettersTorin Cooper-Bennun2024-04-221-32/+15
| * | | | | | stm32: can: fd: Properties for common runtime get/set operationsTorin Cooper-Bennun2024-04-221-27/+105
* | | | | | | Merge pull request #2854 from ericyanush/feat/add-bxcan-sleep-wakeupDario Nieuwenhuis2024-04-222-4/+77
|\ \ \ \ \ \ \
| * | | | | | | rustfmt fixesEric Yanush2024-04-221-5/+6