aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-142-0/+149
* Merge #851bors[bot]2022-07-101-1/+105
|\
| * 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.tomlsDario Nieuwenhuis2022-06-181-1/+0
* | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-181-0/+3
|\ \ | |/ |/|
| * 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
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-1/+1
* Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis2022-05-291-1/+1
* stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-276-7/+26
* Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis2022-04-221-1/+2
* stm32/spi: fix blocking transfer hanging after async.Dario Nieuwenhuis2022-03-151-0/+16
* stm32/spi: check zero-length trasnfers.Dario Nieuwenhuis2022-03-152-0/+12
* stm32/spi: more exhaustive test.Dario Nieuwenhuis2022-03-152-0/+27
* stm32/spi: implement async trasnfer_in_placeDario Nieuwenhuis2022-03-151-0/+3
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-1/+1
* Update testsGrant Miller2022-03-082-6/+6
* stm32: add stm32f103 bluepill to HIL tests.Dario Nieuwenhuis2022-02-246-4/+12
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-262-2/+2
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-193-4/+14
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-14/+13
* tests/stm32: make __sdata=__edata so that cortex-m-rt doesn't try to copy it ...Dario Nieuwenhuis2022-01-051-1/+1
* stm32/tests: add uart, uart_dma tests.Dario Nieuwenhuis2021-12-082-0/+106
* stm32/tests: add DMA SPIDario Nieuwenhuis2021-12-071-0/+51
* stm32/tests: add spiDario Nieuwenhuis2021-12-071-0/+46
* stm32/tests: higher clocks for H7Dario Nieuwenhuis2021-12-073-13/+36
* stm32/tests: add stm32h755zi, stm32wb55rgDario Nieuwenhuis2021-12-072-0/+6
* Add timer test, add g0, g4 tests.Dario Nieuwenhuis2021-12-074-4/+42
* stm32: add gpio HIL testDario Nieuwenhuis2021-12-066-0/+434