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 "RP2350.h"
19#include "core_cm33.h"
20#include "cpu_conf_common.h"
21
22#define CPU_DEFAULT_IRQ_PRIO 1u
23#define CPU_IRQ_NUMOF 52u
25#define RP2350_USE_ARM 1
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31#ifdef __cplusplus
32}
33#endif
34