From 9921c9db409ad5b00fe4a43a2459e2fd2de6b0cf Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 16 Jan 2021 01:20:58 +0100 Subject: usb: Generate instances from platform spec. --- platforms/stm32/f4.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'platforms') diff --git a/platforms/stm32/f4.yaml b/platforms/stm32/f4.yaml index a2b28f7..dccffe9 100644 --- a/platforms/stm32/f4.yaml +++ b/platforms/stm32/f4.yaml @@ -21,6 +21,19 @@ origin: 0x10000000 size: 64k + periph: + uart_stm32: + USART1: + offset: 0x40011000 + USART2: + offset: 0x40004400 + + dwc_otg: + OTG_FS: + offset: 0x50000000 + OTG_HS: + offset: 0x40040000 + define: - STM32F4 -- cgit v1.2.3