| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Have added doc + minor correction | [email protected] | 2022-07-08 | 1 | -7/+12 | |
| | | | ||||||
| | * | Flex/ output open drain test done | [email protected] | 2022-07-08 | 1 | -5/+6 | |
| | | | ||||||
| | * | Flex/ input pull up test done | [email protected] | 2022-07-08 | 1 | -9/+12 | |
| | | | ||||||
| | * | Flex/ input pull down test done | [email protected] | 2022-07-08 | 1 | -7/+10 | |
| | | | ||||||
| | * | Flex/ input no pull test done | [email protected] | 2022-07-08 | 1 | -4/+7 | |
| | | | ||||||
| | * | Flex/ Test initial output test done | [email protected] | 2022-07-08 | 1 | -1/+91 | |
| | | | ||||||
| * | | rp: add GPIO HIL test. | Dario Nieuwenhuis | 2022-07-09 | 5 | -0/+531 | |
| |/ | ||||||
| * | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 | |
| |\ | | | | | Remove the authors field from Cargo.tomls | |||||
| | * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -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-trace | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Add env DEFMT_LOG=trace to all examples. | |||||
| | * | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update to 2021 edition. (#820) | Dario Nieuwenhuis | 2022-06-18 | 1 | -2/+1 | |
| |/ | ||||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+4 | |
| | | ||||||
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis | 2022-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. | Dario Nieuwenhuis | 2022-04-27 | 6 | -7/+26 | |
| | | ||||||
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -1/+2 | |
| | | | | | | This temporarily removes support for the async UART trait, since it's not yet in embedded-hal-async. | |||||
| * | stm32/spi: fix blocking transfer hanging after async. | Dario Nieuwenhuis | 2022-03-15 | 1 | -0/+16 | |
| | | ||||||
| * | stm32/spi: check zero-length trasnfers. | Dario Nieuwenhuis | 2022-03-15 | 2 | -0/+12 | |
| | | ||||||
| * | stm32/spi: more exhaustive test. | Dario Nieuwenhuis | 2022-03-15 | 2 | -0/+27 | |
| | | ||||||
| * | stm32/spi: implement async trasnfer_in_place | Dario Nieuwenhuis | 2022-03-15 | 1 | -0/+3 | |
| | | ||||||
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update tests | Grant Miller | 2022-03-08 | 2 | -6/+6 | |
| | | ||||||
| * | stm32: add stm32f103 bluepill to HIL tests. | Dario Nieuwenhuis | 2022-02-24 | 6 | -4/+12 | |
| | | ||||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 | |
| | | ||||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 2 | -2/+2 | |
| | | ||||||
| * | stm32/spi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -2/+1 | |
| | | ||||||
| * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 3 | -4/+14 | |
| | | ||||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -14/+13 | |
| | | ||||||
| * | tests/stm32: make __sdata=__edata so that cortex-m-rt doesn't try to copy it ↵ | Dario Nieuwenhuis | 2022-01-05 | 1 | -1/+1 | |
| | | | | | from "flash". | |||||
| * | stm32/tests: add uart, uart_dma tests. | Dario Nieuwenhuis | 2021-12-08 | 2 | -0/+106 | |
| | | ||||||
| * | stm32/tests: add DMA SPI | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+51 | |
| | | ||||||
| * | stm32/tests: add spi | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+46 | |
| | | ||||||
| * | stm32/tests: higher clocks for H7 | Dario Nieuwenhuis | 2021-12-07 | 3 | -13/+36 | |
| | | ||||||
| * | stm32/tests: add stm32h755zi, stm32wb55rg | Dario Nieuwenhuis | 2021-12-07 | 2 | -0/+6 | |
| | | ||||||
| * | Add timer test, add g0, g4 tests. | Dario Nieuwenhuis | 2021-12-07 | 4 | -4/+42 | |
| | | ||||||
| * | stm32: add gpio HIL test | Dario Nieuwenhuis | 2021-12-06 | 6 | -0/+434 | |
