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
*
Bump sync version (#3562)
Dániel Buga
2024-11-22
1
-1
/
+1
*
fix(rp): use uart dreq number defined in pac
ibuki2003
2024-11-14
1
-6
/
+16
*
Release embassy-executor 0.6.3.
Dario Nieuwenhuis
2024-11-12
1
-1
/
+1
*
Fix "non-local impl definition" warning from recent nightlies.
Dario Nieuwenhuis
2024-11-08
1
-3
/
+12
*
Prep executor 0.6.2
Dániel Buga
2024-11-06
1
-1
/
+1
*
Also implement `embedded_io::Write` for `UartTx<'d, T: Instance, Blocking>`
flippette
2024-11-01
1
-0
/
+14
*
rp/pio: ensure PADS IE=1 which is not the default in rp235x.
Dario Nieuwenhuis
2024-10-31
1
-2
/
+10
*
Implement `embedded_io::Write` for `Uart<'d, T: Instance, Blocking>` (#3483)
flippette
2024-10-31
1
-0
/
+14
*
Add tx_dma to async spi
Connor
2024-10-27
1
-2
/
+3
*
Fix documentation.
Vincenzo Marturano
2024-10-25
1
-4
/
+6
*
Fixed owned split and implemented split_by_ref.
Vincenzo Marturano
2024-10-25
1
-20
/
+60
*
Fixed mistakes.
Vincenzo Marturano
2024-10-24
1
-2
/
+6
*
Fix missing lifetime
Vincenzo Marturano
2024-10-24
1
-2
/
+2
*
Implemented owned split.
Vincenzo Marturano
2024-10-24
1
-18
/
+29
*
Revert "Add new() method to PwmBatch so it can be istantiated."
Vincenzo Marturano
2024-10-24
1
-4
/
+0
*
Add new() method to PwmBatch so it can be istantiated.
Vincenzo Marturano
2024-10-24
1
-0
/
+4
*
Fixed missing trait implementation for PwmOutput.
Vincenzo Marturano
2024-10-24
1
-0
/
+4
*
Allow separate control of duty cycle for each channel in a pwm slice by split...
Vincenzo Marturano
2024-10-24
1
-0
/
+52
*
Merge pull request #3444 from dnbln/main
Dario Nieuwenhuis
2024-10-22
1
-5
/
+14
|
\
|
*
fix: review comments
Dinu Blanovschi
2024-10-22
1
-5
/
+14
*
|
Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traits
Ulf Lilleengen
2024-10-22
2
-4
/
+45
|
\
\
|
*
|
rustfmt
rafael
2024-10-21
1
-2
/
+1
|
*
|
re-export SetDutyCycle for user convenience
rafael
2024-10-21
1
-3
/
+3
|
*
|
embassy_rp: implement pwm traits from embedded_hal
rafael
2024-10-20
2
-4
/
+46
*
|
|
Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
Dario Nieuwenhuis
2024-10-21
1
-1
/
+1
|
/
/
*
|
Update nighlty, fix warnings.
Dario Nieuwenhuis
2024-10-14
2
-5
/
+5
*
|
Merge pull request #3377 from Totto8492/enable-fpu
Dario Nieuwenhuis
2024-10-13
2
-1
/
+28
|
\
\
|
*
|
rp/multicore: enable fpu on second core only if building for -eabihf targets.
Dario Nieuwenhuis
2024-10-13
2
-2
/
+22
|
*
|
Enable FPU for RP235X Core1
Keisuke Tottori
2024-10-13
1
-0
/
+7
*
|
|
Make the docs be docs
Caleb Jamison
2024-10-09
1
-1
/
+1
*
|
|
fmt
Caleb Jamison
2024-10-09
1
-3
/
+2
*
|
|
Better docs and adding of release for PioPwm
Bjorn
2024-10-09
1
-5
/
+14
*
|
|
cargo +nightly fmt
Caleb Jamison
2024-10-09
6
-30
/
+28
*
|
|
Move pio programs into embassy-rp
Caleb Jamison
2024-10-09
11
-0
/
+1057
|
/
/
*
/
rp: Run RP235x at 150 MHz instead of 125
Sebastian Quilitz
2024-10-05
1
-0
/
+3
|
/
*
Only B pins can be inputs.
Caleb Jamison
2024-09-24
1
-3
/
+1
*
Disable pad isolation on PWM A pins.
Caleb Jamison
2024-09-24
1
-0
/
+6
*
Fix rp2350b pins >31 on debug builds
Caleb Jamison
2024-09-23
1
-1
/
+1
*
Merge pull request #3338 from ionspin/add-rp2350-trng-support
Dario Nieuwenhuis
2024-09-17
2
-0
/
+409
|
\
|
*
TRNG support for 235x
Ugljesa Jovanovic
2024-09-17
2
-0
/
+409
*
|
Merge pull request #3332 from CBJamo/rp2350_pio_pins
Dario Nieuwenhuis
2024-09-17
2
-7
/
+58
|
\
\
|
*
|
oops
Caleb Jamison
2024-09-16
1
-1
/
+1
|
*
|
Improve error message when pin groups are not allowed
Caleb Jamison
2024-09-16
1
-4
/
+4
|
*
|
Only check ping groups that have count >0
Caleb Jamison
2024-09-16
1
-13
/
+12
|
*
|
Move pin isolation config to make_pio_pin
Caleb Jamison
2024-09-16
1
-26
/
+5
|
*
|
Review fixes
Caleb Jamison
2024-09-16
1
-87
/
+43
|
*
|
Properly drop pins >30
Caleb Jamison
2024-09-15
2
-7
/
+6
|
*
|
Fix upper bound of case where pins should be <=31
Caleb Jamison
2024-09-15
1
-27
/
+27
|
*
|
remove debug print
Caleb Jamison
2024-09-12
1
-2
/
+0
|
*
|
Fixup formatting to work with log
Caleb Jamison
2024-09-12
1
-1
/
+1
[next]