| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32 timer: fix 32bit timer off by 1 ARR error | ftk | 2024-04-27 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #2872 from embassy-rs/cleanups | Dario Nieuwenhuis | 2024-04-26 | 59 | -76/+55 |
| |\ | | | | | | | Misc cleanups. | ||||
| | * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 54 | -63/+39 |
| | | | |||||
| | * | Remove leftover `cargo new` boilerplate. | Dario Nieuwenhuis | 2024-04-26 | 5 | -10/+0 |
| | | | |||||
| | * | stm32/usart: remove wildcard import. | Dario Nieuwenhuis | 2024-04-26 | 2 | -3/+16 |
| |/ | |||||
| * | Merge pull request #2790 from chrysn-pull-requests/prep-embedded-nal-async-udp | Dario Nieuwenhuis | 2024-04-26 | 1 | -8/+12 |
| |\ | | | | | | | net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions | ||||
| | * | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in ↵ | chrysn | 2024-04-19 | 1 | -1/+1 |
| | | | | | | | | | poll_ functions | ||||
| | * | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in ↵ | chrysn | 2024-04-19 | 1 | -2/+2 |
| | | | | | | | | | poll_ functions | ||||
| | * | Merge branch 'main' into prep-embedded-nal-async-udp | chrysn | 2024-04-19 | 126 | -1268/+3045 |
| | |\ | |||||
| | * | | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in ↵ | chrysn | 2024-04-15 | 1 | -4/+2 |
| | | | | | | | | | | | | | poll_ functions | ||||
| | * | | net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ ↵ | chrysn | 2024-04-08 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | functions This is a breaking change for users of the poll_ functions. (Some might not notice if they already pass in an IpEndpoint into poll_send_to, or discard that item in poll_recv_from). | ||||
| * | | | Merge pull request #2827 from alexmoon/wait-disabled | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+13 |
| |\ \ \ | | | | | | | | | | | | | Add `wait_disabled` method to `embassy_nrf::usb::Endpoint` | ||||
| | * | | | Add `wait_disabled` method to `embassy_nrf::usb::Endpoint` | Alex Moon | 2024-04-16 | 1 | -1/+13 |
| | | | | | |||||
| * | | | | Merge pull request #2844 from Dygear/doc-updates | Dario Nieuwenhuis | 2024-04-26 | 2 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Link back to Cargo.toml section. | ||||
| | * | | | | Update sharing_peripherals.adoc | Mark Tomlin | 2024-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixed Typo. | ||||
| | * | | | | Update time_keeping.adoc | Mark Tomlin | 2024-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixed Typo. | ||||
| | * | | | | Update sharing_peripherals.adoc | Mark Tomlin | 2024-04-19 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Update time_keeping.adoc | Mark Tomlin | 2024-04-19 | 1 | -0/+2 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #2846 from BjornTheProgrammer/main | Dario Nieuwenhuis | 2024-04-26 | 2 | -0/+326 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Added PIO pwm examples for rp | ||||
| | * | | | | Changed attach to new | Bjorn | 2024-04-21 | 2 | -4/+4 |
| | | | | | | |||||
| | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy | Bjorn | 2024-04-20 | 33 | -116/+762 |
| | |\| | | | |||||
| | * | | | | Added PIO pwm examples for rp | Bjorn | 2024-04-20 | 2 | -0/+326 |
| | | | | | | | | | | | | | | | | | | | | | Two additionally `rp` examples, `pio_pwm.rs`, which is a baremetal example of how to do pwm with pio, and `pio_servo.rs`, which is a more extended example of pwm and pio with servos. | ||||
| * | | | | | Merge pull request #2871 from bugadani/synopsys | Dario Nieuwenhuis | 2024-04-26 | 10 | -1204/+6185 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Extract Synopsys USB OTG driver from embassy-stm32 | ||||
| | * | | | | | Add embassy-usb-synopsys-otg to docs build. | Dario Nieuwenhuis | 2024-04-26 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Remove extra disable call | Dániel Buga | 2024-04-26 | 1 | -2/+3 |
| | | | | | | | |||||
| | * | | | | | Add some metadata | Dániel Buga | 2024-04-26 | 4 | -5/+23 |
| | | | | | | | |||||
| | * | | | | | Reset inited flag to allow re-enabling | Dániel Buga | 2024-04-26 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Hide the Dir trait | Dániel Buga | 2024-04-26 | 2 | -8/+10 |
| | | | | | | | |||||
| | * | | | | | Extract synopsys otg driver | Dániel Buga | 2024-04-26 | 7 | -1203/+6161 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2 | Dario Nieuwenhuis | 2024-04-26 | 23 | -22/+38 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | embassy-usb: Update version and add changelog | ||||
| | * | | | | | | Update dependent versions | James Munns | 2024-04-23 | 21 | -21/+21 |
| | | | | | | | | |||||
| | * | | | | | | Update version and add changelog | James Munns | 2024-04-23 | 2 | -1/+17 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #2859 from bsodmike/add_trace_logging_for_uart | Dario Nieuwenhuis | 2024-04-26 | 1 | -6/+26 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add trace logging for USART | ||||
| | * | | | | | | | Add trace logging for USART | Michael de Silva | 2024-04-24 | 1 | -6/+26 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #2869 from HaoboGu/main | Dario Nieuwenhuis | 2024-04-26 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | doc: add RMK to embassy in the wild | ||||
| | * | | | | | | doc: add RMK to embassy in the wild | Haobo Gu | 2024-04-25 | 1 | -0/+3 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | | | | | | Merge pull request #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 8 | -58/+58 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...) | ||||
| | * | | | | | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 8 | -24/+24 |
| | | | | | | | |||||
| | * | | | | | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 7 | -25/+25 |
| | | | | | | | |||||
| | * | | | | | usb/hid: make RequestHandler::set_report(&mut self,…) | Boris Faure | 2024-04-15 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way, it is possible to change some fields in the RequestHandler based on outside report. | ||||
| * | | | | | | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg | Dario Nieuwenhuis | 2024-04-23 | 7 | -38/+137 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stm32: can: fd: Properties for common runtime get/set operations | ||||
| | * | | | | | | stm32: can: fd: Properties: simplify reg accesses | Torin Cooper-Bennun | 2024-04-23 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | stm32: can: fd: introduce BusErrorMode with docs and Properties getter | Torin Cooper-Bennun | 2024-04-23 | 2 | -3/+29 |
| | | | | | | | | |||||
| | * | | | | | | stm32: can: fd: fix a couple doc comments | Torin Cooper-Bennun | 2024-04-23 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | examples: stm32: can: fix build | Torin Cooper-Bennun | 2024-04-22 | 3 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | stm32: can: fd: fix test build for all relevant chips | Torin Cooper-Bennun | 2024-04-22 | 2 | -6/+18 |
| | | | | | | | | |||||
| | * | | | | | | stm32: can: fd: Properties: rm &mut refs; make !Sync; rename getters | Torin Cooper-Bennun | 2024-04-22 | 1 | -32/+15 |
| | | | | | | | | |||||
| | * | | | | | | stm32: can: fd: Properties for common runtime get/set operations | Torin Cooper-Bennun | 2024-04-22 | 1 | -27/+105 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #2854 from ericyanush/feat/add-bxcan-sleep-wakeup | Dario Nieuwenhuis | 2024-04-22 | 2 | -4/+77 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add stm32 bxCAN sleep/wakeup functionality | ||||
| | * | | | | | | | rustfmt fixes | Eric Yanush | 2024-04-22 | 1 | -5/+6 |
| | | | | | | | | | |||||
