aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | This commit adds support for embedded-hal-async to the Embassy Raspberry PI crate.
* rp: add GPIO HIL test.Dario Nieuwenhuis2022-07-091-0/+192