| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ \ \ \ |
|
| | * | | | | make prepare_update async | Mathias | 2022-09-26 | 1 | -2/+2 |
| | * | | | | Add get_state helpers to allow self-testing before calling mark_booted | Mathias | 2022-09-26 | 1 | -13/+43 |
| | * | | | | Add blocking API to FirmwareUpdater, and allow for a split prepare/write api | Mathias | 2022-09-26 | 1 | -7/+179 |
| |/ / / / |
|
| * | | | | Merge #969 | bors[bot] | 2022-09-25 | 2 | -4/+4 |
| |\ \ \ \ |
|
| | * | | | | usb: fix compile errors with the log feature | Alex Martens | 2022-09-24 | 2 | -4/+4 |
| | | |/ /
| |/| | |
|
| * | | | | Merge #961 | bors[bot] | 2022-09-25 | 4 | -33/+49 |
| |\ \ \ \ |
|
| | * | | | | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 4 | -12/+16 |
| | * | | | | Remove default, reorder generic params | ivmarkov | 2022-09-24 | 1 | -1/+0 |
| | * | | | | Parameterize Signal with RawMutex | ivmarkov | 2022-09-24 | 2 | -29/+42 |
| |/ / / / |
|
| * | | | | Merge #958 | bors[bot] | 2022-09-23 | 1 | -25/+17 |
| |\ \ \ \
| |/ / /
|/| | | |
|