index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-rp
Age
Commit message (
Expand
)
Author
2022-09-29
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-27
Allow unused fields temporarily in i2c
Mathias
2022-09-27
Move async i2c implementation to new PR, to merge working blocking implementa...
Mathias
2022-09-27
Apply suggestions from code review
Mathias Koch
2022-09-27
Add async API for I2C
Mathias
2022-09-27
Add further i2c error types
Mathias
2022-09-27
Fix blocking I2C
Mathias
2022-09-27
Add blocking read & write for I2C
Mathias
2022-09-27
Add preliminary I2C implementation for RP2040
Mathias
2022-09-27
usb: make HALs depend only on embassy-usb-driver.
Dario Nieuwenhuis
2022-09-27
Fix bufferedUart read and write tests
Mathias
2022-09-27
Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...
Mathias
2022-09-26
Add HIL test for bufferedUart
Mathias
2022-09-26
Remove code-duplication in async bufferedUart implementations
Mathias
2022-09-26
Enable embedded-io on nightly
Mathias
2022-09-26
Formatting
Mathias
2022-09-26
Add bufferedUart, including a split version for only Rx or Tx
Mathias
2022-09-26
Add BufferedUart implementation, and feature-guard time-driver initialization...
Mathias
2022-09-26
rp: Disable intrinsics by default.
Dario Nieuwenhuis
2022-09-26
Merge #972
bors[bot]
2022-09-26
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
Add credits to rp-hal
Dario Nieuwenhuis
2022-09-23
Add RP2040 ROM functions and intrinsics aliases
Mathias
2022-09-22
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-21
Merge #949
bors[bot]
2022-09-19
Merge #954
bors[bot]
2022-09-18
rp: remove extraneous newlines in logs
Alex Martens
2022-09-18
rp: let SPI RX overflow during async write
Alex Martens
2022-09-18
rp: fix async SPI read and write
Alex Martens
2022-09-16
Add time-driver feature to docs
Mathias
2022-09-16
Implement RealTimeClock for embassy-rp
Mathias
2022-09-16
Feature-gate time-driver in embassy-rp
Mathias
2022-09-02
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-01
Fix dma
Henrik Alsér
2022-09-01
Reorder args
Henrik Alsér
2022-09-01
rustfmt
Henrik Alsér
2022-09-01
Remove cfg_if
Henrik Alsér
2022-09-01
Rearrange new:s
Henrik Alsér
2022-09-01
Change DMA write/read to use raw pointers
Henrik Alsér
2022-09-01
Reorder args
Henrik Alsér
2022-09-01
transfer_in_place
Henrik Alsér
2022-09-01
impl embedded-hal-async
Henrik Alsér
2022-09-01
example
Henrik Alsér
2022-09-01
dma
Henrik Alsér
2022-08-31
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-30
Merge pull request #927 from embassy-rs/rp-usb
Dario Nieuwenhuis
2022-08-26
Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA
Mathias
2022-08-25
rp: add usb device support.
Dario Nieuwenhuis
[next]