efm32: Add EFM32WG "Wonder Gecko" family.

This commit is contained in:
kbob
2016-01-26 07:33:22 -08:00
committed by Karl Palsson
parent 5160d7996c
commit c3889b91df
49 changed files with 901 additions and 1 deletions

View File

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