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: Update changelog for embassy-rp 0.4.0 release
9names
2025-03-09
1
-0
/
+3
*
rp: Bump embassy-rp version number for release
9names
2025-03-09
1
-1
/
+1
*
rp/pio: Use crates.io version of pio in embassy-rp
9names
2025-03-09
1
-1
/
+1
*
Merge pull request #3935 from edenbarby/main
Ulf Lilleengen
2025-03-06
4
-5
/
+13
|
\
|
*
Added access to the byte swap flag for RP2*** chips for the PIO state machine...
eden barby
2025-03-01
4
-5
/
+13
*
|
rp: Add unreleased changes to changelog
9names
2025-03-02
1
-0
/
+7
|
/
*
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
9
-16
/
+20
*
rp: remove typo'd `feature` that was doing nothing.
Dario Nieuwenhuis
2025-02-18
1
-1
/
+1
*
rp/pio: move instructions to methods of the SM.
Dario Nieuwenhuis
2025-02-18
2
-80
/
+82
*
Don't try to run doc-example for imagedef-none
9names
2025-02-16
1
-1
/
+1
*
Add rp235x imagedef features (based on rp2040 boot2 features)
9names
2025-02-16
2
-1
/
+48
*
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
*
rp: add changelog for embassy-rp v0.3.1.
Dario Nieuwenhuis
2025-02-06
1
-0
/
+12
*
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
*
|
Merge pull request #3810 from Freax13/enhancement/invalid-i2c-rp
Dario Nieuwenhuis
2025-01-26
2
-13
/
+5
|
\
\
|
*
|
remove checks for reserved I2c addresses
Tom Dohrmann
2025-01-26
2
-13
/
+5
*
|
|
Update Cargo.toml
James Munns
2025-01-26
1
-1
/
+3
|
/
/
*
|
fix: enable RP2350 watchdog tick generator
Adrian Wowk
2025-01-15
1
-1
/
+6
*
|
chore: bump embassy-sync version
Ulf Lilleengen
2025-01-15
1
-1
/
+1
*
|
RP235x: support new FIFO options, set IE, OD on PIO pins.
Pedro Ferreira
2025-01-15
2
-2
/
+48
|
/
*
Merge pull request #3729 from embassy-rs/update-nrf-rp
Dario Nieuwenhuis
2025-01-06
4
-10
/
+19
|
\
|
*
Fixes for new PACs.
Dario Nieuwenhuis
2025-01-06
2
-8
/
+8
|
*
changelog fixes
Dario Nieuwenhuis
2025-01-06
1
-0
/
+2
|
*
Bump pac version
Ulf Lilleengen
2025-01-06
1
-1
/
+1
|
*
Bump the versions
Ulf Lilleengen
2025-01-06
1
-1
/
+1
|
*
Update changelogs
Ulf Lilleengen
2025-01-06
1
-0
/
+7
*
|
`embassy-rp`: add `set_pullup()` for `OutputOpenDrain`
Georges Palauqui
2025-01-06
1
-0
/
+10
|
/
*
Fix search-and-replacability
Dániel Buga
2025-01-05
1
-5
/
+5
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-4
/
+4
*
Rename ETQD, bump date
Dániel Buga
2024-12-22
2
-3
/
+3
*
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Dániel Buga
2024-12-22
1
-4
/
+4
*
Merge pull request #3593 from bugadani/refactor
Dario Nieuwenhuis
2024-12-16
2
-122
/
+55
|
\
|
*
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
2
-106
/
+27
*
|
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
*
|
Bump sync version (#3562)
Dániel Buga
2024-11-22
1
-1
/
+1
|
/
[prev]
[next]