aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
Commit message (Expand)AuthorAgeFilesLines
* 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