From 7b2d322df819e8a339cdb534e69d8e205765d3b2 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 29 Mar 2015 21:37:03 +0200 Subject: Added STM32L0 support. --- usb/usb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usb/usb.h') diff --git a/usb/usb.h b/usb/usb.h index b6a45f2..f37f4a1 100644 --- a/usb/usb.h +++ b/usb/usb.h @@ -12,6 +12,11 @@ static F1_USB_t USB(0x40005c00, 0x40006000); static DWC_OTG_t OTG_FS(0x50000000); static DWC_OTG_t OTG_HS(0x40040000); +#elif defined(STM32L0) +#include "l0_usb.h" + +static L0_USB_t USB(0x40005c00, 0x40006000); + #endif #endif -- cgit v1.2.3