aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src
Commit message (Expand)AuthorAgeFilesLines
* Merge #1423bors[bot]2023-05-021-0/+63
|\
| * rp/gpio: set up gpio interrupts only oncepennae2023-05-021-0/+63
* | rp: remove leftovers from #1414pennae2023-05-021-4/+0
|/
* rp/uart: report errors from dma receivepennae2023-05-011-10/+228
* rp/uart: report errors from buffered uartpennae2023-05-011-20/+229
* tests/rp: test error conditions for uartpennae2023-05-011-11/+148
* tests/rp: fix buffered uart testpennae2023-05-011-3/+3
* rp: add PWM apipennae2023-04-231-0/+142
* rp: hook up softfloat rom intrinsicspennae2023-04-191-0/+53
* fix: spi transfer bug and additions to testLachezar Lechev2023-03-261-3/+23
* chore: add spi_async tests for uneven buffersLachezar Lechev2023-03-241-4/+40
* Add HIL test for into_buffered uart on embassy-rpMathias2023-03-141-0/+54
* Refactor after reviewkalkyl2022-12-131-0/+47
* rp: add OutputOpenDrain input test.Dario Nieuwenhuis2022-12-061-3/+25
* rp/uart: use lockfree ringbuffer.Dario Nieuwenhuis2022-11-251-8/+5
* Add delay to flash test to allow time to parse RTT headerMathias2022-10-271-0/+7
* Remove unused imports from testMathias2022-10-271-1/+0
* Add flash example & flash HIL testMathias2022-10-261-0/+48
* Fix bufferedUart read and write testsMathias2022-09-271-4/+5
* Extend buffered-uart test to transmit 32 bytesMathias2022-09-271-2/+8
* Add HIL test for bufferedUartMathias2022-09-261-0/+37
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-221-1/+1
* Cleanup examplesHenrik Alsér2022-09-012-4/+4
* Add HIL testsHenrik Alsér2022-09-012-0/+56
* Add HIL tests of DMA & UART, and correctly set DREQ for uart DMAMathias2022-08-263-0/+105
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-182-3/+3
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-172-4/+4
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-5/+5
* Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-141-0/+148
* rp: add GPIO HIL test.Dario Nieuwenhuis2022-07-091-0/+192