| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change ClassSet indexing and tune up example | Thales Fragoso | 2021-03-19 | 3 | -49/+200 |
| * | Start working on usb serial | Thales Fragoso | 2021-03-19 | 10 | -2/+1064 |
| * | Merge pull request #97 from xoviat/stm32 | xoviat | 2021-03-19 | 11 | -314/+208 |
| |\ | |||||
| | * | stm32: consolidate functionality into new pkg | xoviat | 2021-03-19 | 11 | -314/+208 |
| |/ | |||||
| * | Merge pull request #96 from xoviat/ci | xoviat | 2021-03-19 | 1 | -16/+3 |
| |\ | |||||
| | * | ci: set target | xoviat | 2021-03-19 | 1 | -1/+1 |
| | * | ci: attempt to consolidate nrf examples | xoviat | 2021-03-19 | 1 | -15/+2 |
| * | | Merge pull request #95 from xoviat/ci | xoviat | 2021-03-19 | 2 | -10/+1 |
| |\| | |||||
| | * | ci: rm ci.sh | xoviat | 2021-03-19 | 2 | -10/+1 |
| |/ | |||||
| * | Merge pull request #94 from xoviat/ci | xoviat | 2021-03-19 | 2 | -35/+87 |
| |\ | |||||
| | * | ci: parallelize and use cache | xoviat | 2021-03-19 | 2 | -35/+87 |
| |/ | |||||
| * | Merge pull request #93 from thalesfragoso/fix-comp | Dario Nieuwenhuis | 2021-03-19 | 9 | -19/+80 |
| |\ | |||||
| | * | F4: Fix compilation for other MCUs | Thales Fragoso | 2021-03-18 | 9 | -19/+80 |
| |/ | |||||
| * | Simplify spim macros | Dario Nieuwenhuis | 2021-03-18 | 1 | -43/+24 |
| * | Merge pull request #88 from michaelbeaumont/cargo_fmt | Dario Nieuwenhuis | 2021-03-18 | 5 | -4/+5 |
| |\ | |||||
| | * | Add cargo fmt --all -- --check to ci.sh | Michael Beaumont | 2021-03-18 | 2 | -1/+3 |
| | * | Run cargo fmt | Michael Beaumont | 2021-03-18 | 3 | -3/+2 |
| * | | Merge pull request #85 from embassy-rs/no-free | Dario Nieuwenhuis | 2021-03-18 | 4 | -100/+38 |
| |\ \ | |||||
| | * | | peripheralmutex: separate interrupt registration to own method. | Dario Nieuwenhuis | 2021-03-18 | 3 | -15/+23 |
| | * | | Remove free() from PeripheralMutex and all nrf drivers. | Dario Nieuwenhuis | 2021-03-18 | 4 | -93/+23 |
| | |/ | |||||
| * | | Merge pull request #84 from michaelbeaumont/stm32l0_waitforhighlow | Dario Nieuwenhuis | 2021-03-18 | 2 | -1/+62 |
| |\ \ | |||||
| | * | | Add WaitFor{Low,High} for stm32l0 exti pins | Michael Beaumont | 2021-03-18 | 2 | -1/+62 |
| * | | | Merge pull request #82 from xoviat/c-exti | Dario Nieuwenhuis | 2021-03-18 | 3 | -170/+147 |
| |\| | | |/ |/| | |||||
| | * | 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 |
| * | | Allow running ci.sh from any dir | Dario Nieuwenhuis | 2021-03-18 | 1 | -0/+2 |
| * | | Merge pull request #83 from xoviat/cleanup | xoviat | 2021-03-17 | 5 | -15/+7 |
| |\ \ | |/ |/| | |||||
| | * | cleanup misc. warnings | xoviat | 2021-03-17 | 5 | -15/+7 |
| |/ | |||||
| * | 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 |
