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

boards/ek-lm4f120xl: add ztimer config, increase ztimer_usec_min

This commit is contained in:
Kaspar Schleiser 2020-01-09 12:07:16 +01:00
parent a2c0823063
commit f49e756436

View File

@ -64,6 +64,15 @@ extern "C" {
#define LED2_TOGGLE (LED_PORT ^= LED2_MASK)
/* @} */
/**
* @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 (8)
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/