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
/
src
Age
Commit message (
Expand
)
Author
2022-10-17
Associate state with the instance rather than having a separate array
Jeremy Fitzhardinge
2022-10-16
rp i2c: have separate wakers for each i2c unit
Jeremy Fitzhardinge
2022-10-12
Merge #984 #1006
bors[bot]
2022-10-12
Correctly enable RTC_IRQ when scheduling an RTC alarm
Mathias
2022-10-08
Expose Pin::pin() and Pin::bank() as public
Matt Johnston
2022-10-03
rp async i2c: raise the tx_empty threshold
Jeremy Fitzhardinge
2022-10-03
rp i2c: clean up tx_abrt handling
Jeremy Fitzhardinge
2022-10-02
rp i2c: allow blocking ops on async contexts
Jeremy Fitzhardinge
2022-10-01
make I2c::write_async take an iterator
Jeremy Fitzhardinge
2022-10-01
embassy-rp: async i2c implementation
Jeremy Fitzhardinge
2022-10-01
rp i2c: make blocking only for Mode=Blocking
Jeremy Fitzhardinge
2022-10-01
rp i2c: remove vestiges of DMA
Jeremy Fitzhardinge
2022-10-01
embassy-rp: inline I2c::regs
Jeremy Fitzhardinge
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
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
Implement RealTimeClock for embassy-rp
Mathias
2022-09-16
Feature-gate time-driver in embassy-rp
Mathias
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
[next]