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
...
|
*
|
rp: add division intrinsics
pennae
2023-04-16
1
-0
/
+198
*
|
|
rp: switch to released rp-pac v1.0
Dario Nieuwenhuis
2023-04-16
2
-4
/
+3
|
/
/
*
/
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
2
-110
/
+0
|
/
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
feat(rp): add `Wait` impl to `OutputOpenDrain`
Brooks J Rady
2023-04-09
1
-0
/
+59
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
3
-81
/
+33
*
Merge #1318
bors[bot]
2023-04-02
1
-0
/
+16
|
\
|
*
rp: Allow zero len writes for buffered uart
Timo Kröger
2023-04-02
1
-0
/
+8
|
*
rp: Allow zero len reads for buffered uart
Timo Kröger
2023-04-01
1
-0
/
+8
*
|
Fix set_baudrate on RP-PICO
Thierry Fleury
2023-04-01
1
-4
/
+4
|
/
*
Merge #1288
bors[bot]
2023-03-26
2
-8
/
+38
|
\
|
*
fix: spi transfer bug and additions to test
Lachezar Lechev
2023-03-26
1
-5
/
+5
|
*
fix: PR comment
Lachezar Lechev
2023-03-24
1
-6
/
+1
|
*
fix(rp): spi transfer
Lachezar Lechev
2023-03-20
2
-6
/
+41
*
|
Fix return type for EH-nb traits
Mathias
2023-03-23
1
-4
/
+4
*
|
Add embedded-io blocking Read + Write for BufferedUart
Mathias
2023-03-23
1
-10
/
+56
|
/
*
Add HIL test for into_buffered uart on embassy-rp
Mathias
2023-03-14
1
-2
/
+1
*
Allow upgrading a blocking uart to a BufferedUart, and implement blocking ser...
Mathias
2023-03-14
2
-50
/
+340
*
Swap debug! for trace! in rp gpio
Caleb Jamison
2023-03-02
1
-9
/
+9
*
fix: rp - disable Pull-down/up resistors for ADC read
Lachezar Lechev
2023-02-28
1
-1
/
+10
*
RP-PICO UART adding set_baudrate: missing to run rust-fmt
Andres Hurtado Lopez
2023-02-26
1
-14
/
+10
*
RP-PICO UART adding set_baudrate: Changing static call from specific type to ...
Andres Hurtado Lopez
2023-02-26
1
-2
/
+2
*
RP-PICO UART adding set_baudrate: refactoring of methods
Andres Hurtado Lopez
2023-02-26
1
-28
/
+23
*
RP-PICO UART adding set_baudrate
Andres Hurtado Lopez
2023-02-26
1
-14
/
+36
*
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
3
-0
/
+5
*
Fix a typo in "PioPeripheral"
sekoia
2023-02-15
1
-2
/
+2
*
Add copy to Level enum in embassy-rp gpio module
Slushee
2023-02-13
1
-1
/
+1
*
Add clone to embassy_rp::gpio::Level
Slushee
2023-02-13
1
-1
/
+1
*
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-8
/
+8
*
rp: allow isochronous USB endpoints to be up to 1023 in size
nitroxis
2023-01-27
1
-2
/
+4
*
rp gpio: make pin_bank() inline
Matt Johnston
2023-01-19
1
-0
/
+1
*
Merge #1142
bors[bot]
2023-01-14
1
-188
/
+151
|
\
|
*
rp: Fix formatting string to please CI
Timo Kröger
2023-01-05
1
-1
/
+1
|
*
rp: Improve BufferedUart interrupt handling
Timo Kröger
2023-01-05
1
-21
/
+58
|
*
rp: Disable RX interrupts when ring buffer is full
Timo Kröger
2023-01-04
1
-52
/
+35
|
*
rp: Fix BufferedUart drop code
Timo Kröger
2023-01-04
1
-25
/
+26
|
*
rp: Common init function for BufferedUart
Timo Kröger
2023-01-04
1
-122
/
+64
*
|
Refactor embassy-usb address handling to allow reordering of status resoponse
chemicstry
2023-01-11
1
-7
/
+8
*
|
rp2040: add {tx,rx}-only constructors to UART
Pedro Ferreira
2023-01-04
1
-4
/
+28
|
/
*
rp: Fill and empty FIFOs in buffered uart interrupt
Timo Kröger
2022-12-27
1
-10
/
+28
*
rp: switch to released 0.2.1 pio crate.
Dario Nieuwenhuis
2022-12-26
1
-4
/
+1
*
Merge #1128
bors[bot]
2022-12-25
1
-0
/
+10
|
\
|
*
Add missing SPI pins
Pedro Ferreira
2022-12-25
1
-0
/
+10
*
|
Remove lifetime, use pac fields
kalkyl
2022-12-24
1
-7
/
+7
*
|
embassy-rp: Add Watchdog
kalkyl
2022-12-24
2
-0
/
+114
*
|
Merge #1122
bors[bot]
2022-12-23
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
embassy-rp: Add split() to BufferedUart
kalkyl
2022-12-22
1
-0
/
+7
*
|
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
2
-5
/
+2
|
/
*
Update usage in docs
kalkyl
2022-12-13
1
-3
/
+1
*
fmt
kalkyl
2022-12-13
1
-1
/
+1
[prev]
[next]