| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Re-add timer.stop() | Zoey Riordan | 2022-09-23 | 1 | -2/+3 |
| | * | | Fix builds on other nrf pacs | Zoey Riordan | 2022-09-21 | 1 | -4/+4 |
| | * | | Remove unused function | Zoey Riordan | 2022-09-21 | 1 | -10/+0 |
| | * | | Remove left-in comments and logs | Zoey Riordan | 2022-09-21 | 1 | -2/+0 |
| | * | | Implement proper `Drop` for `BufferedUarte` | Zoey Riordan | 2022-09-21 | 1 | -14/+17 |
| * | | | Merge #963 | bors[bot] | 2022-09-22 | 47 | -56/+54 |
| |\ \ \ | |||||
| | * | | | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 19 | -13/+20 |
| | * | | | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 29 | -43/+34 |
| * | | | | Merge #962 | bors[bot] | 2022-09-22 | 29 | -29/+8 |
| |\| | | | |_|/ |/| | | |||||
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 29 | -29/+8 |
| |/ / | |||||
| * | | Merge #949 | bors[bot] | 2022-09-21 | 7 | -1/+482 |
| |\ \ | |||||
| | * | | Implement RealTimeClock for embassy-rp | Mathias | 2022-09-16 | 7 | -1/+482 |
| * | | | Merge #957 | bors[bot] | 2022-09-20 | 1 | -4/+17 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Take into account size of revert index | Ulf Lilleengen | 2022-09-20 | 1 | -4/+17 |
| |/ / | |||||
| * | | Merge #956 | bors[bot] | 2022-09-20 | 3 | -17/+16 |
| |\ \ | |||||
| | * | | Remove BootFlash borrow | Ulf Lilleengen | 2022-09-20 | 3 | -17/+16 |
| |/ / | |||||
| * | | Merge #954 | bors[bot] | 2022-09-19 | 2 | -16/+57 |
| |\ \ | |||||
| | * | | rp: let SPI RX overflow during async write | Alex Martens | 2022-09-18 | 2 | -37/+17 |
| | * | | rp: fix async SPI read and write | Alex Martens | 2022-09-18 | 2 | -18/+79 |
| * | | | Merge #955 | bors[bot] | 2022-09-18 | 1 | -9/+9 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rp: remove extraneous newlines in logs | Alex Martens | 2022-09-18 | 1 | -9/+9 |
| |/ / | |||||
| * | | Merge #952 | bors[bot] | 2022-09-16 | 4 | -3/+7 |
| |\ \ | |||||
| | * | | Add time-driver feature to docs | Mathias | 2022-09-16 | 1 | -1/+1 |
| | * | | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-16 | 4 | -2/+6 |
| | |/ | |||||
| * | | Merge #950 | bors[bot] | 2022-09-16 | 1 | -0/+16 |
| |\ \ | |/ |/| | |||||
| | * | Make rustfmt happy | Joakim Hulthe | 2022-09-16 | 1 | -1/+3 |
| | * | Add .into_inner() and .get_mut() to Mutex | Joakim Hulthe | 2022-09-16 | 1 | -0/+14 |
| |/ | |||||
