| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | * | | | | embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig. | Dario Nieuwenhuis | 2024-05-20 | 1 | -11/+4 |
| | * | | | | PR remarks | Ragarnoy | 2024-05-20 | 1 | -1/+1 |
| | * | | | | rustmft | Ragarnoy | 2024-05-20 | 1 | -8/+4 |
| | * | | | | Remove old embedded-hal trait implementations | ragarnoy | 2024-05-20 | 1 | -94/+4 |
| | * | | | | Add Copy and 'static constraint to Word type in SPI structs | Ragarnoy | 2024-05-20 | 1 | -4/+9 |
| | * | | | | rustfmt | Ragarnoy | 2024-05-20 | 1 | -13/+23 |
| | * | | | | Improve flexibility by introducing SPI word size as a generic parameter | Ragarnoy | 2024-05-20 | 1 | -16/+63 |
| |/ / / / | |||||
| * | | | | Merge pull request #2912 from brunob45/simple_capture | Dario Nieuwenhuis | 2024-05-20 | 4 | -1/+384 |
| |\ \ \ \ | |||||
| | * | | | | fix fmt for ci | Bruno Bousquet | 2024-05-06 | 3 | -4/+6 |
| | * | | | | add async capture | Bruno Bousquet | 2024-05-06 | 3 | -20/+199 |
| | * | | | | format timer/mod.rs | Bruno Bousquet | 2024-05-05 | 1 | -1/+1 |
| | * | | | | cleanup for PR | Bruno Bousquet | 2024-05-05 | 8 | -258/+3 |
| | * | | | | add get_input_interrupt | Bruno Bousquet | 2024-05-05 | 3 | -16/+33 |
| | * | | | | formatting | Bruno Bousquet | 2024-05-05 | 3 | -14/+18 |
| | * | | | | create input_capture | Bruno Bousquet | 2024-05-05 | 10 | -2/+438 |
| * | | | | | Merge pull request #2956 from tact1m4n3/uart-fix | Dario Nieuwenhuis | 2024-05-20 | 3 | -72/+87 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx | tact1m4n3 | 2024-05-17 | 3 | -72/+87 |
| * | | | | | | Merge pull request #2960 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-05-20 | 4 | -1/+93 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full function... | Oliver Rockstedt | 2024-05-18 | 2 | -0/+40 |
| | * | | | | | | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full function... | Oliver Rockstedt | 2024-05-18 | 2 | -0/+40 |
| | * | | | | | | embassy-sync: Add capacity and free_capacity functions to Channel | Oliver Rockstedt | 2024-05-18 | 2 | -1/+13 |
| * | | | | | | | Merge pull request #2962 from avsaase/rp-async-multiwritenorflash | Ulf Lilleengen | 2024-05-19 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | rp/flash: implement `embedded_storage_async::nor_flash::MultiwriteNorFlash` | Alexander van Saase | 2024-05-18 | 1 | -0/+5 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2954 from embassy-rs/jamesmunns-patch-1 | James Munns | 2024-05-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | FAQ: Fix section nesting | James Munns | 2024-05-17 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2952 from embassy-rs/jamesmunns-patch-1 | Dario Nieuwenhuis | 2024-05-17 | 1 | -0/+19 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | FAQ: "How to add support for a new chip" | James Munns | 2024-05-17 | 1 | -0/+19 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2950 from felipebalbi/add-stm32g0-i2c-async-example | Dario Nieuwenhuis | 2024-05-16 | 1 | -0/+48 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | stm32g0: add i2c_async example | Felipe Balbi | 2024-05-16 | 1 | -0/+48 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2947 from felipebalbi/add-shared-bus-example | Dario Nieuwenhuis | 2024-05-16 | 2 | -0/+113 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | stm32h7: add shared bus example | Felipe Balbi | 2024-05-16 | 2 | -0/+113 |
