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 042700c commit ad97cfcCopy full SHA for ad97cfc
bsp/gd32/arm/gd32e230-lckfb/.ci/attachconfig/ci.attachconfig.yml
@@ -17,4 +17,9 @@ hw_drv_onchip.adc0:
17
hw_drv_onchip.spi0:
18
kconfig:
19
- CONFIG_BSP_USING_SPI=y
20
- - CONFIG_BSP_USING_SPI0=y
+ - CONFIG_BSP_USING_SPI0=y
21
+hw_drv_onchip.i2c0:
22
+ kconfig:
23
+ - CONFIG_BSP_USING_I2C0=y
24
+ - CONFIG_BSP_I2C0_SCL_PIN=22
25
+ - CONFIG_BSP_I2C0_SDA_PIN=23
bsp/gd32/arm/libraries/gd32_drivers/drv_adc.c
@@ -35,7 +35,7 @@ struct rt_adc_device adc2;
35
static const struct gd32_adc adc_obj[] = {
36
#ifdef BSP_USING_ADC0
37
{
38
- #if defined SOC_SERIES_GD32E230x
+ #if defined SOC_SERIES_GD32E23x
39
ADC,
40
RCU_ADC,
41
0 commit comments