aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pin from UartDario Nieuwenhuis2021-04-145-87/+72
* Merge pull request #140 from lulf/reexport-macro-paramDario Nieuwenhuis2021-04-145-29/+122
|\
| * Add embassy_prefix attribute parameter to task and main macrosUlf Lilleengen2021-04-145-29/+122
* | Fix vscode settingsDario Nieuwenhuis2021-04-141-3/+2
|/
* stm32: add draft spi trait (#130)xoviat2021-04-133-1/+481
* Merge pull request #139 from xoviat/stm32f407xoviat2021-04-131-0/+92
|\
| * stm32: add f407xoviat2021-04-131-0/+92
|/
* Merge pull request #138 from lulf/std-main-macroDario Nieuwenhuis2021-04-123-1/+69
|\
| * Add std version of embassy::mainUlf Lilleengen2021-04-123-1/+69
* | Merge pull request #137 from lulf/generic-critical-sectionDario Nieuwenhuis2021-04-124-4/+39
|\ \ | |/ |/|
| * Workaround broken cast crateDario Nieuwenhuis2021-04-121-0/+2
| * Allow signals to be used when building for stdUlf Lilleengen2021-04-123-4/+37
|/
* extras: fix build with defmtDario Nieuwenhuis2021-04-101-1/+1
* nrf/gpio: remove DummyPinDario Nieuwenhuis2021-04-101-14/+3
* Merge pull request #134 from xoviat/fix-stm32f4xoviat2021-04-0610-38/+37
|\
| * stm32: fix usbxoviat2021-04-063-7/+7
| * stm32: fix examplexoviat2021-04-061-1/+1
| * stm32: fix peripheralsxoviat2021-04-061-1/+1
| * stm32: fix examplesxoviat2021-04-065-27/+26
| * stm32: fix interruptsxoviat2021-04-061-2/+2
| * stm32: use crates versionxoviat2021-04-061-1/+1
|/
* cleanup rp examplesDario Nieuwenhuis2021-04-052-5/+10
* Merge pull request #133 from xoviat/qeixoviat2021-04-025-116/+1
|\
| * remove qei traitxoviat2021-04-025-116/+1
|/
* Merge pull request #132 from theunkn0wn1/patch/stm_serial_examplexoviat2021-04-011-2/+3
|\
| * Actually await the read callJoshua Salzedo2021-04-011-1/+1
| * Satisfy rustfmt.Joshua Salzedo2021-04-011-1/+1
| * Reborrow serial and demonstrate using it twice.Joshua Salzedo2021-04-011-2/+3
* | Merge pull request #131 from mciantyre/take-onceDario Nieuwenhuis2021-04-021-0/+1
|\ \ | |/ |/|
| * Mark peripherals as takenIan McIntyre2021-04-011-0/+1
|/
* cargo: add examples backxoviat2021-04-011-0/+1
* Merge pull request #129 from theunkn0wn1/patch-1xoviat2021-04-011-3/+0
|\
| * Purge outdated referencesJoshua Salzedo2021-04-011-3/+0
|/
* Merge pull request #127 from xoviat/examplesxoviat2021-03-3023-485/+111
|\
| * stm32: consolidate cratesxoviat2021-03-3023-485/+111
|/
* Merge pull request #125 from xoviat/timeoutxoviat2021-03-292-2/+12
|\
| * add with_timeoutxoviat2021-03-292-2/+12
* | Merge pull request #65 from embassy-rs/rp2040Dario Nieuwenhuis2021-03-2933-76/+1412
|\ \
| * | ci: fmtcheck all crates individually since there's no workspace anymore.Dario Nieuwenhuis2021-03-291-4/+2
| * | rp: add precompiled boot2 to avoid depending on gccDario Nieuwenhuis2021-03-298-25/+31
| * | Remove workspace Cargo.toml, add templateDario Nieuwenhuis2021-03-294-62/+78
| * | Fix unused import warningsDario Nieuwenhuis2021-03-293-10/+5
| * | rp/gpio: implement InputDario Nieuwenhuis2021-03-296-75/+124
| * | rp: Add to CiDario Nieuwenhuis2021-03-291-0/+2
| * | rp: add initial versionDario Nieuwenhuis2021-03-2923-7/+1277
|/ /
* | Merge pull request #123 from xoviat/cleanupxoviat2021-03-294-62/+19
|\ \
| * | stm32: use embassy::main in more placesxoviat2021-03-293-61/+18
| * | take clocks on peripheral takexoviat2021-03-291-1/+1
* | | Merge pull request #122 from xoviat/cleanupxoviat2021-03-292-33/+41
|\| | | |/ |/|
| * cleanup and consolidate peripherals macroxoviat2021-03-292-33/+41
|/