efm32: Add EZR32WG "EZRadio Wonder Gecko" family.

This commit is contained in:
kbob
2016-01-26 07:37:44 -08:00
committed by Karl Palsson
parent c3889b91df
commit e8154aa44a
50 changed files with 914 additions and 1 deletions

View File

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