summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
Closes: https://github.com/embassy-rs/embassy/issues/1002
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-27Fix bufferedUart read and write testsMathias
2022-09-27Extend buffered-uart test to transmit 32 bytesMathias
2022-09-26rp: set correct teleprobe target for rpi-pico tests.Dario Nieuwenhuis
2022-09-26Add HIL test for bufferedUartMathias
2022-09-26rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis
2022-09-22Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-09-01Cleanup examplesHenrik Alsér
2022-09-01Add HIL testsHenrik Alsér
2022-08-26Add HIL tests of DMA & UART, and correctly set DREQ for uart DMAMathias
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-20tests/stm32: add lpuart test on stm32wb55Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-14Add embedded_hal_async support for embassy-rpDaniel Bevenius
This commit adds support for embedded-hal-async to the Embassy Raspberry PI crate.
2022-07-10Merge #851bors[bot]
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: amugniere@gmail.com <antoine.mugnier@depixus.com>
2022-07-10rustfmt on previously edited filesamugniere@gmail.com
2022-07-09rp: add GPIO HIL test.Dario Nieuwenhuis
2022-07-08forgotten fileamugniere@gmail.com
2022-07-08Have added doc + minor correctionamugniere@gmail.com
2022-07-08Flex/ output open drain test doneamugniere@gmail.com
2022-07-08Flex/ input pull up test doneamugniere@gmail.com
2022-07-08Flex/ input pull down test doneamugniere@gmail.com
2022-07-08Flex/ input no pull test doneamugniere@gmail.com
2022-07-08Flex/ Test initial output test doneamugniere@gmail.com
2022-06-18Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis
Remove the authors field from Cargo.tomls
2022-06-18Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis
Add env DEFMT_LOG=trace to all examples.
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
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".
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-06-18Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-05-31examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn
2022-05-29Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis
2022-04-27stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis
2022-04-22Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis
This temporarily removes support for the async UART trait, since it's not yet in embedded-hal-async.
2022-03-15stm32/spi: fix blocking transfer hanging after async.Dario Nieuwenhuis
2022-03-15stm32/spi: check zero-length trasnfers.Dario Nieuwenhuis
2022-03-15stm32/spi: more exhaustive test.Dario Nieuwenhuis
2022-03-15stm32/spi: implement async trasnfer_in_placeDario Nieuwenhuis
2022-03-11Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis
2022-03-08Update testsGrant Miller
2022-02-24stm32: add stm32f103 bluepill to HIL tests.Dario Nieuwenhuis
2022-02-12stm32: add rust stable supportDario Nieuwenhuis
2022-01-27traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis
2022-01-26Support unstable-trait feature for stm32Ulf Lilleengen
2022-01-19stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis