Skip to content

Commit 851d16b

Browse files
authored
Soft spi (#5712)
* add soft-spi * add spi-bit-ops.c/h to components/drivers/spi * add a drv_soft_spi example for gd32303e-eval * use formatting.py scripts for scanning Signed-off-by: kyle <[email protected]>
1 parent c4b62a9 commit 851d16b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bsp/gd32303e-eval/drivers/drv_soft_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2021, RT-Thread Development Team
2+
* Copyright (c) 2006-2022, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

bsp/gd32303e-eval/drivers/drv_soft_spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2021, RT-Thread Development Team
2+
* Copyright (c) 2006-2022, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

components/drivers/spi/spi-bit-ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Change Logs:
77
* Date Author Notes
8-
* 2021-10-11 kyle first version
8+
* 2021-10-11 kyle first version
99
*/
1010

1111
#ifndef __SPI_BIT_OPS_H__

0 commit comments

Comments
 (0)