| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 8 | -16/+0 | |
| |/ | ||||||
| * | Rename bread -> read_blocking | Ulf Lilleengen | 2021-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add uart::Read DMA-based implementation | Ulf Lilleengen | 2021-08-03 | 1 | -1/+1 | |
| | | | | | * Rename existing read() to bread() (blocking) | |||||
| * | Use an em bikeshed instead of an underscore bikeshed. | Bob McWhirter | 2021-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | Put the implicit memory.x behind a `memory_x` feature on embassy-stm32. | Bob McWhirter | 2021-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | Emit a default memory.x alongside device.x from metapac. | Bob McWhirter | 2021-08-02 | 2 | -38/+0 | |
| | | ||||||
| * | examples: Drop build-std = ["core"] | Ben Gamari | 2021-07-31 | 1 | -3/+0 | |
| | | | | | | | | | Previously the cargo configurations of all of the example projects had `build-std = ["core"]`, which forces compilation of `core` as a code-size optimisation. However, this is strictly unnecessary and will currently break for users who do not use `rustup` directly (e.g. nix users). | |||||
| * | f4-pll: Add max values per chip | Thales Fragoso | 2021-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | f4-rcc: Add option to enable debug_wfe and add hello example | Thales Fragoso | 2021-07-29 | 1 | -0/+34 | |
| | | ||||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Use `embassy::main` macro for stm32f4 examples | Timo Kröger | 2021-07-27 | 6 | -133/+59 | |
| | | ||||||
| * | Enable SYSCFG clock in `exti::init()` | Timo Kröger | 2021-07-24 | 1 | -9/+1 | |
| | | ||||||
| * | Reset back the memory.x also. | Bob McWhirter | 2021-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | Reset the examples to the original F4 flavor. | Bob McWhirter | 2021-07-23 | 2 | -4/+3 | |
| | | ||||||
| * | Enable DMA for SPIv1 on F4's etc. | Bob McWhirter | 2021-07-23 | 4 | -3/+92 | |
| | | ||||||
| * | 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 | 7 | -175/+106 | |
| | | | | | | * 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 | |
| | | ||||||
| * | Fix stm32 warnings | Rukai | 2021-06-06 | 1 | -2/+2 | |
| | | ||||||
| * | Update heapless | Dario Nieuwenhuis | 2021-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 11 | -0/+554 | |
