boards/ek-lm4f120xl: add ztimer config, increase ztimer_usec_min
This commit is contained in:
parent
a2c0823063
commit
f49e756436
@ -64,6 +64,15 @@ extern "C" {
|
|||||||
#define LED2_TOGGLE (LED_PORT ^= LED2_MASK)
|
#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
|
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user