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
*
chore: update to `embassy-hal-internal` v0.3.0
Ulf Lilleengen
2025-07-14
1
-1
/
+1
*
`embassy-rp`: add release automation using `cargo-release`
Ralph Ursprung
2025-07-08
2
-1
/
+7
*
prepare changelog for `embassy-rp` v0.5.0
Ralph Ursprung
2025-07-08
1
-0
/
+26
*
Update Rust nightly, stable.
Dario Nieuwenhuis
2025-07-04
2
-2
/
+6
*
remove line break reference from documentation
Matt Bhagat-Conway
2025-07-03
1
-16
/
+16
*
fix rustfmt in read_to_break docstring
Matt Bhagat-Conway
2025-07-03
1
-1
/
+1
*
add note about UART line breaks being different from ASCII
Matt Bhagat-Conway
2025-07-03
1
-0
/
+6
*
rp: add current_core api
Adrian Wowk
2025-07-02
1
-0
/
+20
*
embassy-rp: fix rom_data module documentation
Rob Wells
2025-06-16
1
-18
/
+18
*
Merge pull request #4237 from felipebalbi/rp-invert-gpio
Dario Nieuwenhuis
2025-06-01
1
-0
/
+38
|
\
|
*
embassy-rp: implement input/output inversion
Felipe Balbi
2025-05-22
1
-0
/
+38
*
|
rustfmt
MatrixSenpai
2025-05-22
1
-3
/
+6
*
|
adding compatibility with ws2812 leds that have 4 addressable lights
MatrixSenpai
2025-05-22
1
-4
/
+67
|
/
*
embassy-sync: bump to 0.7.0
Matt Johnston
2025-05-22
1
-1
/
+1
*
Merge pull request #4193 from embediver/pio-i2s-bit-depth-config
Dario Nieuwenhuis
2025-05-18
1
-5
/
+13
|
\
|
*
Make bit-depth of I2S PIO program configurable
Marvin Gudel
2025-05-13
1
-5
/
+13
*
|
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-1
/
+1
*
|
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
3
-13
/
+65
*
|
Merge pull request #4115 from 1-rafael-1/dropping-pwm-leaves-pins-in-incorrec...
Ulf Lilleengen
2025-05-15
1
-0
/
+8
|
\
\
|
*
|
pwm: enable pull-down resistors for pins in Drop implementation
1-rafael-1
2025-04-18
1
-0
/
+8
*
|
|
Merge pull request #4205 from rursprung/add-some-missing-debug-and-format-imp...
Dario Nieuwenhuis
2025-05-15
2
-0
/
+4
|
\
\
\
|
*
|
|
rp: add missing `Debug` and `defmt::Format` `derive`s for ADC
Ralph Ursprung
2025-05-15
2
-0
/
+4
*
|
|
|
add the possibility to document `bind_interrupts` `struct`s
Ralph Ursprung
2025-05-15
1
-4
/
+8
|
/
/
/
*
|
|
Merge pull request #4187 from 1-rafael-1/rp235x-overclocking
Dario Nieuwenhuis
2025-05-13
1
-37
/
+207
|
\
\
\
|
*
|
|
removed one line too many
1-rafael-1
2025-05-13
1
-0
/
+1
|
*
|
|
Changes after review: copypasted doc comment fixed and no cfg gates to panic ...
1-rafael-1
2025-05-13
1
-14
/
+3
|
*
|
|
Refactor CoreVoltage enum, separate for rp2040 and rp235x
1-rafael-1
2025-05-12
1
-56
/
+42
|
*
|
|
Add ClockError enum and update system_freq to return Result for error handling
1-rafael-1
2025-05-12
1
-19
/
+47
|
*
|
|
limit CoreVoltage eum to values up to 1.30V, because we do not support unlock...
1-rafael-1
2025-05-12
1
-120
/
+21
|
*
|
|
rp235x overclocking
1-rafael-1
2025-05-11
1
-32
/
+297
*
|
|
|
Clarify embassy-rp rt feature purpose
9names
2025-05-10
1
-1
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type
Ulf Lilleengen
2025-05-09
2
-275
/
+329
|
\
\
\
|
*
|
|
Replace generic inner with arguments
Marc
2025-05-02
1
-14
/
+19
|
*
|
|
Remove some forgotten commented out code
Marc
2025-05-02
1
-2
/
+0
|
*
|
|
Removed instance from uart types
Marc
2025-05-02
2
-273
/
+324
*
|
|
|
Merge pull request #4150 from 1-rafael-1/rp2040-overclocking
Ulf Lilleengen
2025-05-09
6
-44
/
+839
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Clarify comment for CoreVoltage enum regarding V1_20
1-rafael-1
2025-05-07
1
-1
/
+1
|
*
|
|
Changes after review
1-rafael-1
2025-05-07
1
-16
/
+35
|
*
|
|
rework init()
1-rafael-1
2025-05-05
1
-153
/
+103
|
*
|
|
Add PIO clock divider utility and refactor related modules
1-rafael-1
2025-05-03
5
-25
/
+43
|
*
|
|
first batch of changes after review
1-rafael-1
2025-05-02
1
-209
/
+115
|
*
|
|
- two more doc examples test ignored
1-rafael-1
2025-05-01
1
-8
/
+214
|
*
|
|
add manual overclock example, finalize API, cleanup
1-rafael-1
2025-05-01
1
-128
/
+140
|
*
|
|
Remove unused embassy-rp/sdk examples subproject
1-rafael-1
2025-04-29
1
-0
/
+0
|
*
|
|
refactoring to have higher and lower level api
1-rafael-1
2025-04-29
2
-207
/
+339
|
*
|
|
first working draft
1-rafael-1
2025-04-28
1
-169
/
+489
|
*
|
|
fmt
1-rafael-1
2025-04-26
1
-2
/
+2
|
*
|
|
Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...
1-rafael-1
2025-04-26
3
-5
/
+23
|
*
|
|
Add core voltage scaling options and PLL parameter finder for RP2040
1-rafael-1
2025-04-26
1
-14
/
+228
|
|
/
/
*
/
/
Enable rp235x trng self-tests by default
Luke Rindels
2025-04-27
1
-37
/
+67
|
/
/
[next]