aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
Commit message (Expand)AuthorAgeFilesLines
* Merge #608bors[bot]2022-02-131-0/+26
|\
| * stm32f4: add adc + exampleFrederik2022-02-101-0/+26
* | stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
|/
* Port multiprio example to stm32f3 and stm32f4 platformsCristian Eigel2022-02-101-0/+144
* Fix function namechemicstry2022-02-091-1/+1
* Merge USB FS and HS peripherals. Add ULPI.chemicstry2022-02-093-3/+117
* Add stm32 USB OTG peripheralschemicstry2022-02-082-1/+103
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-2/+1
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-4/+2
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-193-12/+9
* Make exti an optional featureUlf Lilleengen2022-01-121-1/+1
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-1/+0
* Remove unused depsDario Nieuwenhuis2021-11-151-1/+0
* Adjust for bxcan API.Bob McWhirter2021-11-151-3/+4
* Adjust all examples to defmt 0.3.Bob McWhirter2021-11-151-15/+5
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-072-12/+5
* Update lots of depsDario Nieuwenhuis2021-09-111-8/+8
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-039-18/+0
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-199-41/+0
* Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis2021-08-191-1/+1
* bxcan: Fix the flaky CAN exampleTimo Kröger2021-08-181-2/+15
* bxcan: namechange "bxcan_v1" -> "can_bxcan"Timo Kröger2021-08-181-1/+1
* CAN support with bxcan crateTimo Kröger2021-08-182-0/+40
* stm32f4: Use unwrap! where possibleBen Gamari2021-08-051-2/+2
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-054-11/+11
* stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis2021-08-051-1/+1
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-055-5/+1
* Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis2021-08-041-6/+4
|\
| * Grep fails me.Bob McWhirter2021-08-041-2/+0
| * Remove more extra vars.Bob McWhirter2021-08-041-4/+2
| * Remove builders from Config(s) and examples.Bob McWhirter2021-08-041-1/+3
* | Update nightly, remove removed features.Dario Nieuwenhuis2021-08-048-16/+0
|/
* Rename bread -> read_blockingUlf Lilleengen2021-08-041-1/+1
* Add uart::Read DMA-based implementationUlf Lilleengen2021-08-031-1/+1
* Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter2021-08-021-1/+1
* Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter2021-08-021-1/+1
* Emit a default memory.x alongside device.x from metapac.Bob McWhirter2021-08-022-38/+0
* examples: Drop build-std = ["core"]Ben Gamari2021-07-311-3/+0
* f4-pll: Add max values per chipThales Fragoso2021-07-291-1/+1
* f4-rcc: Add option to enable debug_wfe and add hello exampleThales Fragoso2021-07-291-0/+34
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* Use `embassy::main` macro for stm32f4 examplesTimo Kröger2021-07-276-133/+59
* Enable SYSCFG clock in `exti::init()`Timo Kröger2021-07-241-9/+1
* Reset back the memory.x also.Bob McWhirter2021-07-231-2/+2
* Reset the examples to the original F4 flavor.Bob McWhirter2021-07-232-4/+3
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-234-3/+92
* Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger2021-07-236-39/+10