boards/common/arduino-atmega: add ztimer configuration
This commit is contained in:
parent
4d3c103a0d
commit
eafba65911
@ -105,6 +105,16 @@ extern "C" {
|
||||
#define XTIMER_BACKOFF (40)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name ztimer configuration values
|
||||
* @{
|
||||
*/
|
||||
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
|
||||
#define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0))
|
||||
#define CONFIG_ZTIMER_USEC_FREQ (250000LU)
|
||||
#define CONFIG_ZTIMER_USEC_WIDTH (16)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Configuration parameters for the W5100 driver
|
||||
* @{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user