aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix blocking I2CMathias2022-09-271-69/+127
| * | Add blocking read & write for I2CMathias2022-09-271-20/+286
| * | Add preliminary I2C implementation for RP2040Mathias2022-09-274-1/+231
| * | usb: make HALs depend only on embassy-usb-driver.Dario Nieuwenhuis2022-09-271-2/+3
| * | Fix bufferedUart read and write testsMathias2022-09-272-49/+46
| * | Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...Mathias2022-09-271-13/+13
| * | Add HIL test for bufferedUartMathias2022-09-261-2/+1
| * | Remove code-duplication in async bufferedUart implementationsMathias2022-09-261-126/+89
| * | FormattingMathias2022-09-261-3/+1
| * | Add bufferedUart, including a split version for only Rx or TxMathias2022-09-262-61/+310
| * | Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias2022-09-262-2/+368
| * | rp: Disable intrinsics by default.Dario Nieuwenhuis2022-09-261-9/+9
| * | Merge #972bors[bot]2022-09-261-13/+14
| |\ \
| | * | usb: split driver trait to separate crate.Dario Nieuwenhuis2022-09-261-13/+14
| * | | Add credits to rp-halDario Nieuwenhuis2022-09-262-0/+6
| * | | Add RP2040 ROM functions and intrinsics aliasesMathias2022-09-233-0/+1006
| |/ /
| * | Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-221-1/+1
| * | Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-222-3/+2
| * | Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
| * | Merge #949bors[bot]2022-09-216-1/+481
| |\ \
| | * | Implement RealTimeClock for embassy-rpMathias2022-09-166-1/+481
| | |/
| * | Merge #954bors[bot]2022-09-192-16/+57
| |\ \
| | * | rp: let SPI RX overflow during async writeAlex Martens2022-09-182-37/+17
| | * | rp: fix async SPI read and writeAlex Martens2022-09-182-18/+79
| * | | rp: remove extraneous newlines in logsAlex Martens2022-09-181-9/+9
| |/ /
| * / Feature-gate time-driver in embassy-rpMathias2022-09-161-0/+2
| |/
* | Drop rp2040-flash as dependency, as they pull in rp2040-hal for rom-data func...Mathias2022-09-232-39/+292
* | First iteration attempt on implementing generic flash mutation access for RP2040Mathias2022-09-232-0/+101
* | Add RP2040 ROM functions and intrinsics aliasesMathias2022-09-233-0/+1006
* | Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-231-1/+1
* | Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-232-3/+2
* | Update Rust nightly.Dario Nieuwenhuis2022-09-231-1/+1
* | Implement RealTimeClock for embassy-rpMathias2022-09-236-1/+481
* | rp: let SPI RX overflow during async writeAlex Martens2022-09-232-37/+17
* | rp: fix async SPI read and writeAlex Martens2022-09-232-18/+79
* | rp: remove extraneous newlines in logsAlex Martens2022-09-231-9/+9
* | Feature-gate time-driver in embassy-rpMathias2022-09-231-0/+2
|/
* Fix dmaHenrik Alsér2022-09-013-54/+14
* Reorder argsHenrik Alsér2022-09-011-16/+16
* rustfmtHenrik Alsér2022-09-011-1/+2
* Remove cfg_ifHenrik Alsér2022-09-011-34/+29
* Rearrange new:sHenrik Alsér2022-09-012-64/+128
* Change DMA write/read to use raw pointersHenrik Alsér2022-09-013-18/+39
* Reorder argsHenrik Alsér2022-09-011-2/+2
* transfer_in_placeHenrik Alsér2022-09-011-7/+8
* impl embedded-hal-asyncHenrik Alsér2022-09-011-0/+54
* exampleHenrik Alsér2022-09-011-5/+79
* dmaHenrik Alsér2022-09-011-16/+75
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-35/+36
* Merge pull request #927 from embassy-rs/rp-usbDario Nieuwenhuis2022-08-303-2/+885
|\