boards/common/iotlab: add CONFIG_ZTIMER_USEC

This commit is contained in:
Francisco Molina 2020-06-17 14:20:00 +02:00
parent 4c05c0207f
commit 362eb56bf0
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -52,6 +52,15 @@ extern "C" {
#define XTIMER_WIDTH (16U) #define XTIMER_WIDTH (16U)
/** @} */ /** @} */
/**
* @name ztimer configuration
* @{
*/
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(0)
#define CONFIG_ZTIMER_USEC_MIN (2)
/** @} */
/** /**
* @name Define the interface to the AT86RF231 radio * @name Define the interface to the AT86RF231 radio
* *