aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32f4-examples/src
Commit message (Collapse)AuthorAgeFilesLines
* stm32: consolidate cratesxoviat2021-03-307-409/+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-271-0/+146
|\
| * Merge branch 'master' of https://github.com/akiles/embassy into st-usbxoviat2021-03-271-1/+2
| |\
| * | Move USB to embassy-extrasThales Fragoso2021-03-192-151/+6
| | |
| * | 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
| | | | | | | | | | | | Example doesn't work with F401 because it doesn't have enough usb endpoints
| * | Start working on usb serialThales Fragoso2021-03-191-0/+119
| | |
* | | add embassy::main and implement for stm32f4xoviat2021-03-271-38/+11
| |/ |/|
* | stm32: fix exti to require SysCfg.constrain()xoviat2021-03-221-1/+2
|/
* F4: Fix compilation for other MCUsThales Fragoso2021-03-182-4/+2
|
* Merge pull request #82 from xoviat/c-extiDario Nieuwenhuis2021-03-181-5/+2
|\ | | | | cleanup exti and remove static mut
| * 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-171-0/+59
|\ | | | | add can
| * fixupxoviat2021-03-151-11/+6
| |
| * add can driverxoviat2021-03-151-0/+64
| |
* | Update features for latest nightly.Dario Nieuwenhuis2021-03-174-0/+8
|/
* implement generics on serialxoviat2021-03-041-1/+22
|
* Move traits to separate crate.xoviat2021-03-022-2/+2
|
* update defmt and defmt-rtt to 0.2.0fnafnio2021-02-241-7/+7
|
* Merge pull request #49 from thalesfragoso/st-timerDario Nieuwenhuis2021-02-201-0/+65
|\ | | | | Add STM timer
| * Add RTC timer for stm32f4Thales Fragoso2021-02-171-0/+65
| |
* | stm32f4-examples: add workaround for WFI breaking RTTDario Nieuwenhuis2021-02-203-0/+22
|/
* Get rid of some warningsThales Fragoso2021-02-133-19/+6
|
* Executor API V2.Dario Nieuwenhuis2021-02-022-14/+8
| | | | | - It's no longer possible to call run() reentrantly from within a task (soundness issue) - it's now possible to spawn Send tasks across threads (SendSpawner, #37)
* stm32f4/examples: add config and linker script so they're runnable.Dario Nieuwenhuis2021-01-213-1/+100
|
* minor cleanup to interfacexoviat2021-01-141-6/+8
|
* Build stm32 and stm32-examples in test script.Dario Nieuwenhuis2021-01-142-3/+22
| | | | Panic handler was missing, I had to add exaple_common.rs like in the nrf examples.
* restrict unsafe blockxoviat2021-01-061-7/+7
|
* mark new unsafexoviat2021-01-061-17/+18
|
* fix problemsxoviat2021-01-051-1/+1
|
* rename examplesxoviat2021-01-041-0/+64