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
*
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
*
tests/rp: make cyw43-perf less strict.
Dario Nieuwenhuis
2023-06-08
1
-3
/
+3
*
tests/rp: update cyw43-perf for embassy-net changes.
Dario Nieuwenhuis
2023-06-08
1
-2
/
+2
*
cyw43: add perf HIL test.
Dario Nieuwenhuis
2023-06-06
1
-0
/
+267
*
ci: run HIL tests in parallel.
Dario Nieuwenhuis
2023-05-30
15
-0
/
+29
*
Add HIL test
kalkyl
2023-05-16
1
-0
/
+9
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
3
-20
/
+32
*
Merge #1423
bors[bot]
2023-05-02
1
-0
/
+63
|
\
|
*
rp/gpio: set up gpio interrupts only once
pennae
2023-05-02
1
-0
/
+63
*
|
rp: remove leftovers from #1414
pennae
2023-05-02
1
-4
/
+0
|
/
*
rp/uart: report errors from dma receive
pennae
2023-05-01
1
-10
/
+228
*
rp/uart: report errors from buffered uart
pennae
2023-05-01
1
-20
/
+229
*
tests/rp: test error conditions for uart
pennae
2023-05-01
1
-11
/
+148
*
tests/rp: fix buffered uart test
pennae
2023-05-01
1
-3
/
+3
*
rp: add PWM api
pennae
2023-04-23
1
-0
/
+142
*
rp: hook up softfloat rom intrinsics
pennae
2023-04-19
1
-0
/
+53
*
fix: spi transfer bug and additions to test
Lachezar Lechev
2023-03-26
1
-3
/
+23
*
chore: add spi_async tests for uneven buffers
Lachezar Lechev
2023-03-24
1
-4
/
+40
[next]