| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Enable SYSCFG clock in `exti::init()` | Timo Kröger | 2021-07-24 | 1 | -9/+1 | |
| | | ||||||
| * | Reset the examples to the original F4 flavor. | Bob McWhirter | 2021-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | Enable DMA for SPIv1 on F4's etc. | Bob McWhirter | 2021-07-23 | 2 | -0/+88 | |
| | | ||||||
| * | Use `Dbgmcu::enable_all()` in stm32f4 examples | Timo Kröger | 2021-07-23 | 6 | -39/+10 | |
| | | ||||||
| * | stm32: No need to enable GPIO clocks manually | Timo Kröger | 2021-07-23 | 5 | -46/+1 | |
| | | ||||||
| * | Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields. | Bob McWhirter | 2021-07-22 | 1 | -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 examples | Timo Kröger | 2021-07-21 | 6 | -173/+105 | |
| | | | | | | * Remove dependency on stm32f4 pac crate * Remove unused `ZeroClock` | |||||
| * | stm32/examples: update DMA channel names | Dario Nieuwenhuis | 2021-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/dma: impl all variants | Dario Nieuwenhuis | 2021-07-16 | 3 | -8/+8 | |
| | | ||||||
| * | Fix non-DMA USART example. | Bob McWhirter | 2021-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Adjust example for RCC and DMA. | Bob McWhirter | 2021-06-29 | 1 | -2/+2 | |
| | | ||||||
| * | stm32: Update gpio examples | Thales Fragoso | 2021-06-25 | 3 | -8/+8 | |
| | | ||||||
| * | Add minimal RCC impls for L4 and F4 | Ulf Lilleengen | 2021-06-14 | 1 | -1/+0 | |
| | | ||||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 6 | -0/+443 | |
