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

boards: added CLOCK_CORECLOCK define to periph_conf

This commit is contained in:
Hauke Petersen 2016-01-05 13:32:33 +01:00
parent b436219674
commit ebfc13c68d
4 changed files with 28 additions and 0 deletions

View File

@ -27,6 +27,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (84000000U)
/** @} */
/**
* @name Timer peripheral configuration
* @{

View File

@ -23,6 +23,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (16000000L)
/** @} */
/**
* @name Timer peripheral configuration
* @brief The ATmega2560 has 6 timers. Timer0 and Timer2 are 8 Bit Timers,

View File

@ -25,6 +25,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (84000000U)
/** @} */
/**
* @name Timer peripheral configuration
* @{

View File

@ -24,6 +24,13 @@
extern "C" {
#endif
/**
* @brief Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (48000000U)
/** @} */
/**
* @brief Timer configuration
* @{