| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-add erroneously removed newlines | Joshua Salzedo | 2021-03-21 | 2 | -1/+5 |
| * | Add Struct/impl documentation for embassy::time::Instant | Joshua Salzedo | 2021-03-21 | 1 | -1/+15 |
| * | Add Struct/impl documentation for embassy::time::Duration | Joshua Salzedo | 2021-03-21 | 1 | -3/+9 |
| * | Add module-level documentation for embassy::time | Joshua Salzedo | 2021-03-21 | 1 | -0/+9 |
| * | Merge pull request #100 from xoviat/serial-idle | xoviat | 2021-03-20 | 3 | -12/+32 |
| |\ | |||||
| | * | stm32f4: implement idle on serial | xoviat | 2021-03-20 | 2 | -12/+31 |
| | * | .vscode: add target | xoviat | 2021-03-20 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #99 from xoviat/fix-stm32f446 | xoviat | 2021-03-20 | 3 | -3/+6 |
| |\ | |||||
| | * | stm32f4: remove usart7, 8 | xoviat | 2021-03-20 | 1 | -2/+2 |
| | * | stm32: remove SDIO interrupt | xoviat | 2021-03-20 | 1 | -1/+1 |
| | * | ci: add stm32f446 | xoviat | 2021-03-20 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #98 from xoviat/stm32 | xoviat | 2021-03-20 | 5 | -323/+295 |
| |\ | |||||
| | * | consolidate ExtiPin into stm32 package | xoviat | 2021-03-20 | 5 | -323/+295 |
| |/ | |||||
| * | 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 |
