We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be25cb commit 0ce53a4Copy full SHA for 0ce53a4
bsp/gd32/arm/gd32e230-lckfb/.ci/attachconfig/ci.attachconfig.yml
@@ -26,4 +26,5 @@ hw_drv_onchip.i2c0:
26
hw_drv_onchip.i2c1:
27
kconfig:
28
- CONFIG_BSP_USING_HW_I2C=y
29
- - CONFIG_BSP_USING_HW_I2C0=22
+ - CONFIG_BSP_USING_HW_I2C0=22
30
+ - CONFIG_BSP_HW_I2C0_CLOCK_SPEED=400000
bsp/gd32/arm/gd32e230-lckfb/rtconfig.h
@@ -61,7 +61,7 @@
61
62
/* end of rt_strnlen options */
63
/* end of klibc options */
64
-#define RT_NAME_MAX 8
+#define RT_NAME_MAX 16
65
#define RT_CPUS_NR 1
66
#define RT_ALIGN_SIZE 8
67
#define RT_THREAD_PRIORITY_32
@@ -410,4 +410,3 @@
410
/* end of Hardware Drivers Config */
411
412
#endif
413
-
0 commit comments