Contiki-NG
Loading...
Searching...
No Matches
xiao-nrf54l15-conf.h
1/*
2 * Copyright (c) 2026, RISE Research Institutes of Sweden AB
3 * All rights reserved.
4 *
5 * Author: Joakim Eriksson <joakim.eriksson@ri.se>
6 *
7 * SPDX-License-Identifier: BSD-3-Clause
8 *
9 * Placeholder configuration header for the XIAO nRF54L15 board.
10 * Extend with board-specific overrides as the port matures.
11 */
12#ifndef XIAO_NRF54L15_CONF_H_
13#define XIAO_NRF54L15_CONF_H_
14
15/* RTIMER_SECOND is defined by the OS based on RTIMER_ARCH_SECOND */
16/* which should come from the CPU/platform architecture files */
17
18/* Disable button-hal for now (no buttons defined, and needs v3.x API updates) */
19#define BUTTON_HAL_CONF_ENABLED 0
20/* Temporarily disable watchdog until we implement feeding it */
21#define WATCHDOG_CONF_ENABLE 0
22
23#endif /* XIAO_NRF54L15_CONF_H_ */