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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove cfg_if
Henrik Alsér
2022-09-01
1
-34
/
+29
*
Rearrange new:s
Henrik Alsér
2022-09-01
2
-64
/
+128
*
Change DMA write/read to use raw pointers
Henrik Alsér
2022-09-01
3
-18
/
+39
*
Reorder args
Henrik Alsér
2022-09-01
1
-2
/
+2
*
transfer_in_place
Henrik Alsér
2022-09-01
1
-7
/
+8
*
impl embedded-hal-async
Henrik Alsér
2022-09-01
1
-0
/
+54
*
example
Henrik Alsér
2022-09-01
1
-5
/
+79
*
dma
Henrik Alsér
2022-09-01
1
-16
/
+75
*
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-35
/
+36
*
Merge pull request #927 from embassy-rs/rp-usb
Dario Nieuwenhuis
2022-08-30
4
-5
/
+890
|
\
|
*
rp: add usb device support.
Dario Nieuwenhuis
2022-08-25
3
-1
/
+886
|
*
rp: update PAC
Dario Nieuwenhuis
2022-08-24
2
-4
/
+4
*
|
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
3
-6
/
+6
|
\
|
|
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
3
-4
/
+4
|
*
rp: fix nvic prio bits (it's 2, not 3)
Dario Nieuwenhuis
2022-08-22
2
-2
/
+2
*
|
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
4
-9
/
+9
|
\
|
|
*
Merge #910
bors[bot]
2022-08-18
3
-38
/
+371
|
|
\
|
*
|
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
2
-3
/
+4
|
*
|
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
3
-3
/
+2
|
*
|
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
1
-3
/
+3
*
|
|
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
3
-38
/
+371
|
/
*
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
3
-7
/
+8
*
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
3
-61
/
+64
*
Add embedded_hal_async support for embassy-rp
Daniel Bevenius
2022-07-14
2
-1
/
+302
*
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
[prev]
[next]