aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change ClassSet indexing and tune up exampleThales Fragoso2021-03-193-49/+200
* Start working on usb serialThales Fragoso2021-03-1910-2/+1064
* 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
|\
| * add featurexoviat2021-03-171-0/+1
| * Upgrade stm32l0xx-halMichael Beaumont2021-03-181-1/+1
| * Remove extraneous generic typeMichael Beaumont2021-03-181-17/+9
| * Add stm32l0 to CIMichael Beaumont2021-03-091-0/+5
| * Add WaitForAnyEdgeMichael Beaumont2021-03-091-1/+11
| * Use a critical section to listen on GPIO pinsMichael Beaumont2021-03-092-29/+27
| * Add stm32l0 with ExtiPin futuresMichael Beaumont2021-03-096-0/+560
* | Allow unused stuff in fmt.rsDario Nieuwenhuis2021-03-184-0/+4
* | Implement FullDuplex for nrf spimDario Nieuwenhuis2021-03-183-15/+43
* | Add raw_spawn example, showcasing how to use embassy without TAITDario Nieuwenhuis2021-03-181-0/+73
* | Add spawn/spawn_pool APIs to TaskDario Nieuwenhuis2021-03-185-24/+36
* | Move Task into rawDario Nieuwenhuis2021-03-187-93/+99
* | fix can examplexoviat2021-03-171-0/+2
* | Merge pull request #20 from xoviat/canbusDario Nieuwenhuis2021-03-176-2/+168
|\ \
| * | fixupxoviat2021-03-152-12/+7
| * | fixupxoviat2021-03-151-2/+2
| * | set featurexoviat2021-03-151-1/+1