yuanzihao
|
5b36522b48
|
[bsp][gd32]添加 立创开发板 GD32F470 的 SDRAM驱动,从STM32的drv_sdram.c修改而来
|
2023-08-20 23:47:59 -04:00 |
ZengJianwei
|
ab8caed1a3
|
[bsp][gd32]添加 GD32F303 的 pwm 驱动
|
2023-06-06 21:06:43 -04:00 |
JasonCang
|
1c7e7738a7
|
[bsp][gd32]fixed sf probe error
|
2023-06-03 20:27:16 -04:00 |
forest-rain
|
014f885d9c
|
[gd32][spi] add spi3\spi4 support and rt_hw_spi_device_attach
|
2023-05-17 00:59:12 -04:00 |
Placebo27
|
538158bf20
|
[bsp] fix mismatched function types in rt_pin_ops for all drv_gpio.c (#7457)
|
2023-05-08 23:35:27 -04:00 |
Meco Man
|
0f461e870c
|
[errno code][-RT_ERROR] fix that use RT_ERROR without -
|
2023-03-20 00:06:16 -04:00 |
Meco Man
|
2cc9bd876e
|
[error code][-RT_EIO] fix that use RT_EIO without -
|
2023-03-16 20:20:37 -04:00 |
Meco Man
|
f58d3c5200
|
rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
|
2023-02-07 21:43:57 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
ccx-lan
|
82cf0cb1de
|
[GD32] fix bug on spi driver (#6636)
* fix bug on spi driver
* [gd32] fix bugs on spi driver
|
2022-11-24 00:14:55 -05:00 |
xiaoxiaolisunny
|
00d80e17c5
|
修改I2C0_BUS_CONFIG定义错误
修改drv_soft_i2c.h中I2C0_BUS_CONFIG定义错误问题。
|
2022-11-07 23:53:37 -05:00 |
charlown
|
c6c8201bd4
|
[gd32/arm/libraries]: correct pin number in drv_gpio.c; fix compile error if use rtc in gd32 f1~f4 (#6172)
* [gd32/libraries]: fix compile error in rtc: "pmu_backup_write_enable" was not found.
* [gd32/arm/libraries/gd32_drivers/drv_gpio.c] correct gpio number.
|
2022-07-25 10:18:15 +08:00 |
jiezhi320
|
1008a7700a
|
feat(bsp/gd32f1-f4/drv_sdio):增加gd32下sdio驱动 (#6176)
|
2022-07-23 11:47:11 +08:00 |
BruceOu
|
1a010ef141
|
[bsp/gd32]Optimize GD32 bsp architecture (#6108)
* [bsp/gd32]Optimize GD32 bsp architecture
|
2022-06-28 19:43:00 +08:00 |