| /* | |
| * Copyright (c) 2016 Linaro Limited | |
| * Copyright (c) 2021 Yonatan Schachter | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| /** | |
| * @file SoC configuration macros for the Raspberry Pi Pico family processors | |
| * (RP2040 and RP235xx). | |
| */ | |
| #ifndef _RPI_PICO_COMMON_SOC_H_ | |
| #define _RPI_PICO_COMMON_SOC_H_ | |
| #ifdef CONFIG_CPU_CORTEX_M | |
| #include <cmsis_core_m_defaults.h> | |
| #endif | |
| #endif /* _RPI_PICO_COMMON_SOC_H_ */ |