| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2979 from mattico/xcvrdly | Dario Nieuwenhuis | 2024-05-21 | 1 | -1/+15 |
| |\ | |||||
| | * | usb: add transceiver delay option | Matt Ickstadt | 2024-05-21 | 1 | -1/+15 |
| |/ | |||||
| * | Merge pull request #2975 from embassy-rs/update-book-script-perm | Ulf Lilleengen | 2024-05-21 | 1 | -0/+0 |
| |\ | |||||
| | * | update script permission | Ulf Lilleengen | 2024-05-21 | 1 | -0/+0 |
| |/ | |||||
| * | Merge pull request #2958 from embassy-rs/embassy-book-refactor | Ulf Lilleengen | 2024-05-21 | 51 | -85/+154 |
| |\ | |||||
| | * | update crate paths | Ulf Lilleengen | 2024-05-21 | 2 | -5/+5 |
| | * | fix internal refs | Ulf Lilleengen | 2024-05-21 | 2 | -5/+5 |
| | * | update links | Ulf Lilleengen | 2024-05-21 | 3 | -3/+3 |
| | * | update example path | Ulf Lilleengen | 2024-05-21 | 1 | -5/+5 |
| | * | add book ci script | Ulf Lilleengen | 2024-05-21 | 3 | -5/+22 |
| | * | move images and add makefile | Ulf Lilleengen | 2024-05-21 | 9 | -21/+11 |
| | * | convert from antora to asciidoctor | Ulf Lilleengen | 2024-05-21 | 41 | -31/+93 |
| |/ | |||||
| * | Merge pull request #2835 from embassy-rs/spi-nogenerics | Dario Nieuwenhuis | 2024-05-20 | 12 | -136/+250 |
| |\ | |||||
| | * | stm32/spi: check that the RCC enable bit is disabled on drop. | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+8 |
| | * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 9 | -135/+161 |
| | * | stm32/rcc: add ClockEnableBit struct. | Dario Nieuwenhuis | 2024-05-20 | 2 | -1/+81 |
| |/ | |||||
| * | Merge pull request #2969 from diondokter/pubsub-cleanup | Ulf Lilleengen | 2024-05-20 | 5 | -43/+159 |
| |\ | |||||
| | * | Add little migration sentence to changelog | Dion Dokter | 2024-05-20 | 1 | -0/+1 |
| | * | Fix cyw43 | Dion Dokter | 2024-05-20 | 1 | -8/+10 |
| | * | Add to changelog | Dion Dokter | 2024-05-20 | 1 | -0/+1 |
| | * | Expose new length functions in the subs and pubs | Dion Dokter | 2024-05-20 | 3 | -33/+138 |
| | * | Make behaviour trait sealed | Dion Dokter | 2024-05-20 | 1 | -2/+9 |
| * | | Merge pull request #2972 from cacharle/patch-1 | Ulf Lilleengen | 2024-05-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix typo in sharing_peripherals.adoc | Charles Cabergs | 2024-05-20 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2971 from mattico/usb-ep-send | Dario Nieuwenhuis | 2024-05-20 | 2 | -4/+13 |
| |\ \ | |||||
| | * | | embassy-usb-synopsys-otg: impl Sync for EpState | Matt Ickstadt | 2024-05-20 | 1 | -1/+7 |
| | * | | vscode: improve docs in settings.json | Matt Ickstadt | 2024-05-20 | 1 | -3/+6 |
| |/ / | |||||
| * | | Merge pull request #2967 from si14/si14/embassy-usb-logger-release | Dario Nieuwenhuis | 2024-05-20 | 3 | -2/+30 |
| |\ \ | |/ |/| | |||||
| | * | Add a CHANGELOG to embassy-usb-logger and bump its version | Dan Groshev | 2024-05-20 | 3 | -2/+30 |
| |/ | |||||
| * | Merge pull request #2966 from embassy-rs/jamesmunns-patch-1 | Dario Nieuwenhuis | 2024-05-20 | 1 | -1/+2 |
| |\ | |||||
| | * | embassy-usb - update 0.2 changelog | James Munns | 2024-05-20 | 1 | -1/+2 |
| |/ | |||||
| * | Merge pull request #2897 from andelf/add-ch32-hal-to-list | Dario Nieuwenhuis | 2024-05-20 | 3 | -0/+4 |
| |\ | |||||
| | * | Add ch32-hal to HAL list | Andelf | 2024-05-01 | 3 | -0/+4 |
| * | | Merge pull request #2888 from FransUrbo/uart_r503 | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+158 |
| |\ \ | |||||
| | * | | Example and documentation on how to Calculate correct checksum. | Turbo Fredriksson | 2024-05-01 | 1 | -78/+104 |
| | * | | Finish the read part. | Turbo Fredriksson | 2024-05-01 | 1 | -30/+49 |
| | * | | Added PIO UART examples for rp to talk to an R503 fingerprint scanner. | Turbo Fredriksson | 2024-05-01 | 1 | -0/+113 |
| * | | | Merge pull request #2903 from joelsa/add-dsihost | Dario Nieuwenhuis | 2024-05-20 | 9 | -9/+617 |
| |\ \ \ | |||||
| | * | | | Use read_busy function | Joël Schulz-Ansres | 2024-05-14 | 1 | -2/+3 |
| | * | | | Add helper functions | Joël Schulz-Ansres | 2024-05-14 | 1 | -2/+36 |
| | * | | | Add unwrap to write | Joël Schulz-Ansres | 2024-05-14 | 2 | -1622/+15 |
| | * | | | Improve write_cmd parameters | Joël Schulz-Ansres | 2024-05-14 | 1 | -15/+34 |
| | * | | | Remove comments, add some comments, minor fixes to dsihost.rs | Joël Schulz-Ansres | 2024-05-14 | 3 | -0/+1618 |
| | * | | | Feature-gate u5 | Joël Schulz-Ansres | 2024-05-02 | 1 | -1/+1 |
| | * | | | Add feature gate for f7 | Joël Schulz-Ansres | 2024-05-02 | 2 | -2/+10 |
| | * | | | Remove redundant dsi_phy: None from rcc | Joël Schulz-Ansres | 2024-05-02 | 4 | -7/+0 |
| | * | | | Cargo format | Joël Schulz-Ansres | 2024-05-02 | 2 | -2/+3 |
| | * | | | Add stm32 dsihost driver | Joël Schulz-Ansres | 2024-05-02 | 9 | -2/+543 |
| * | | | | Merge pull request #2893 from Ragarnoy/u16-spidevice | Dario Nieuwenhuis | 2024-05-20 | 2 | -53/+16 |
| |\ \ \ \ | |||||
| | * | | | | embassy-embedded-hal: add support for all word sizes to async shared spi. | Dario Nieuwenhuis | 2024-05-20 | 1 | -6/+8 |
