Skip to content

Commit adcc5db

Browse files
committed
Merge master branch files into backup-branch
2 parents ac8cc33 + f602640 commit adcc5db

File tree

210 files changed

+32943
-2448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+32943
-2448
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
"nxp/mcx/mcxa/frdm-mcxa153",
248248
"nxp/mcx/mcxa/frdm-mcxa156",
249249
"nxp/mcx/mcxa/frdm-mcxa346",
250+
"nxp/mcx/mcxe/frdm-mcxe247",
250251
"renesas/ebf_qi_min_6m5",
251252
"renesas/ra6m4-cpk",
252253
"renesas/ra6m4-iot",
@@ -263,6 +264,7 @@
263264
"renesas/rzn2l_rsk",
264265
"renesas/rzn2l_etherkit",
265266
"renesas/ra2a1-ek",
267+
"renesas/ra2e2-ek",
266268
"frdm-k64f",
267269
"xplorer4330/M4"
268270
]
@@ -503,4 +505,4 @@
503505
]
504506
}
505507
]
506-
}
508+
}

.github/utest/default.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
CONFIG_RT_USING_CI_ACTION=y
2-
CONFIG_RT_CONSOLEBUF_SIZE=1024
1+
# dependencies
2+
CONFIG_RT_CONSOLEBUF_SIZE=1024
3+
CONFIG_RT_USING_CI_ACTION=y

.github/utest/dfs/dfs.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# dependencies
2+
CONFIG_RT_CONSOLEBUF_SIZE=1024
3+
CONFIG_RT_NAME_MAX=24
4+
CONFIG_RT_USING_CI_ACTION=y
5+
6+
CONFIG_RT_UTEST_DFS_API_TC=y
7+
CONFIG_RT_UTEST_POSIX_API_TC=y
8+
CONFIG_RT_UTEST_DFS_MNT_PATH=""
9+
CONFIG_RT_UTEST_DFS_FS_TYPE="elm"
10+
CONFIG_RT_UTEST_DFS_BLOCK_DEV="sd0"

.github/utest/kernel/object.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
CONFIG_UTEST_OBJECT_TC=y
2-
31
# dependencies
2+
CONFIG_RT_CONSOLEBUF_SIZE=1024
43
CONFIG_RT_USING_CI_ACTION=y
5-
CONFIG_RT_USING_DEVICE=y
6-
CONFIG_RT_USING_SEMAPHORE=y
4+
CONFIG_UTEST_OBJECT_TC=y
5+
CONFIG_UTEST_THR_STACK_SIZE=8192

.github/workflows/utest_auto_run.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ jobs:
4747
config_file:
4848
- "default.cfg"
4949

50-
# kernel
51-
# - "kernel/object.cfg"
50+
include:
51+
# only run on qemu-vexpress-a9
52+
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
53+
config_file: "kernel/object.cfg"
5254

53-
# cpp11
54-
# - "cpp11/cpp11.cfg"
55+
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
56+
config_file: "dfs/dfs.cfg"
57+
58+
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
59+
config_file: "cpp11/cpp11.cfg"
5560

5661
env:
5762
TEST_QEMU_ARCH: ${{ matrix.platform.QEMU_ARCH }}

Kconfig.utestcases

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config RT_USING_UTESTCASES
77

88
if RT_USING_UTESTCASES
99

10-
rsource "examples/utest/testcases/utest/Kconfig"
10+
rsource "components/utilities/utest/utest/Kconfig"
1111
rsource "examples/utest/testcases/kernel/Kconfig"
1212
rsource "examples/utest/testcases/cpp11/Kconfig"
1313
rsource "examples/utest/testcases/drivers/serial_v2/Kconfig"
@@ -22,6 +22,7 @@ rsource "examples/utest/testcases/perf/Kconfig"
2222
rsource "src/klibc/utest/Kconfig"
2323

2424
rsource "components/drivers/audio/utest/Kconfig"
25+
rsource "components/dfs/utest/Kconfig"
2526

2627
endif
2728

bsp/gd32/arm/docs/GD32_ARM系列BSP制作教程.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -569,22 +569,6 @@ menu "On-chip Peripheral Drivers"
569569
default n
570570
endif
571571
572-
menuconfig BSP_USING_I2C1
573-
bool "Enable I2C1 BUS (software simulation)"
574-
default n
575-
select RT_USING_I2C
576-
select RT_USING_I2C_BITOPS
577-
select RT_USING_PIN
578-
if BSP_USING_I2C1
579-
config BSP_I2C1_SCL_PIN
580-
int "i2c1 scl pin number"
581-
range 1 216
582-
default 24
583-
config BSP_I2C1_SDA_PIN
584-
int "I2C1 sda pin number"
585-
range 1 216
586-
default 25
587-
endif
588572
source "../libraries/gd32_drivers/Kconfig"
589573
590574
endmenu

bsp/gd32/arm/gd32103c-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32105c-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32105r-start/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,6 @@ menu "On-chip Peripheral Drivers"
107107
default n
108108
endif
109109

110-
menuconfig BSP_USING_I2C1
111-
bool "Enable I2C1 BUS (software simulation)"
112-
default n
113-
select RT_USING_I2C
114-
select RT_USING_I2C_BITOPS
115-
select RT_USING_PIN
116-
if BSP_USING_I2C1
117-
config BSP_I2C1_SCL_PIN
118-
int "i2c1 scl pin number"
119-
range 1 216
120-
default 24
121-
config BSP_I2C1_SDA_PIN
122-
int "I2C1 sda pin number"
123-
range 1 216
124-
default 25
125-
endif
126-
127110
menuconfig BSP_USING_ADC
128111
bool "Enable ADC"
129112
default n

0 commit comments

Comments
 (0)