summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26Merge #972bors[bot]
2022-09-26usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis
2022-09-26usb: do not allow converting Directon to/from u8Dario Nieuwenhuis
2022-09-26usb: split driver trait to separate crate.Dario Nieuwenhuis
2022-09-26Merge #965bors[bot]
2022-09-26Add credits to rp-halDario Nieuwenhuis
2022-09-26Merge #960bors[bot]
2022-09-26Merge #971bors[bot]
2022-09-26make prepare_update asyncMathias
2022-09-26Add get_state helpers to allow self-testing before calling mark_bootedMathias
2022-09-26Add blocking API to FirmwareUpdater, and allow for a split prepare/write apiMathias
2022-09-26Add HIL test for bufferedUartMathias
2022-09-25Merge #969bors[bot]
2022-09-25Merge #961bors[bot]
2022-09-25Remove default, reorder generic paramsivmarkov
2022-09-24Remove default, reorder generic paramsivmarkov
2022-09-24Parameterize Signal with RawMutexivmarkov
2022-09-24usb: fix compile errors with the log featureAlex Martens
2022-09-23Merge #958bors[bot]
2022-09-23Re-add timer.stop()Zoey Riordan
2022-09-23Add RP2040 ROM functions and intrinsics aliasesMathias
2022-09-22Merge #963bors[bot]
2022-09-22Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Merge #962bors[bot]
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-21Add non blocking Bxcan constructor.Andrew Ealovega
2022-09-21Fix builds on other nrf pacsZoey Riordan
2022-09-21Remove unused functionZoey Riordan
2022-09-21Remove left-in comments and logsZoey Riordan
2022-09-21Implement proper `Drop` for `BufferedUarte`Zoey Riordan
2022-09-21Merge #949bors[bot]
2022-09-21Remove code-duplication in async bufferedUart implementationsMathias
2022-09-20Merge #957bors[bot]
2022-09-20Take into account size of revert indexUlf Lilleengen
2022-09-20Merge #956bors[bot]
2022-09-20Remove BootFlash borrowUlf Lilleengen
2022-09-19Merge #954bors[bot]
2022-09-18Merge #955bors[bot]
2022-09-18rp: remove extraneous newlines in logsAlex Martens
2022-09-18rp: let SPI RX overflow during async writeAlex Martens
2022-09-18rp: fix async SPI read and writeAlex Martens
2022-09-16Merge #952bors[bot]
2022-09-16Add time-driver feature to docsMathias
2022-09-16Enable embedded-io on nightlyMathias
2022-09-16Implement RealTimeClock for embassy-rpMathias
2022-09-16Feature-gate time-driver in embassy-rpMathias
2022-09-16Merge #950bors[bot]
2022-09-16Make rustfmt happyJoakim Hulthe
2022-09-16Add .into_inner() and .get_mut() to MutexJoakim Hulthe