aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis2021-08-051-1/+1
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-056-63/+9
* Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis2021-08-045-38/+24
|\
| * Formatting again.Bob McWhirter2021-08-044-5/+2
| * Further work sharing config for example and removing duplicated code.Bob McWhirter2021-08-045-73/+20
| * Remove unused import.Bob McWhirter2021-08-041-1/+0
| * Formatting.Bob McWhirter2021-08-044-10/+10
| * Remove builders from Config(s) and examples.Bob McWhirter2021-08-044-17/+60
* | Update nightly, remove removed features.Dario Nieuwenhuis2021-08-047-14/+0
|/
* Merge pull request #341 from lulf/usart-dma-readDario Nieuwenhuis2021-08-041-1/+1
|\
| * Rename bread -> read_blockingUlf Lilleengen2021-08-041-1/+1
| * Add uart::Read DMA-based implementationUlf Lilleengen2021-08-031-1/+1
* | Run cargo-fmt on the h7 examples.Bob McWhirter2021-08-033-36/+27
* | Formatting fixes.Bob McWhirter2021-08-031-2/+0
* | Enhance Rcc configuration to be more fluentish.Bob McWhirter2021-08-037-211/+75
|/
* Mark `new`s as unsafe due to not being leak-safe.Dario Nieuwenhuis2021-08-021-4/+6
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-021-11/+7
* Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter2021-08-021-1/+1
* Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter2021-08-021-1/+1
* Emit a default memory.x alongside device.x from metapac.Bob McWhirter2021-08-022-26/+0
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* Make SPIv3 work with DMA.Bob McWhirter2021-07-232-0/+221
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-235-56/+10
* Auto-enable all GPIOs during init().Bob McWhirter2021-07-231-12/+0
* Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter2021-07-221-7/+4
* stm32/examples: update DMA channel namesDario Nieuwenhuis2021-07-171-1/+1
* Get DMA on H7 working, add usart_dma example for H7.Bob McWhirter2021-07-161-0/+100
* stm32/dma: fix h7 implsDario Nieuwenhuis2021-07-161-6/+3
* Fix the h7 example.Bob McWhirter2021-07-141-1/+2
* fix stm32 warningsRukai2021-07-054-12/+10
* Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter2021-07-011-0/+99
* stm32: Update gpio examplesThales Fragoso2021-06-251-6/+4
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-2/+7
* stm32h7: Add ethernet exampleThales Fragoso2021-06-165-2/+215
* Bring over DAC example (relies upon stm32-data update)Bob McWhirter2021-06-082-4/+94
* Initial swag at h7 examples.Bob McWhirter2021-06-084-0/+138