aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src
Commit message (Expand)AuthorAgeFilesLines
* stm32f4: add adc + exampleFrederik2022-02-101-0/+26
* 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-092-2/+116
* Add stm32 USB OTG peripheralschemicstry2022-02-081-0/+99
* 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
* Adjust for bxcan API.Bob McWhirter2021-11-151-3/+4
* 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
* 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-181-0/+39
* stm32f4: Use unwrap! where possibleBen Gamari2021-08-051-2/+2
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-054-11/+11
* 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
* 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
* 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 the examples to the original F4 flavor.Bob McWhirter2021-07-231-2/+2
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-232-0/+88
* Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger2021-07-236-39/+10
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-235-46/+1
* Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter2021-07-221-5/+2
* Cleanup stm32f4 examplesTimo Kröger2021-07-216-173/+105
* stm32/examples: update DMA channel namesDario Nieuwenhuis2021-07-171-1/+1
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-163-8/+8
* Fix non-DMA USART example.Bob McWhirter2021-06-291-1/+1
* Adjust example for RCC and DMA.Bob McWhirter2021-06-291-2/+2
* stm32: Update gpio examplesThales Fragoso2021-06-253-8/+8
* Add minimal RCC impls for L4 and F4Ulf Lilleengen2021-06-141-1/+0
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-027-0/+460