blob: 829c23a3c7a4c7ec3d6b6c3d7182a58a053c68d6 [file] [log] [blame]
/*
* 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_ */