summaryrefslogtreecommitdiff
path: root/exti
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16stm32l4: fix exti register mapKarl Palsson1-0/+1
Missing a gap before the second section continued. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2022-01-26stm32l4: add basic platform fileKarl Palsson1-0/+15
While checking STM32WB, this was easy enough to just transcribe while working. Untested on real hardware. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2022-01-26stm32wb: exti: initial registersKarl Palsson2-0/+54
Basic registers to start with, a lot of commonality, but extra registers on the WB. Signed-off-by <karlp@tweak.net.au>