| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge #1025 | bors[bot] | 2022-10-26 | 1 | -0/+44 |
| |\ |
|
| | * | Add more docs | chemicstry | 2022-10-24 | 1 | -0/+3 |
| | * | i2cv2 timeouts | chemicstry | 2022-10-24 | 1 | -0/+41 |
| * | | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 3 | -3/+9 |
| * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -2/+2 |
| |/ |
|
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 |
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -1/+2 |
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+1 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 |
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 2 | -2/+2 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 3 | -4/+4 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 7 | -26/+27 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 20 | -32/+33 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 11 | -87/+45 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 15 | -38/+46 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| * | Merge #896 | bors[bot] | 2022-08-10 | 1 | -1/+10 |
| |\ |
|
| | * | Implement I2C pullup configuration | chemicstry | 2022-08-09 | 1 | -1/+10 |
| * | | Add example using embedded-nal-async traits | Ulf Lilleengen | 2022-08-09 | 1 | -0/+125 |
| * | | Wrap buffers in a single state type | Ulf Lilleengen | 2022-08-09 | 1 | -0/+1 |
| * | | Implement embedded-nal-async traits for embassy-net | Ulf Lilleengen | 2022-08-08 | 1 | -1/+1 |
| |/ |
|
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 19 | -60/+61 |
| * | Improve ADC configuration options | chemicstry | 2022-07-27 | 1 | -3/+3 |
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+3 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+8 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 2 | -11/+10 |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 10 | -59/+59 |
| * | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| |\ |
|
| | * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| * | | 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. | 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 | 19 | -130/+54 |
| * | Merge #806 | bors[bot] | 2022-06-12 | 1 | -1/+1 |
| |\ |
|
| | * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | | Rename channel to mpmc | huntc | 2022-06-12 | 2 | -2/+2 |
| |/ |
|
| * | Add example for using a Signal. | Dominic Clifton | 2022-06-06 | 1 | -0/+41 |
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -1/+1 |
| *-. | Merge #781 #785 | bors[bot] | 2022-05-31 | 2 | -100/+88 |
| |\ \ |
|
| | * | | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 2 | -100/+88 |
| | |/ |
|
| * / | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis | 2022-05-29 | 1 | -1/+1 |
| |/ |
|
| * | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 |
| * | Merge #752 | bors[bot] | 2022-05-06 | 2 | -6/+4 |
| |\ |
|
| | * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 2 | -6/+4 |
| * | | Add H7 flash and bootloader support | Matous Hybl | 2022-05-06 | 2 | -0/+59 |
| |/ |
|
| * | embassy-stm32/eth: convert LAN8742 driver to generic SMI driver | David Lenfesty | 2022-04-30 | 1 | -4/+4 |
| * | Implement giant (chunked) DMA transfers for DCMI. | Matous Hybl | 2022-04-25 | 1 | -2/+2 |
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -1/+2 |