aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/spi.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-2/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* Set frequency in stm32 SPI examplesbofh2023-07-311-1/+5
|
* Fix stm32 SPI examplesbofh2023-07-301-11/+1
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-3/+3
|
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
|
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-3/+2
|
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-2/+0
| | | | trait_alias seems unused. no idea why it's there.
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-191-5/+0
|
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
|
* Use `embassy::main` macro for stm32f4 examplesTimo Kröger2021-07-271-5/+4
|
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-231-0/+3
|
* Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger2021-07-231-1/+0
|
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-231-10/+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-211-24/+17
| | | | | * Remove dependency on stm32f4 pac crate * Remove unused `ZeroClock`
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-161-1/+1
|
* stm32: Update gpio examplesThales Fragoso2021-06-251-2/+2
|
* Add minimal RCC impls for L4 and F4Ulf Lilleengen2021-06-141-1/+0
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+71