| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 29 | -99/+94 |
| * | Merge #983 | bors[bot] | 2022-09-28 | 1 | -3/+3 |
| |\ | |||||
| | * | Remove subghz static lifetime requirement | Ulf Lilleengen | 2022-09-28 | 1 | -3/+3 |
| * | | Merge #914 | bors[bot] | 2022-09-27 | 3 | -0/+565 |
| |\ \ | |/ |/| | |||||
| | * | Allow unused fields temporarily in i2c | Mathias | 2022-09-27 | 1 | -8/+8 |
| | * | Move async i2c implementation to new PR, to merge working blocking implementa... | Mathias | 2022-09-27 | 1 | -178/+1 |
| | * | Apply suggestions from code review | Mathias Koch | 2022-09-27 | 1 | -3/+3 |
| | * | Add async API for I2C | Mathias | 2022-09-27 | 1 | -56/+225 |
| | * | Add further i2c error types | Mathias | 2022-09-27 | 2 | -26/+45 |
| | * | Fix blocking I2C | Mathias | 2022-09-27 | 1 | -69/+127 |
| | * | Add blocking read & write for I2C | Mathias | 2022-09-27 | 1 | -20/+286 |
| | * | Add preliminary I2C implementation for RP2040 | Mathias | 2022-09-27 | 4 | -1/+231 |
| |/ | |||||
| * | Merge #979 | bors[bot] | 2022-09-27 | 6 | -17/+17 |
| |\ | |||||
| | * | usb: make HALs depend only on embassy-usb-driver. | Dario Nieuwenhuis | 2022-09-27 | 6 | -17/+17 |
| |/ | |||||
| * | Merge #934 | bors[bot] | 2022-09-27 | 6 | -4/+622 |
| |\ | |||||
| | * | Fix bufferedUart read and write tests | Mathias | 2022-09-27 | 3 | -53/+51 |
| | * | Extend buffered-uart test to transmit 32 bytes | Mathias | 2022-09-27 | 1 | -2/+8 |
| | * | Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s... | Mathias | 2022-09-27 | 1 | -13/+13 |
| | * | Rebase | Mathias | 2022-09-27 | 103 | -1159/+2211 |
| | |\ | |||||
| | | * | rp: set correct teleprobe target for rpi-pico tests. | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| | | * | Add HIL test for bufferedUart | Mathias | 2022-09-26 | 3 | -2/+39 |
| | | * | Remove code-duplication in async bufferedUart implementations | Mathias | 2022-09-26 | 1 | -126/+89 |
| | | * | Enable embedded-io on nightly | Mathias | 2022-09-26 | 1 | -1/+1 |
| | | * | Formatting | Mathias | 2022-09-26 | 1 | -3/+1 |
| | | * | Add bufferedUart, including a split version for only Rx or Tx | Mathias | 2022-09-26 | 2 | -61/+310 |
| | | * | Add BufferedUart implementation, and feature-guard time-driver initialization... | Mathias | 2022-09-26 | 3 | -2/+369 |
| | * | | Add HIL test for bufferedUart | Mathias | 2022-09-26 | 3 | -2/+39 |
| | * | | Remove code-duplication in async bufferedUart implementations | Mathias | 2022-09-21 | 1 | -126/+89 |
| | * | | Enable embedded-io on nightly | Mathias | 2022-09-16 | 2 | -32/+14 |
| | * | | Formatting | Mathias | 2022-09-09 | 1 | -3/+1 |
| | * | | Add bufferedUart, including a split version for only Rx or Tx | Mathias | 2022-09-09 | 2 | -61/+310 |
| | * | | Add BufferedUart implementation, and feature-guard time-driver initialization... | Mathias | 2022-09-09 | 4 | -16/+401 |
| * | | | Merge #973 | bors[bot] | 2022-09-26 | 1 | -81/+171 |
| |\ \ \ | |||||
| | * | | | Rework STM32 BufferedUart internals so we can split into Rx and Tx like embas... | Guillaume MICHEL | 2022-09-26 | 1 | -81/+171 |
| * | | | | Merge #976 | bors[bot] | 2022-09-26 | 2 | -2/+2 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | rp: enable time-driver in Cargo.toml instead of ci.sh | Dario Nieuwenhuis | 2022-09-26 | 2 | -2/+2 |
| * | | | | Merge #977 | bors[bot] | 2022-09-26 | 2 | -17/+17 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Use firmware writer in stm32{f7, h7} example app | Ulf Lilleengen | 2022-09-26 | 2 | -17/+17 |
| |/ / / | |||||
| * | | | Merge #975 | bors[bot] | 2022-09-26 | 3 | -10/+11 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rp: Disable intrinsics by default. | Dario Nieuwenhuis | 2022-09-26 | 3 | -10/+11 |
| |/ / | |||||
| * | | Merge #972 | bors[bot] | 2022-09-26 | 38 | -951/+218 |
| |\ \ | |||||
| | * | | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 29 | -795/+45 |
| | * | | usb: do not allow converting Directon to/from u8 | Dario Nieuwenhuis | 2022-09-26 | 2 | -10/+3 |
| | * | | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 12 | -165/+189 |
| * | | | Merge #965 | bors[bot] | 2022-09-26 | 4 | -0/+1016 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Add credits to rp-hal | Dario Nieuwenhuis | 2022-09-26 | 2 | -0/+6 |
| | * | | Add RP2040 ROM functions and intrinsics aliases | Mathias | 2022-09-23 | 4 | -0/+1010 |
| * | | | Merge #960 | bors[bot] | 2022-09-26 | 1 | -0/+23 |
| |\ \ \ | |||||
| | * | | | Add non blocking Bxcan constructor. | Andrew Ealovega | 2022-09-21 | 1 | -0/+23 |
| * | | | | Merge #971 | bors[bot] | 2022-09-26 | 1 | -7/+209 |
| |\ \ \ \ | |||||
