diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-09-10 17:07:52 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-09-10 17:07:52 +0200 |
commit | 59b94427c591e7ec4603b2d9dd6753b1b0927175 (patch) | |
tree | eee654fdaecafce1663b8fde667453f81766fc2c /platforms | |
parent | 2ea5b06c6b5f7ef7c29547dc44f279f4709d2eed (diff) |
stm32g4: Add OPAMP.
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/stm32/g4.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platforms/stm32/g4.yaml b/platforms/stm32/g4.yaml index 5a07327..b5059d9 100644 --- a/platforms/stm32/g4.yaml +++ b/platforms/stm32/g4.yaml @@ -57,6 +57,10 @@ type: v2 offset: 0x50000700 + stm32_opamp: + OPAMP: + offset: 0x40010300 + stm32_dma: DMA1: type: v1 |