| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix extipin | xoviat | 2021-03-17 | 1 | -5/+2 |
| * | stm32: exti: update api | xoviat | 2021-03-17 | 2 | -26/+7 |
| * | fix borrow checker | xoviat | 2021-03-17 | 1 | -4/+6 |
| * | stm32f4: exti: update api | xoviat | 2021-03-17 | 1 | -35/+29 |
| * | stm32: exti: remove static mut | xoviat | 2021-03-17 | 2 | -2/+2 |
| * | stm32l0: cleanup exti | xoviat | 2021-03-17 | 1 | -105/+108 |
| * | Merge pull request #69 from michaelbeaumont/stm32l0 | xoviat | 2021-03-17 | 7 | -0/+566 |
| |\ | |||||
| | * | add feature | xoviat | 2021-03-17 | 1 | -0/+1 |
| | * | Upgrade stm32l0xx-hal | Michael Beaumont | 2021-03-18 | 1 | -1/+1 |
| | * | Remove extraneous generic type | Michael Beaumont | 2021-03-18 | 1 | -17/+9 |
| | * | Add stm32l0 to CI | Michael Beaumont | 2021-03-09 | 1 | -0/+5 |
| | * | Add WaitForAnyEdge | Michael Beaumont | 2021-03-09 | 1 | -1/+11 |
| | * | Use a critical section to listen on GPIO pins | Michael Beaumont | 2021-03-09 | 2 | -29/+27 |
| | * | Add stm32l0 with ExtiPin futures | Michael Beaumont | 2021-03-09 | 6 | -0/+560 |
| * | | Allow unused stuff in fmt.rs | Dario Nieuwenhuis | 2021-03-18 | 4 | -0/+4 |
| * | | Implement FullDuplex for nrf spim | Dario Nieuwenhuis | 2021-03-18 | 3 | -15/+43 |
| * | | Add raw_spawn example, showcasing how to use embassy without TAIT | Dario Nieuwenhuis | 2021-03-18 | 1 | -0/+73 |
| * | | Add spawn/spawn_pool APIs to Task | Dario Nieuwenhuis | 2021-03-18 | 5 | -24/+36 |
| * | | Move Task into raw | Dario Nieuwenhuis | 2021-03-18 | 7 | -93/+99 |
| * | | fix can example | xoviat | 2021-03-17 | 1 | -0/+2 |
| * | | Merge pull request #20 from xoviat/canbus | Dario Nieuwenhuis | 2021-03-17 | 6 | -2/+168 |
| |\ \ | |||||
| | * | | fixup | xoviat | 2021-03-15 | 2 | -12/+7 |
| | * | | fixup | xoviat | 2021-03-15 | 1 | -2/+2 |
| | * | | set feature | xoviat | 2021-03-15 | 1 | -1/+1 |
| | * | | add can driver | xoviat | 2021-03-15 | 5 | -0/+171 |
| * | | | Rename IrqExecutor to InterruptExecutor | Dario Nieuwenhuis | 2021-03-17 | 2 | -7/+7 |
| * | | | Do not export fmt macros. | Dario Nieuwenhuis | 2021-03-17 | 4 | -24/+0 |
| * | | | Merge pull request #66 from xoviat/spi-trait | Dario Nieuwenhuis | 2021-03-17 | 2 | -0/+37 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into spi-trait | Dario Nieuwenhuis | 2021-03-17 | 37 | -39/+368 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #79 from embassy-rs/optimized-wakers | Dario Nieuwenhuis | 2021-03-17 | 4 | -24/+142 |
| |\ \ \ \ | |||||
| | * | | | | Add optimized single-word WakerRegistration, add AtomicWakerRegistration. | Dario Nieuwenhuis | 2021-03-17 | 4 | -24/+142 |
| * | | | | | Merge pull request #77 from embassy-rs/no-reexport | Dario Nieuwenhuis | 2021-03-17 | 8 | -11/+16 |
| |\| | | | | |||||
| | * | | | | Do not reexport atomic-polyfill | Dario Nieuwenhuis | 2021-03-17 | 8 | -11/+16 |
| * | | | | | Merge pull request #78 from embassy-rs/feature-party | Dario Nieuwenhuis | 2021-03-17 | 20 | -1/+41 |
| |\| | | | | |_|/ / |/| | | | |||||
| | * | | | Update features for latest nightly. | Dario Nieuwenhuis | 2021-03-17 | 20 | -1/+41 |
| |/ / / | |||||
| * | | | Rename i2c trait | Dario Nieuwenhuis | 2021-03-15 | 1 | -2/+1 |
| * | | | Merge pull request #74 from michaelbeaumont/deref-stm32f4 | Dario Nieuwenhuis | 2021-03-14 | 1 | -0/+47 |
| |\ \ \ | |||||
| | * | | | Add embedded_hal::digital::v2::* for ExtiPin | Michael Beaumont | 2021-03-14 | 1 | -0/+47 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #67 from xoviat/qei | Dario Nieuwenhuis | 2021-03-14 | 5 | -0/+120 |
| |\ \ \ | |||||
| | * | | | update docs | xoviat | 2021-03-14 | 1 | -0/+8 |
| | * | | | add embedded-hal | xoviat | 2021-03-11 | 1 | -0/+1 |
| | * | | | add qei trait and implementation | xoviat | 2021-03-11 | 4 | -0/+111 |
| | |/ / | |||||
| * | | | Merge pull request #76 from Disasm/small-fixes | Dario Nieuwenhuis | 2021-03-14 | 2 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix exti driver | Vadim Kaushan | 2021-03-14 | 1 | -1/+1 |
| | * | | Fix probe-run install command | Vadim Kaushan | 2021-03-14 | 1 | -1/+1 |
| |/ / | |||||
| | * | update docs | xoviat | 2021-03-08 | 1 | -3/+3 |
| | * | add spi trait | xoviat | 2021-03-08 | 2 | -0/+37 |
| |/ | |||||
| * | Merge pull request #73 from thalesfragoso/split-util | Dario Nieuwenhuis | 2021-03-08 | 12 | -13/+157 |
| |\ | |||||
| | * | Move nRF's util into a separate crate | Thales Fragoso | 2021-03-07 | 12 | -13/+157 |
| |/ | |||||
| * | Merge pull request #70 from xoviat/cleanup-exti | Dario Nieuwenhuis | 2021-03-06 | 2 | -254/+247 |
| |\ | |||||
