aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | Includes the addition of a `dbgmcu!(...)` macro table which currently takes the form of (cr, $fn_name:ident) where `$fn_name` is something like `set_dbgsleep_d1` etc. The method is unsafe, since it's performing unsafe PAC operations. Two examples modified to demonstrate its usage.
* Cleanup stm32f4 examplesTimo Kröger2021-07-216-173/+105
| | | | | * Remove dependency on stm32f4 pac crate * Remove unused `ZeroClock`
* 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