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
...
|
*
Enable input mode for PWM pins on RP235x and disable it on drop
1-rafael-1
2025-04-14
1
-0
/
+10
*
|
embassy-rp: impl rand_core::CryptoRng for Trng
Wez Furlong
2025-04-14
1
-0
/
+3
|
/
*
Merge pull request #4017 from shilga/SpinlockMutex
Dario Nieuwenhuis
2025-04-07
4
-42
/
+171
|
\
|
*
embassy-rp: Implementation of a SpinlockMutex
Sebastian Quilitz
2025-04-07
2
-0
/
+94
|
*
embassy-rp: Move Spinlock implementation out of critical_section_impl
Sebastian Quilitz
2025-03-27
3
-42
/
+77
*
|
embassy-rp: uart: Increase RX FIFO watermark
David Brown
2025-04-07
1
-1
/
+1
*
|
Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in...
Ulf Lilleengen
2025-04-05
1
-2
/
+2
|
\
\
|
*
|
BufferedUart initialization
Michael Gomez
2025-04-04
1
-2
/
+2
*
|
|
embassy-rp: defensive change to ensure wakers are registered
James Munns
2025-04-03
2
-4
/
+8
|
/
/
*
/
RP235x watchdog doesn't have the double count bug
Caleb Jamison
2025-03-28
1
-3
/
+11
|
/
*
Merge pull request #3999 from embassy-rs/peripehral-v2
Dario Nieuwenhuis
2025-03-27
27
-497
/
+362
|
\
|
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
27
-497
/
+362
*
|
Merge pull request #4012 from adom-inc/rp2350-adc-fix
Dario Nieuwenhuis
2025-03-27
1
-2
/
+4
|
\
\
|
*
|
rp/adc: fix potential race condition
Adrian Wowk
2025-03-26
1
-2
/
+4
|
|
/
*
/
rp: rename BOOTROM_BASE to BOOTRAM_BASE
Adrian Wowk
2025-03-26
1
-4
/
+4
|
/
*
make rustfmt happy
JuliDi
2025-03-19
1
-2
/
+0
*
fix wrong funcsel on rp2350 gpout/gpin
JuliDi
2025-03-19
1
-0
/
+14
*
Added access to the byte swap flag for RP2*** chips for the PIO state machine...
eden barby
2025-03-01
4
-5
/
+13
*
doc: Fix "the the"
Ronald Weber
2025-02-19
2
-5
/
+4
*
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
Dario Nieuwenhuis
2025-02-18
8
-14
/
+19
*
rp/pio: move instructions to methods of the SM.
Dario Nieuwenhuis
2025-02-18
2
-80
/
+82
*
Add rp235x imagedef features (based on rp2040 boot2 features)
9names
2025-02-16
1
-0
/
+24
*
Expose the watchdog reset reason
Sebastian Scholz
2025-02-12
1
-0
/
+22
*
Rename readers with get_, per CBJamo review. Tweak use_program docstring.
Steve Work
2025-02-07
1
-14
/
+4
*
Add PIO functions.
Steve Work
2025-02-06
1
-0
/
+55
*
Merge pull request #3851 from embassy-rs/rp23-atomics-fix
Dario Nieuwenhuis
2025-02-05
2
-12
/
+51
|
\
|
*
rp: make atomics work properly between cores in rp235x.
Dario Nieuwenhuis
2025-02-05
2
-0
/
+22
|
*
rp: Workaround "SIO spinlock stuck bug", reset PROC1 at boot.
Dario Nieuwenhuis
2025-02-05
1
-12
/
+29
*
|
Merge pull request #3763 from robot-rover/fix_rp2040_time_driver
Dario Nieuwenhuis
2025-02-04
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
run rustfmt
Samuel O'Brien
2025-01-12
1
-1
/
+0
|
*
rp: Fix time driver hang
Samuel O'Brien
2025-01-12
1
-2
/
+3
*
|
Correct ADC channels for RP2350XB
flippette
2025-01-30
1
-3
/
+13
*
|
remove checks for reserved I2c addresses
Tom Dohrmann
2025-01-26
2
-13
/
+5
*
|
fix: enable RP2350 watchdog tick generator
Adrian Wowk
2025-01-15
1
-1
/
+6
*
|
RP235x: support new FIFO options, set IE, OD on PIO pins.
Pedro Ferreira
2025-01-15
1
-0
/
+46
|
/
*
Merge pull request #3729 from embassy-rs/update-nrf-rp
Dario Nieuwenhuis
2025-01-06
2
-8
/
+8
|
\
|
*
Fixes for new PACs.
Dario Nieuwenhuis
2025-01-06
2
-8
/
+8
*
|
`embassy-rp`: add `set_pullup()` for `OutputOpenDrain`
Georges Palauqui
2025-01-06
1
-0
/
+10
|
/
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-4
/
+4
*
Rename ETQD, bump date
Dániel Buga
2024-12-22
1
-1
/
+1
*
Merge pull request #3593 from bugadani/refactor
Dario Nieuwenhuis
2024-12-16
1
-121
/
+53
|
\
|
*
Merge time-driver and time-queue-driver traits, make HALs own and handle the ...
Dario Nieuwenhuis
2024-12-13
1
-33
/
+45
|
*
Refactor integrated-timers
Dániel Buga
2024-12-10
1
-105
/
+25
*
|
i2s frequency relative to sysclk
vinsynth
2024-12-14
1
-2
/
+1
*
|
add sysclk frequency argument to PioI2Out::new
vinsynth
2024-12-14
1
-1
/
+2
|
/
*
Add `set_config` method to RP SPI driver
dstric-aqueduct
2024-12-03
1
-18
/
+34
*
Merge pull request #3543 from ionspin/rp2350_otp_write
Dario Nieuwenhuis
2024-12-02
1
-2
/
+69
|
\
|
*
Add OTP write
Ugljesa Jovanovic
2024-11-16
1
-2
/
+69
*
|
Use inline const for initializing arrays. (#3567)
Dario Nieuwenhuis
2024-11-24
5
-18
/
+11
|
/
*
fix(rp): use uart dreq number defined in pac
ibuki2003
2024-11-14
1
-6
/
+16
[prev]
[next]