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
/
tests
/
rp
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
2
-14
/
+12
*
cyw43: add support for WPA3 and more extensive security options.
Dario Nieuwenhuis
2024-09-09
1
-1
/
+5
*
Simplify construction of StackResources::new()
Martin Liska
2024-08-08
2
-2
/
+2
*
tests/rp: add timer test.
Dario Nieuwenhuis
2024-07-25
1
-0
/
+25
*
wiznet: add version check to initialization sequence
Josh Junon
2024-06-30
1
-1
/
+2
*
Merge pull request #3044 from kalkyl/adc-multi
Henrik Alsér
2024-06-22
1
-0
/
+13
|
\
|
*
Change pin in HIL test
kalkyl
2024-06-22
1
-1
/
+1
|
*
rp: Add multichannel ADC
kalkyl
2024-06-05
1
-0
/
+13
*
|
--binary-format bin in rp examples
rafael
2024-06-15
1
-2
/
+2
*
|
probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10...
rafael
2024-06-13
1
-2
/
+2
|
/
*
Add parameter for enabling pull-up and pull-down in RP PWM input mode
pawel00100
2024-04-05
1
-3
/
+43
*
rename PWM_CH to PWM_SLICE
Alexandru RADOVICI
2024-04-02
1
-7
/
+7
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
3
-12
/
+24
*
Add SetConfig impl to rp2040 i2c
Caleb Jamison
2024-02-22
1
-36
/
+58
*
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-1
/
+1
*
rp/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
5
-17
/
+15
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
2
-9
/
+9
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
2
-2
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
2
-10
/
+16
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
2
-9
/
+9
*
tests: use executor task arena instead of TAIT.
Dario Nieuwenhuis
2023-11-27
19
-19
/
+0
*
Upgrade static-cell to v2.0
Dario Nieuwenhuis
2023-11-02
3
-3
/
+3
*
Merge pull request #2017 from ilya-epifanov/rp-adc-div
Dario Nieuwenhuis
2023-10-20
1
-2
/
+10
|
\
|
*
fixed rp adc tests
Ilya Epifanov
2023-10-09
1
-2
/
+10
*
|
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
8
-50
/
+50
|
/
*
rp/bootsel: add test.
Dario Nieuwenhuis
2023-10-07
1
-0
/
+26
*
test: deduplicate net perf test code.
Dario Nieuwenhuis
2023-09-28
2
-344
/
+27
*
tests/rp: add teleprobe meta.
Dario Nieuwenhuis
2023-09-10
1
-0
/
+1
*
Test cleanup
Caleb Jamison
2023-09-10
1
-4
/
+1
*
I2c slave take 2
Caleb Jamison
2023-09-10
1
-17
/
+16
*
rp2040 I2cDevice
Caleb Jamison
2023-09-10
1
-0
/
+215
*
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
2
-5
/
+5
|
\
|
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
2
-5
/
+5
*
|
rp/flash: change naming to `blocking_*`, `new_blocking`.
Dario Nieuwenhuis
2023-08-18
1
-7
/
+7
*
|
net-wiznet: add HIL test using w5100s.
Dario Nieuwenhuis
2023-08-16
20
-37
/
+267
|
/
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
2
-2
/
+2
*
rp: fix adc test flakiness
pennae
2023-08-03
1
-1
/
+3
*
rp: add single-channel dma from adc
pennae
2023-08-02
1
-4
/
+51
*
rp: generalize adc inputs from pins to channels
pennae
2023-08-01
1
-11
/
+11
*
Merge pull request #1710 from Sizurka/rp-async-flash
Dario Nieuwenhuis
2023-07-28
1
-3
/
+11
|
\
|
*
rp: add async flash
Derek Hageman
2023-07-28
1
-3
/
+11
*
|
cyw43: Update firmware in HIL test.
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
|
/
*
rp: relocate programs implicitly during load
pennae
2023-07-28
2
-3
/
+127
*
rp/gpio: fix is_set_high/is_set_low, expand tests.
Dario Nieuwenhuis
2023-07-11
1
-2
/
+34
*
Merge pull request #1623 from pennae/rp-adc
Dario Nieuwenhuis
2023-07-07
1
-0
/
+86
|
\
|
*
rp/adc: rewrite the module
pennae
2023-07-07
1
-0
/
+86
*
|
rp/pio: use bind_interrupts for irqs
pennae
2023-07-07
2
-3
/
+62
|
/
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
1
-2
/
+2
*
esp-hosted: add perf hil test.
Dario Nieuwenhuis
2023-06-22
1
-8
/
+1
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-6
/
+4
[next]