aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-7/+16
|
* nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-047-0/+464
|
* Refactor after reviewkalkyl2022-12-131-0/+47
|
* Feature gate critical-section-implkalkyl2022-12-101-1/+1
|
* Select critical-section in testskalkyl2022-12-101-1/+1
|
* rp: add OutputOpenDrain input test.Dario Nieuwenhuis2022-12-061-3/+25
|
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-292-2/+2
|
* rp/uart: use lockfree ringbuffer.Dario Nieuwenhuis2022-11-251-8/+5
| | | | This gets rid of another PeripheralMutex usage.
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-252-3/+3
|
* 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
|
* Rebase on masterMathias2022-10-274-19/+52
|\
| * stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-262-16/+49
| |
| * Update Rust nightly.Dario Nieuwenhuis2022-10-262-3/+3
| |
* | Add flash example & flash HIL testMathias2022-10-262-0/+49
|/
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-072-0/+2
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-292-4/+4
|
* Fix bufferedUart read and write testsMathias2022-09-271-4/+5
|
* Extend buffered-uart test to transmit 32 bytesMathias2022-09-271-2/+8
|
* rp: set correct teleprobe target for rpi-pico tests.Dario Nieuwenhuis2022-09-261-1/+1
|
* Add HIL test for bufferedUartMathias2022-09-262-0/+38
|
* rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis2022-09-261-1/+1
|
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-222-1/+2
|
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-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-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-222-2/+2
|
* tests/stm32: add lpuart test on stm32wb55Dario Nieuwenhuis2022-08-202-14/+2
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1810-12/+14
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-178-22/+22
|
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-172-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-2910-20/+22
|
* Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-142-0/+149
| | | | | This commit adds support for embedded-hal-async to the Embassy Raspberry PI crate.
* Merge #851bors[bot]2022-07-101-1/+105
|\ | | | | | | | | | | | | | | | | 851: Gpio dynamic flex r=Dirbaio a=AntoineMugnier Add Flex GPIO type for embassy-stm32 as it is the case for embassy-nrf. Co-authored-by: [email protected] <[email protected]>
| * rustfmt on previously edited files[email protected]2022-07-101-14/+13
| |
| * forgotten file[email protected]2022-07-081-1/+1
| |
| * Have added doc + minor correction[email protected]2022-07-081-7/+12
| |
| * Flex/ output open drain test done[email protected]2022-07-081-5/+6
| |
| * Flex/ input pull up test done[email protected]2022-07-081-9/+12
| |
| * Flex/ input pull down test done[email protected]2022-07-081-7/+10
| |
| * Flex/ input no pull test done[email protected]2022-07-081-4/+7
| |
| * Flex/ Test initial output test done[email protected]2022-07-081-1/+91
| |
* | rp: add GPIO HIL test.Dario Nieuwenhuis2022-07-095-0/+531
|/
* Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-181-1/+0
|\ | | | | Remove the authors field from Cargo.tomls
| * Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors".
* | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-181-0/+3
|\ \ | |/ |/| Add env DEFMT_LOG=trace to all examples.
| * Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
| |
* | Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-2/+1
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+4
|