cpu_conf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
9 #pragma once
10 
21 #include <stdint.h>
22 
23 #include "macros/units.h"
24 #include "cpu_conf_common.h"
25 #include "vendor/RP2040.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
35 #define CPU_DEFAULT_IRQ_PRIO (1U)
36 #define CPU_FLASH_BASE ROM_START_ADDR
37 #define CPU_IRQ_NUMOF (32U)
40 #ifdef __cplusplus
41 }
42 #endif
43 
Unit helper macros.