[BSP] 添加raspberry-rp2350适配

This commit is contained in:
hydevcode
2025-08-04 20:53:24 +08:00
committed by R b b666
parent b084503b6d
commit 5347500f33
98 changed files with 3494 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
/*
* Copyright (c) 2006-2023, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2023-07-27 Chushicheng the first version
*/
#ifndef DRV_I2C_H
#define DRV_I2C_H
#include <rtdevice.h>
#ifdef BSP_USING_I2C
int rt_hw_i2c_init(void);
#endif /* BSP_USING_I2C */
#endif /* DRV_I2C_H */