Loading...
Searching...
No Matches
cpu_conf.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Tom Hert <git@annsann.eu>
3 * SPDX-FileCopyrightText: 2025 HAW Hamburg
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
17
18#include "cpu_conf_common.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
26#define CPU_DEFAULT_IRQ_PRIO 1u
28#define CPU_IRQ_NUMOF 52u
30#define RP2350_USE_RISCV 1
31
32#ifdef __cplusplus
33}
34#endif
35