aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32f4-examples
Commit message (Expand)AuthorAgeFilesLines
* stm32: consolidate cratesxoviat2021-03-3011-528/+0
* stm32: use embassy::main in more placesxoviat2021-03-292-61/+12
* Reexport macros at root, use eveywhere as `#[embassy::task]`Dario Nieuwenhuis2021-03-295-11/+10
* stm32/serial: update to new traits.Dario Nieuwenhuis2021-03-291-2/+5
* Merge branch 'master' of https://github.com/akiles/embassy into proc-macroxoviat2021-03-272-2/+150
|\
| * Merge branch 'master' of https://github.com/akiles/embassy into st-usbxoviat2021-03-271-1/+2
| |\
| * | Move USB to embassy-extrasThales Fragoso2021-03-193-151/+7
| * | USB: Use updated PeripheralMutexThales Fragoso2021-03-192-2/+2
| * | Bring back old usb exampleThales Fragoso2021-03-192-42/+185
| * | Change ClassSet indexing and tune up exampleThales Fragoso2021-03-191-28/+57
| * | Start working on usb serialThales Fragoso2021-03-192-2/+122
* | | add embassy::main and implement for stm32f4xoviat2021-03-272-38/+12
| |/ |/|
* | stm32: fix exti to require SysCfg.constrain()xoviat2021-03-221-1/+2
|/
* F4: Fix compilation for other MCUsThales Fragoso2021-03-183-6/+22
* Merge pull request #82 from xoviat/c-extiDario Nieuwenhuis2021-03-181-5/+2
|\
| * fix extipinxoviat2021-03-171-5/+2
* | cleanup misc. warningsxoviat2021-03-171-3/+1
|/
* fix can examplexoviat2021-03-171-0/+2
* Merge pull request #20 from xoviat/canbusDario Nieuwenhuis2021-03-173-1/+61
|\
| * fixupxoviat2021-03-152-12/+7
| * add can driverxoviat2021-03-152-0/+65
* | Update features for latest nightly.Dario Nieuwenhuis2021-03-174-0/+8
|/
* use f405 in examplesxoviat2021-03-041-2/+2
* implement generics on serialxoviat2021-03-041-1/+22
* Remove cargo namespaced-featuresDario Nieuwenhuis2021-03-021-0/+1
* Move traits to separate crate.xoviat2021-03-022-2/+2
* update defmt and defmt-rtt to 0.2.0fnafnio2021-02-243-10/+10
* Merge pull request #49 from thalesfragoso/st-timerDario Nieuwenhuis2021-02-204-4/+69
|\
| * Add RTC timer for stm32f4Thales Fragoso2021-02-174-4/+69
* | stm32f4-examples: add workaround for WFI breaking RTTDario Nieuwenhuis2021-02-203-0/+22
|/
* Update to cortex-m 0.7Dario Nieuwenhuis2021-02-141-1/+1
* Get rid of some warningsThales Fragoso2021-02-133-19/+6
* Executor API V2.Dario Nieuwenhuis2021-02-022-14/+8
* stm32f4/examples: add config and linker script so they're runnable.Dario Nieuwenhuis2021-01-216-1/+164
* Remove unused rtic depDario Nieuwenhuis2021-01-211-1/+0
* minor cleanup to interfacexoviat2021-01-141-6/+8
* Build stm32 and stm32-examples in test script.Dario Nieuwenhuis2021-01-143-9/+22
* restrict unsafe blockxoviat2021-01-061-7/+7
* mark new unsafexoviat2021-01-061-17/+18
* fix problemsxoviat2021-01-051-1/+1
* rename examplesxoviat2021-01-042-0/+103