Loading...
Searching...
No Matches
cpu_conf.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include <stdint.h>
19
20#include "macros/units.h"
21#include "cpu_conf_common.h"
22#include "vendor/RP2040.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
32#define CPU_DEFAULT_IRQ_PRIO (1U)
33#define CPU_FLASH_BASE ROM_START_ADDR
34#define CPU_IRQ_NUMOF (32U)
36
37#ifdef __cplusplus
38}
39#endif
40
Unit helper macros.