index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-rp
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
rp: add usb device support.
Dario Nieuwenhuis
2022-08-25
2
-0
/
+883
|
*
rp: update PAC
Dario Nieuwenhuis
2022-08-24
1
-2
/
+2
*
|
Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA
Mathias
2022-08-26
2
-23
/
+79
*
|
Only check for ahb error in DMA
Mathias
2022-08-23
1
-7
/
+1
*
|
Change to using embassy-sync
Mathias
2022-08-23
1
-2
/
+2
*
|
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...
Mathias
2022-08-23
2
-4
/
+4
|
\
|
|
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
2
-3
/
+3
|
*
rp: fix nvic prio bits (it's 2, not 3)
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
|
Abort DMA operation when dropping a Transfer, and panic on DMA errors
Mathias
2022-08-23
1
-2
/
+14
*
|
Address code review comments
Mathias
2022-08-23
3
-38
/
+47
*
|
Fix bit checking in DMA irq
Mathias
2022-08-19
1
-1
/
+1
*
|
Add back public dma::copy, and correct dma incr settings for read/write
Mathias
2022-08-19
1
-17
/
+26
*
|
Add DMA_IRQ0 handling to Transfer
Mathias
2022-08-19
1
-1
/
+29
*
|
Simplify waker storage for DMA state
Mathias
2022-08-18
1
-39
/
+6
*
|
Don't increment read address in DMA copy from peripherals
Mathias
2022-08-18
2
-10
/
+16
*
|
Add DMA read + write functions
Mathias
2022-08-18
2
-10
/
+42
*
|
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...
Mathias
2022-08-18
3
-4
/
+4
|
\
|
|
*
Merge #910
bors[bot]
2022-08-18
2
-38
/
+369
|
|
\
|
*
|
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-2
/
+2
|
*
|
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
2
-2
/
+2
*
|
|
Remove unneeded NoDma struct
Mathias
2022-08-18
1
-4
/
+0
*
|
|
Attempt to implement future for DMA transfer
Mathias
2022-08-18
1
-7
/
+42
*
|
|
Stop active DMA transfer on drop
Mathias
2022-08-18
1
-9
/
+7
*
|
|
Preliminary DMA support for RP2040
Mathias
2022-08-18
2
-77
/
+257
|
|
/
|
/
|
*
|
Fix rp uart example
Mathias
2022-08-18
1
-1
/
+1
*
|
Implement remaining logic for blocking UART. async is still todo, awaiting DMA
Mathias
2022-08-18
2
-38
/
+369
|
/
*
rp/gpio: fix wait_for_* when multiple pins are in use.
Dario Nieuwenhuis
2022-08-08
1
-35
/
+39
*
rp/gpio: remove unused lifetimes.
Dario Nieuwenhuis
2022-08-07
1
-10
/
+10
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
2
-5
/
+5
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
2
-23
/
+20
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
4
-50
/
+50
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-1
/
+1
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-2
/
+2
*
Update embassy-rp
Grant Miller
2022-07-23
3
-58
/
+49
*
Add inline attribute to embassy-rp async functions
Daniel Bevenius
2022-07-22
1
-0
/
+10
*
Fix build of embassy-rp on stable channel
Jan Niehusmann
2022-07-21
2
-60
/
+63
*
Add embedded_hal_async support for embassy-rp
Daniel Bevenius
2022-07-14
1
-1
/
+301
*
Move all gpio logic to Flex
chemicstry
2022-07-13
1
-6
/
+3
*
Change get_set_level to get_output_level
chemicstry
2022-07-13
1
-3
/
+3
*
Add convenience GPIO functions to RP
chemicstry
2022-07-13
1
-0
/
+78
*
Merge #850
bors[bot]
2022-07-10
1
-0
/
+18
|
\
|
*
impl SetConfig for rp2040 SPI
Henrik Alsér
2022-07-09
1
-0
/
+18
*
|
rp/gpio: add Flex.
Dario Nieuwenhuis
2022-07-09
1
-104
/
+272
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
8
-79
/
+34
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
6
-50
/
+45
*
Impl OutputPin/StatefulOutputPin/ToggleableOutputPin
Daniel Bevenius
2022-05-21
1
-0
/
+32
*
Add open-drain support for embassy-rp
Daniel Bevenius
2022-05-21
1
-1
/
+83
*
Add new lines between SIO methods
Daniel Bevenius
2022-05-19
1
-0
/
+3
*
Merge pull request #773 from danbev/embassy-rp-ouput-drop
Dario Nieuwenhuis
2022-05-19
1
-1
/
+8
|
\
|
*
Impl drop for embassy-rp gpio Output
Daniel Bevenius
2022-05-17
1
-1
/
+8
[prev]
[next]