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
*
Merge pull request #2956 from tact1m4n3/uart-fix
Dario Nieuwenhuis
2024-05-20
2
-72
/
+82
|
\
|
*
fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx
tact1m4n3
2024-05-17
2
-72
/
+82
*
|
rp/flash: implement `embedded_storage_async::nor_flash::MultiwriteNorFlash`
Alexander van Saase
2024-05-18
1
-0
/
+5
|
/
*
Fix: typo
QWS
2024-05-14
1
-1
/
+1
*
In the start_xosc function, the frequency range is set twice. Remove the redu...
QWS
2024-05-13
1
-4
/
+0
*
rp usb: wake ep-wakers after stalling
Rob Pilling
2024-05-10
1
-0
/
+3
*
rp usb: add stall implementation
Rob Pilling
2024-05-10
1
-4
/
+30
*
Add a comment to the pio rx fifo pull function
Jan Niehusmann
2024-04-21
1
-0
/
+4
*
Add parameter for enabling pull-up and pull-down in RP PWM input mode
pawel00100
2024-04-05
1
-7
/
+28
*
rp: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
12
-215
/
+188
*
rename pins data type and the macro
Alexandru RADOVICI
2024-04-02
1
-40
/
+40
*
rename pwm channels to pwm slices, including in documentation
Alexandru RADOVICI
2024-04-02
1
-8
/
+8
*
rename the Channel trait to Slice and the PwmPin to PwmChannel
Alexandru RADOVICI
2024-04-02
1
-60
/
+60
*
rename PWM_CH to PWM_SLICE
Alexandru RADOVICI
2024-04-02
2
-46
/
+46
*
fix: CI
Rafael Bachmann
2024-03-25
2
-2
/
+4
*
Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rp
Rafael Bachmann
2024-03-25
9
-29
/
+7
|
\
|
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
8
-27
/
+6
|
*
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
|
*
Fix minor typos in embassy_rp/src/lib.rs
Rafael Bachmann
2024-03-18
1
-2
/
+2
*
|
fix minor clippy lints in embassy_rp
Rafael Bachmann
2024-03-18
14
-49
/
+37
|
/
*
fixup another display -> debug
Caleb Jamison
2024-02-22
1
-1
/
+1
*
Fixup comments from James
Caleb Jamison
2024-02-22
2
-6
/
+4
*
Fixup display -> debug
Caleb Jamison
2024-02-22
1
-1
/
+1
*
rp2040 i2c_slave improvements
Caleb Jamison
2024-02-22
1
-51
/
+66
*
Add SetConfig impl to rp2040 i2c
Caleb Jamison
2024-02-22
1
-31
/
+55
*
rp/gpio: fix wrong io _bank calc
Andelf
2024-02-17
1
-1
/
+1
*
Merge pull request #2581 from adsnaider/main
Dario Nieuwenhuis
2024-02-17
1
-0
/
+11
|
\
|
*
Add unsafe constructor for AnyPin
Adam Snaider
2024-02-15
1
-0
/
+11
*
|
Remove unused imports
Caleb Jamison
2024-02-15
1
-1
/
+0
*
|
Improve rp2040 i2c slave
Caleb Jamison
2024-02-15
1
-89
/
+147
|
/
*
Use saturating_sub to make sure we don't overflow
Jomer.Dev
2024-01-29
1
-2
/
+2
*
rp/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-63
/
+62
*
A rebase ate my doc comment!
James Munns
2024-01-19
1
-0
/
+4
*
Fun Learning about the RP2040 UART impl!
James Munns
2024-01-19
1
-40
/
+41
*
Debugging RSR
James Munns
2024-01-19
1
-48
/
+80
*
A little more cleanup
James Munns
2024-01-19
1
-1
/
+4
*
Update with more docs and less panics
James Munns
2024-01-19
1
-23
/
+95
*
Add a basic "read to break" function
James Munns
2024-01-19
1
-0
/
+88
*
time: split driver into a separate embassy-time-driver crate.
Dario Nieuwenhuis
2024-01-11
2
-4
/
+4
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-58
/
+43
*
Update embedded-hal to v1.0
Dario Nieuwenhuis
2024-01-09
1
-18
/
+0
*
[embassy-rp] auto-documented feature flags
Barnaby Walters
2023-12-22
1
-0
/
+3
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
2
-2
/
+0
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
15
-11
/
+294
*
docs: document spi, rtc and rest of uart for embassy-rp
Ulf Lilleengen
2023-12-19
4
-2
/
+83
*
docs: embassy-rp rustdoc and refactoring
Ulf Lilleengen
2023-12-19
7
-16
/
+218
*
Fix nb on rp uart
James Munns
2023-12-18
1
-3
/
+5
*
Merge pull request #2281 from dstric-aqueduct/main
Dario Nieuwenhuis
2023-12-16
1
-1
/
+1
|
\
|
*
Update usb.rs
djstrickland
2023-12-13
1
-1
/
+1
*
|
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-43
/
+58
|
/
[next]