aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * | | Add sleep/wakeup handling for bxCAN peripheralsEric Yanush2024-04-221-1/+47
| * | | rustfmt whitespace fixesEric Yanush2024-04-222-3/+3
| * | | Enable LEC interrupt as wellEric Yanush2024-04-221-0/+1
| * | | Ensure bus errors are forwarded only once, enable bus off/passive/warning int...Eric Yanush2024-04-222-3/+28
* | | | Merge pull request #2849 from joelsa/add-vbus-faqDario Nieuwenhuis2024-04-2210-3/+126
|\ \ \ \ | |_|/ / |/| | |
| * | | rustfmt usb examplesJoël Schulz-Ansres2024-04-228-13/+13
| * | | Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-228-1/+104
| * | | Fix spelling in vbus_detection doc commentJoël Schulz-Ansres2024-04-221-2/+2
| * | | Add USB debugging section to FAQJoël Schulz-Ansres2024-04-221-0/+20
| |/ /
* | | Merge pull request #2841 from nerwalt/channel-ready-to-receiveUlf Lilleengen2024-04-221-0/+35
|\ \ \ | |/ / |/| |
| * | Adding ready_to_receive to Channel and Receivernerwalt2024-04-191-0/+35
* | | Merge pull request #2848 from jannic/pio_pull_doc_improvementDario Nieuwenhuis2024-04-211-0/+4
|\ \ \ | |/ / |/| |
| * | Add a comment to the pio rx fifo pull functionJan Niehusmann2024-04-211-0/+4
|/ /
* | Merge pull request #2839 from retif/patch-1Ulf Lilleengen2024-04-191-1/+1
|\ \
| * | Update layer_by_layer.adocOleksandr Kuksenko2024-04-191-1/+1
|/ /
* | Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uartDario Nieuwenhuis2024-04-181-6/+9
|\ \
| * | Allow Uart::new_half_duplex for all usart_vxqwerty191062024-04-181-6/+9
* | | Merge pull request #2832 from MaxiluxSystems/feature/fdcan-bus-offDario Nieuwenhuis2024-04-182-31/+30
|\ \ \ | |/ / |/| |
| * | stm32: can: fd: implement bus-off recoveryTorin Cooper-Bennun2024-04-172-0/+9
| * | stm32: can: fd: on_interrupt: simplify, rm redundant codeTorin Cooper-Bennun2024-04-171-31/+21
* | | Merge pull request #2831 from cyril-marpaud/patch-1Dario Nieuwenhuis2024-04-171-1/+1
|\ \ \ | |/ / |/| |
| * | fix: typoCyril Marpaud2024-04-171-1/+1
|/ /
* | Merge pull request #2813 from diondokter/u0-dionDario Nieuwenhuis2024-04-1622-24/+622
|\ \
| * | ci: add u0 examples.Dario Nieuwenhuis2024-04-161-0/+1
| * | stm32/usb: enable USV for U0.Dario Nieuwenhuis2024-04-161-1/+1
| * | update stm32-metapac.Dario Nieuwenhuis2024-04-161-2/+2
| * | Fix rng clockDion Dokter2024-04-161-1/+3
| * | Add spi, i2c and fix usartDion Dokter2024-04-163-7/+52
| * | Added RTC exampleDion Dokter2024-04-162-1/+51
| * | Merge branch 'master' into u0-dionDion Dokter2024-04-1657-984/+1502
| |\ \
| * | | Add CRCDion Dokter2024-04-142-0/+33