2021-11-30 05:51:48 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Linaro Limited
|
|
|
|
* Copyright (c) 2021 Yonatan Schachter
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file SoC configuration macros for the Raspberry Pi RP2040 family processors
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _RPI_PICO_RP2040_SOC_H_
|
|
|
|
#define _RPI_PICO_RP2040_SOC_H_
|
|
|
|
|
2023-11-07 20:57:29 +08:00
|
|
|
#include <cmsis_core_m_defaults.h>
|
2021-11-30 05:51:48 +08:00
|
|
|
|
|
|
|
#endif /* _RPI_PICO_RP2040_SOC_H_ */
|