aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32: fix exti to require SysCfg.constrain()xoviat2021-03-222-10/+33
* Merge pull request #102 from theunkn0wn1/doc/durationDario Nieuwenhuis2021-03-223-3/+34
|\
| * Correct descriptions of DurationJoshua Salzedo2021-03-211-3/+3
| * remove now redundant non-doc commentJoshua Salzedo2021-03-211-3/+0
| * Fix module-level docstringJoshua Salzedo2021-03-211-3/+3
| * Added doc to the embassy::time::Duration structJoshua Salzedo2021-03-211-0/+1
| * Re-add erroneously removed newlinesJoshua Salzedo2021-03-212-1/+5
| * Add Struct/impl documentation for embassy::time::InstantJoshua Salzedo2021-03-211-1/+15
| * Add Struct/impl documentation for embassy::time::DurationJoshua Salzedo2021-03-211-3/+9
| * Add module-level documentation for embassy::timeJoshua Salzedo2021-03-211-0/+9
|/
* Merge pull request #100 from xoviat/serial-idlexoviat2021-03-203-12/+32
|\
| * stm32f4: implement idle on serialxoviat2021-03-202-12/+31
| * .vscode: add targetxoviat2021-03-201-0/+1
|/
* Merge pull request #99 from xoviat/fix-stm32f446xoviat2021-03-203-3/+6
|\
| * stm32f4: remove usart7, 8xoviat2021-03-201-2/+2
| * stm32: remove SDIO interruptxoviat2021-03-201-1/+1
| * ci: add stm32f446xoviat2021-03-201-0/+3
|/
* Merge pull request #98 from xoviat/stm32xoviat2021-03-205-323/+295
|\
| * consolidate ExtiPin into stm32 packagexoviat2021-03-205-323/+295
|/
* Merge pull request #97 from xoviat/stm32xoviat2021-03-1911-314/+208
|\
| * stm32: consolidate functionality into new pkgxoviat2021-03-1911-314/+208
|/
* Merge pull request #96 from xoviat/cixoviat2021-03-191-16/+3
|\
| * ci: set targetxoviat2021-03-191-1/+1
| * ci: attempt to consolidate nrf examplesxoviat2021-03-191-15/+2
* | Merge pull request #95 from xoviat/cixoviat2021-03-192-10/+1
|\|
| * ci: rm ci.shxoviat2021-03-192-10/+1
|/
* Merge pull request #94 from xoviat/cixoviat2021-03-192-35/+87
|\
| * ci: parallelize and use cachexoviat2021-03-192-35/+87
|/
* Merge pull request #93 from thalesfragoso/fix-compDario Nieuwenhuis2021-03-199-19/+80
|\
| * F4: Fix compilation for other MCUsThales Fragoso2021-03-189-19/+80
|/
* Simplify spim macrosDario Nieuwenhuis2021-03-181-43/+24
* Merge pull request #88 from michaelbeaumont/cargo_fmtDario Nieuwenhuis2021-03-185-4/+5
|\
| * Add cargo fmt --all -- --check to ci.shMichael Beaumont2021-03-182-1/+3
| * Run cargo fmtMichael Beaumont2021-03-183-3/+2
* | Merge pull request #85 from embassy-rs/no-freeDario Nieuwenhuis2021-03-184-100/+38
|\ \
| * | peripheralmutex: separate interrupt registration to own method.Dario Nieuwenhuis2021-03-183-15/+23
| * | Remove free() from PeripheralMutex and all nrf drivers.Dario Nieuwenhuis2021-03-184-93/+23
| |/
* | Merge pull request #84 from michaelbeaumont/stm32l0_waitforhighlowDario Nieuwenhuis2021-03-182-1/+62
|\ \
| * | Add WaitFor{Low,High} for stm32l0 exti pinsMichael Beaumont2021-03-182-1/+62
* | | Merge pull request #82 from xoviat/c-extiDario Nieuwenhuis2021-03-183-170/+147
|\| | | |/ |/|
| * fix extipinxoviat2021-03-171-5/+2
| * stm32: exti: update apixoviat2021-03-172-26/+7
| * fix borrow checkerxoviat2021-03-171-4/+6
| * stm32f4: exti: update apixoviat2021-03-171-35/+29
| * stm32: exti: remove static mutxoviat2021-03-172-2/+2
| * stm32l0: cleanup extixoviat2021-03-171-105/+108
* | Allow running ci.sh from any dirDario Nieuwenhuis2021-03-181-0/+2
* | Merge pull request #83 from xoviat/cleanupxoviat2021-03-175-15/+7
|\ \ | |/ |/|
| * cleanup misc. warningsxoviat2021-03-175-15/+7
|/
* Merge pull request #69 from michaelbeaumont/stm32l0xoviat2021-03-177-0/+566
|\