rt-thread-official/bsp/gd32303e-eval/drivers
kylepengchn 5810f4de7d
[components][drivers][spi]: 基于SPI总线驱动框架添加模拟SPI总线扩展 (#5656)
* add soft-spi

* add spi-bit-ops.c/h to components/drivers/spi
* add a drv_soft_spi example for gd32303e-eval

Signed-off-by: kyle <kylepengchn@163.com>

* Fixed the format and the certificate.

Signed-off-by: kyle <kylepengchn@163.com>

* Update the certificate data.

Signed-off-by: kyle <kylepengchn@163.com>
2022-03-23 14:16:14 +08:00
..
SConscript [components][drivers][spi]: 基于SPI总线驱动框架添加模拟SPI总线扩展 (#5656) 2022-03-23 14:16:14 +08:00
board.c [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
board.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_gpio.c [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_gpio.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_i2c.c [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_i2c.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_soft_spi.c [components][drivers][spi]: 基于SPI总线驱动框架添加模拟SPI总线扩展 (#5656) 2022-03-23 14:16:14 +08:00
drv_soft_spi.h [components][drivers][spi]: 基于SPI总线驱动框架添加模拟SPI总线扩展 (#5656) 2022-03-23 14:16:14 +08:00
drv_spi.c [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_spi.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_spi_flash.c [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_usart.c [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
drv_usart.h [bsp]update GPL license to Apache-2.0, and format files 2021-04-09 10:52:34 +08:00
gd32f30x_libopt.h add gd32303e-eval BSP 2018-05-21 17:15:05 +08:00
gd32f303e_eval.c [gd32][drivers] auto formatted 2021-03-12 00:03:36 +08:00
gd32f303e_eval.h [gd32][drivers] auto formatted 2021-03-12 00:03:36 +08:00
gd32f303e_lcd_eval.c [gd32][drivers] auto formatted 2021-03-12 00:03:36 +08:00
gd32f303e_lcd_eval.h [gd32][drivers] auto formatted 2021-03-12 00:03:36 +08:00