efm32hg: usb: add usb support

This commit is contained in:
Sebastian Holzapfel
2018-02-19 11:23:27 +11:00
committed by Karl Palsson
parent a0669421e1
commit 995d19ebfd
6 changed files with 194 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
#if defined(EFM32LG)
# include <libopencm3/efm32/lg/usb.h>
#elif defined(EFM32HG)
# include <libopencm3/efm32/hg/usb.h>
#else
# error "efm32 family not defined."
#endif