1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/efm32: include periph_conf.h for system-related methods

This allows boards to define different crystal frequencies. The correct frequency is required by the system-related methods to ensure proper function of the underlying emlib.
This commit is contained in:
Juergen Fitschen 2022-10-27 15:22:58 +02:00
parent 9ae66beedf
commit 6190738bf0
11 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
*****************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************