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
*
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
*
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
*
Merge branch 'master' into multicore
Henrik Alsér
2022-12-13
5
-6
/
+1485
|
\
|
*
Clear unused pulls in set_pull.
Simon Berg
2022-12-09
1
-5
/
+7
|
*
Added RelocateProgram class for adjusting PIO-programs for different origins.
Simon Berg
2022-12-09
3
-5
/
+93
|
*
PIO support for RPi Pico
Simon Berg
2022-12-09
4
-1
/
+1390
*
|
Refactor after review
kalkyl
2022-12-13
2
-136
/
+103
*
|
Add usage in to docs
kalkyl
2022-12-13
1
-9
/
+23
*
|
Pause CORE1 execution during flash operations
kalkyl
2022-12-13
2
-144
/
+218
*
|
Cleanup
kalkyl
2022-12-10
1
-6
/
+6
*
|
Feature gate critical-section-impl
kalkyl
2022-12-10
2
-1
/
+5
*
|
embassy-rp: Add multicore support
kalkyl
2022-12-10
3
-0
/
+410
|
/
*
rp: implement input for OutputOpenDrain
Dario Nieuwenhuis
2022-12-06
1
-0
/
+32
*
feat: embassy-boot for rp2040
Ulf Lilleengen
2022-12-02
1
-0
/
+5
*
rp: Add an RngCore impl based on ROSC.RANDOMBIT
Gabriel Smith
2022-11-30
2
-2
/
+39
*
Drive-by documentation link fixes
Gabriel Smith
2022-11-27
1
-1
/
+1
*
usb-driver: Remove unncessary lifetime
Gabriel Smith
2022-11-27
1
-1
/
+1
*
rp/uart: use lockfree ringbuffer.
Dario Nieuwenhuis
2022-11-25
2
-352
/
+395
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
6
-425
/
+321
*
Change interrupt modify into write
Henrik Alsér
2022-11-22
1
-2
/
+2
*
Cleanup
Henrik Alsér
2022-11-15
1
-6
/
+1
[next]