diff options
author | Karl Palsson <karlp@etactica.com> | 2021-09-15 17:05:36 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2021-09-16 20:29:55 +0200 |
commit | 891344a7f602e9431a52b89d32d3b5a8e2b0430c (patch) | |
tree | 6a125fe4a059b7806d089b5f63531679434f0e56 /.gitignore | |
parent | d68a78807e7708c480b2fc9d34e1873714423aae (diff) |
dma: convert to new style, add DMAMUX
DMAMUX is a channel/source muxer available on L4+,L5,H7,G0,G4,WB and WL
parts.
Signed-of-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ docs # Generated source files: ld_scripts/generated.ld +dma/dma.h interrupt/interrupt.h interrupt/interrupt_enums.h interrupt/default_handlers.cpp |