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
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29#ifdef __cplusplus
30}
31#endif
32