| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 2 | -7/+16 |
| | | |||||
| * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 7 | -0/+464 |
| | | |||||
| * | Refactor after review | kalkyl | 2022-12-13 | 1 | -0/+47 |
| | | |||||
| * | Feature gate critical-section-impl | kalkyl | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | Select critical-section in tests | kalkyl | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | rp: add OutputOpenDrain input test. | Dario Nieuwenhuis | 2022-12-06 | 1 | -3/+25 |
| | | |||||
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 2 | -2/+2 |
| | | |||||
| * | rp/uart: use lockfree ringbuffer. | Dario Nieuwenhuis | 2022-11-25 | 1 | -8/+5 |
| | | | | | This gets rid of another PeripheralMutex usage. | ||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 2 | -3/+3 |
| | | |||||
| * | Add delay to flash test to allow time to parse RTT header | Mathias | 2022-10-27 | 1 | -0/+7 |
| | | |||||
| * | Remove unused imports from test | Mathias | 2022-10-27 | 1 | -1/+0 |
| | | |||||
| * | Rebase on master | Mathias | 2022-10-27 | 4 | -19/+52 |
| |\ | |||||
| | * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 2 | -16/+49 |
| | | | |||||
| | * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 2 | -3/+3 |
| | | | |||||
| * | | Add flash example & flash HIL test | Mathias | 2022-10-26 | 2 | -0/+49 |
| |/ | |||||
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 2 | -0/+2 |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 2 | -4/+4 |
| | | |||||
| * | Fix bufferedUart read and write tests | Mathias | 2022-09-27 | 1 | -4/+5 |
| | | |||||
| * | Extend buffered-uart test to transmit 32 bytes | Mathias | 2022-09-27 | 1 | -2/+8 |
| | | |||||
| * | rp: set correct teleprobe target for rpi-pico tests. | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Add HIL test for bufferedUart | Mathias | 2022-09-26 | 2 | -0/+38 |
| | | |||||
| * | rp: enable time-driver in Cargo.toml instead of ci.sh | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 2 | -1/+2 |
| | | |||||
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+1 |
| | | |||||
| * | Cleanup examples | Henrik Alsér | 2022-09-01 | 2 | -4/+4 |
| | | |||||
| * | Add HIL tests | Henrik Alsér | 2022-09-01 | 2 | -0/+56 |
| | | |||||
| * | Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA | Mathias | 2022-08-26 | 3 | -0/+105 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 2 | -2/+2 |
| | | |||||
| * | tests/stm32: add lpuart test on stm32wb55 | Dario Nieuwenhuis | 2022-08-20 | 2 | -14/+2 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 10 | -12/+14 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 8 | -22/+22 |
| | | |||||
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 2 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 10 | -20/+22 |
| | | |||||
| * | Add embedded_hal_async support for embassy-rp | Daniel Bevenius | 2022-07-14 | 2 | -0/+149 |
| | | | | | | This commit adds support for embedded-hal-async to the Embassy Raspberry PI crate. | ||||
| * | Merge #851 | bors[bot] | 2022-07-10 | 1 | -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-10 | 1 | -14/+13 |
| | | | |||||
| | * | forgotten file | [email protected] | 2022-07-08 | 1 | -1/+1 |
| | | | |||||
| | * | 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 |
| | | |||||
