| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Formatting. | Bob McWhirter | 2021-09-01 | 1 | -1/+1 |
| * | Rename Random impl to Rng. | Bob McWhirter | 2021-09-01 | 2 | -8/+8 |
| * | Formatting. Always formatting. | Bob McWhirter | 2021-08-30 | 1 | -4/+4 |
| * | Move random utils to another trait. | Bob McWhirter | 2021-08-30 | 1 | -1/+1 |
| * | Add example using ranged RNG. | Bob McWhirter | 2021-08-27 | 1 | -0/+35 |
| * | std: fold into embassy core, add non-hacky time driver. | Dario Nieuwenhuis | 2021-08-25 | 4 | -6/+4 |
| * | nrf: make gpiote and time-driver optional via cargo features. | Dario Nieuwenhuis | 2021-08-20 | 1 | -1/+1 |
| * | nrf/wdt: add handle steal | Dario Nieuwenhuis | 2021-08-20 | 1 | -1/+1 |
| * | Merge pull request #333 from bgamari/stm32g0 | Dario Nieuwenhuis | 2021-08-20 | 8 | -0/+198 |
| |\ | |||||
| | * | Add STM32G0 examples | Ben Gamari | 2021-08-20 | 8 | -0/+198 |
| * | | Merge pull request #367 from embassy-rs/metapac-cleanup | Dario Nieuwenhuis | 2021-08-20 | 41 | -180/+50 |
| |\| | |||||
| | * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 41 | -185/+19 |
| | * | stm32/wl: add stub APB3 to get it to build. | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 |
| | * | stm32/exti: unify all versions into single impl | Dario Nieuwenhuis | 2021-08-19 | 1 | -0/+36 |
| * | | wl55: update to cortex-m-rt 0.7 | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 |
| * | | nrf: update to cortex-m-rt 0.7 | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 |
| |/ | |||||
| * | Update cortex-m-rt to v0.7 for stm32, rp. | Dario Nieuwenhuis | 2021-08-19 | 5 | -6/+5 |
| * | bxcan: Fix the flaky CAN example | Timo Kröger | 2021-08-18 | 1 | -2/+15 |
| * | bxcan: namechange "bxcan_v1" -> "can_bxcan" | Timo Kröger | 2021-08-18 | 1 | -1/+1 |
| * | CAN support with bxcan crate | Timo Kröger | 2021-08-18 | 2 | -0/+40 |
| * | Remove metapac from the Cargo.toml for h7. | Bob McWhirter | 2021-08-18 | 1 | -1/+0 |
| * | Add STM32WL55 examples to CI (#361) | Ulf Lilleengen | 2021-08-18 | 2 | -2/+22 |
| * | Add per-core EXTI support | Ulf Lilleengen | 2021-08-17 | 1 | -0/+34 |
| * | Add example for STM32WL55 | Ulf Lilleengen | 2021-08-17 | 5 | -0/+130 |
| * | Add H7 exti button example using correct EXTI reg block offsets. | Bob McWhirter | 2021-08-16 | 1 | -0/+36 |
| * | Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) | Ulf Lilleengen | 2021-08-16 | 2 | -0/+52 |
| * | nrf: add WDT driver | Dario Nieuwenhuis | 2021-08-07 | 1 | -0/+46 |
| * | stm32f4: Use unwrap! where possible | Ben Gamari | 2021-08-05 | 1 | -2/+2 |
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 22 | -65/+67 |
| * | stm32/time: add Cargo features to choose tim2/tim3 | Dario Nieuwenhuis | 2021-08-05 | 7 | -13/+15 |
| * | time: replace dyn clock/alarm with a global Driver trait | Dario Nieuwenhuis | 2021-08-05 | 28 | -117/+19 |
| * | Merge pull request #344 from bobmcwhirter/remove_builders | Dario Nieuwenhuis | 2021-08-04 | 7 | -48/+31 |
| |\ | |||||
| | * | Grep fails me. | Bob McWhirter | 2021-08-04 | 1 | -2/+0 |
| | * | Fmt giving me headaches. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Um. | Bob McWhirter | 2021-08-04 | 1 | -0/+1 |
| | * | Unused import. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Remove more extra vars. | Bob McWhirter | 2021-08-04 | 2 | -7/+3 |
| | * | Formatting again. | Bob McWhirter | 2021-08-04 | 4 | -5/+2 |
| | * | Further work sharing config for example and removing duplicated code. | Bob McWhirter | 2021-08-04 | 5 | -73/+20 |
| | * | Remove unused import. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Formatting. | Bob McWhirter | 2021-08-04 | 4 | -10/+10 |
| | * | Remove builders from Config(s) and examples. | Bob McWhirter | 2021-08-04 | 6 | -19/+66 |
| * | | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 57 | -114/+0 |
| |/ | |||||
| * | rustfmt everything | Dario Nieuwenhuis | 2021-08-04 | 2 | -2/+1 |
| * | Merge pull request #341 from lulf/usart-dma-read | Dario Nieuwenhuis | 2021-08-04 | 4 | -3/+45 |
| |\ | |||||
| | * | Rename bread -> read_blocking | Ulf Lilleengen | 2021-08-04 | 3 | -3/+3 |
| | * | Add uart::Read DMA-based implementation | Ulf Lilleengen | 2021-08-03 | 4 | -3/+45 |
| * | | Run cargo-fmt on the h7 examples. | Bob McWhirter | 2021-08-03 | 3 | -36/+27 |
| * | | Formatting fixes. | Bob McWhirter | 2021-08-03 | 1 | -2/+0 |
| * | | Enhance Rcc configuration to be more fluentish. | Bob McWhirter | 2021-08-03 | 7 | -211/+75 |
| |/ | |||||
