Contiki-NG
Loading...
Searching...
No Matches
nrf54l15-def.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 * CPU capabilities description for the nRF54L15 application core.
10 * Keep the structure aligned with existing nRF ports.
11 */
12#ifndef NRF54L15_DEF_H_
13#define NRF54L15_DEF_H_
14
15#define NRF_HAS_UARTE 1
16#define NRF_HAS_USB 0
17
18#endif /* NRF54L15_DEF_H_ */