| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 8 | -58/+58 |
| |\ | |||||
| | * | 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 |
| * | | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg | Dario Nieuwenhuis | 2024-04-23 | 7 | -38/+137 |
| |\ \ | |||||
| | * | | 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 |
| |\ \ \ | |||||
| | * | | | rustfmt fixes | Eric Yanush | 2024-04-22 | 1 | -5/+6 |
| | * | | | Add sleep/wakeup handling for bxCAN peripherals | Eric Yanush | 2024-04-22 | 1 | -1/+47 |
| | * | | | rustfmt whitespace fixes | Eric Yanush | 2024-04-22 | 2 | -3/+3 |
| | * | | | Enable LEC interrupt as well | Eric Yanush | 2024-04-22 | 1 | -0/+1 |
| | * | | | Ensure bus errors are forwarded only once, enable bus off/passive/warning int... | Eric Yanush | 2024-04-22 | 2 | -3/+28 |
| * | | | | Merge pull request #2849 from joelsa/add-vbus-faq | Dario Nieuwenhuis | 2024-04-22 | 10 | -3/+126 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 8 | -13/+13 |
| | * | | | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 8 | -1/+104 |
| | * | | | Fix spelling in vbus_detection doc comment | Joël Schulz-Ansres | 2024-04-22 | 1 | -2/+2 |
| | * | | | Add USB debugging section to FAQ | Joël Schulz-Ansres | 2024-04-22 | 1 | -0/+20 |
| | |/ / | |||||
| * | | | Merge pull request #2841 from nerwalt/channel-ready-to-receive | Ulf Lilleengen | 2024-04-22 | 1 | -0/+35 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Adding ready_to_receive to Channel and Receiver | nerwalt | 2024-04-19 | 1 | -0/+35 |
| * | | | Merge pull request #2848 from jannic/pio_pull_doc_improvement | Dario Nieuwenhuis | 2024-04-21 | 1 | -0/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Add a comment to the pio rx fifo pull function | Jan Niehusmann | 2024-04-21 | 1 | -0/+4 |
| |/ / | |||||
| * | | Merge pull request #2839 from retif/patch-1 | Ulf Lilleengen | 2024-04-19 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update layer_by_layer.adoc | Oleksandr Kuksenko | 2024-04-19 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uart | Dario Nieuwenhuis | 2024-04-18 | 1 | -6/+9 |
| |\ \ | |||||
| | * | | Allow Uart::new_half_duplex for all usart_vx | qwerty19106 | 2024-04-18 | 1 | -6/+9 |
| * | | | Merge pull request #2832 from MaxiluxSystems/feature/fdcan-bus-off | Dario Nieuwenhuis | 2024-04-18 | 2 | -31/+30 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | stm32: can: fd: implement bus-off recovery | Torin Cooper-Bennun | 2024-04-17 | 2 | -0/+9 |
| | * | | stm32: can: fd: on_interrupt: simplify, rm redundant code | Torin Cooper-Bennun | 2024-04-17 | 1 | -31/+21 |
| * | | | Merge pull request #2831 from cyril-marpaud/patch-1 | Dario Nieuwenhuis | 2024-04-17 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | fix: typo | Cyril Marpaud | 2024-04-17 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2813 from diondokter/u0-dion | Dario Nieuwenhuis | 2024-04-16 | 22 | -24/+622 |
| |\ \ | |||||
| | * | | ci: add u0 examples. | Dario Nieuwenhuis | 2024-04-16 | 1 | -0/+1 |
| | * | | stm32/usb: enable USV for U0. | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+1 |
| | * | | update stm32-metapac. | Dario Nieuwenhuis | 2024-04-16 | 1 | -2/+2 |
| | * | | Fix rng clock | Dion Dokter | 2024-04-16 | 1 | -1/+3 |
| | * | | Add spi, i2c and fix usart | Dion Dokter | 2024-04-16 | 3 | -7/+52 |
| | * | | Added RTC example | Dion Dokter | 2024-04-16 | 2 | -1/+51 |
| | * | | Merge branch 'master' into u0-dion | Dion Dokter | 2024-04-16 | 57 | -984/+1502 |
| | |\ \ | |||||
| | * | | | Add CRC | Dion Dokter | 2024-04-14 | 2 | -0/+33 |
