Skip to content

Commit 8be7ac3

Browse files
Merge branch 'RT-Thread:master' into master
2 parents e84728a + dcf637d commit 8be7ac3

File tree

6,305 files changed

+182389
-9542648
lines changed

Some content is hidden

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

6,305 files changed

+182389
-9542648
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
"stm32/stm32f407-rt-spark"
1717
]
1818
},
19-
{
20-
"RTT_BSP": "RTduino_Arduino Libraries (STM32F412 Nucleo)",
21-
"RTT_TOOL_CHAIN": "sourcery-arm",
22-
"SUB_RTT_BSP": [
23-
"stm32/stm32f412-st-nucleo"
24-
]
25-
},
2619
{
2720
"RTT_BSP": "RTduino_Arduino Libraries (Raspberry Pico)",
2821
"RTT_TOOL_CHAIN": "sourcery-arm",
@@ -53,6 +46,7 @@
5346
"at32/at32m412-start",
5447
"at32/at32m416-start",
5548
"hc32/ev_hc32f4a0_lqfp176",
49+
"hc32/ev_hc32f4a8_lqfp176",
5650
"hc32/ev_hc32f448_lqfp80",
5751
"hc32/ev_hc32f460_lqfp100_v2",
5852
"hc32/ev_hc32f472_lqfp100",
@@ -68,7 +62,6 @@
6862
"RTT_BSP": "others_ft32_mm32_acm32",
6963
"RTT_TOOL_CHAIN": "sourcery-arm",
7064
"SUB_RTT_BSP": [
71-
"phytium/aarch32",
7265
"airm2m/air32f103",
7366
"acm32/acm32f0x0-nucleo",
7467
"acm32/acm32f0x0-nucleo",
@@ -142,6 +135,7 @@
142135
"stm32/stm32f103-fire-arbitrary",
143136
"stm32/stm32f103-gizwits-gokitv21",
144137
"stm32/stm32f103-hw100k-ibox",
138+
"stm32/stm32f103-keysking-learning",
145139
"stm32/stm32f103-onenet-nbiot",
146140
"stm32/stm32f103-yf-ufun",
147141
"stm32/stm32f103-ys-f1pro",
@@ -168,6 +162,7 @@
168162
"stm32/stm32f411-st-nucleo",
169163
"stm32/stm32f411-atk-nano",
170164
"stm32/stm32f411-weact-blackpill",
165+
"stm32/stm32f412-st-nucleo",
171166
"stm32/stm32f413-st-nucleo",
172167
"stm32/stm32f427-robomaster-a",
173168
"stm32/stm32f429-armfly-v6",
@@ -233,15 +228,19 @@
233228
"nxp/lpc/lpc54114-lite",
234229
"nxp/lpc/lpc176x",
235230
"nxp/imx/imx6sx/cortex-a9",
231+
"nxp/imx/imx6ul",
236232
"nxp/imx/imxrt/imxrt1052-atk-commander",
237233
"nxp/imx/imxrt/imxrt1052-fire-pro",
238234
"nxp/imx/imxrt/imxrt1052-nxp-evk",
239235
"nxp/imx/imxrt/imxrt1052-seeed-ArchMix",
236+
"nxp/imx/imxrt/imxrt1061-forlinx-OK1061-S",
240237
"nxp/imx/imxrt/imxrt1060-nxp-evk",
241238
"nxp/imx/imxrt/imxrt1064-nxp-evk",
242239
"nxp/imx/imxrt/imxrt1021-nxp-evk",
240+
"nxp/imx/imxrt/imxrt1170-nxp-evk",
243241
"nxp/mcx/mcxn/frdm-mcxn947",
244242
"nxp/mcx/mcxn/frdm-mcxn236",
243+
"nxp/mcx/mcxc/frdm-mcxc444",
245244
"nxp/mcx/mcxa/frdm-mcxa153",
246245
"nxp/mcx/mcxa/frdm-mcxa156",
247246
"renesas/ebf_qi_min_6m5",
@@ -370,7 +369,6 @@
370369
"RTT_BSP": "aarch64",
371370
"RTT_TOOL_CHAIN": "sourcery-aarch64",
372371
"SUB_RTT_BSP": [
373-
"phytium/aarch64",
374372
"qemu-virt64-aarch64",
375373
"raspberry-pi/raspi3-64",
376374
"raspberry-pi/raspi4-64"
@@ -391,8 +389,6 @@
391389
"RTT_TOOL_CHAIN": "sourcery-riscv64-unknown-elf",
392390
"SUB_RTT_BSP": [
393391
"bluetrum/ab32vg1-ab-prougen",
394-
"bouffalo_lab/bl60x",
395-
"bouffalo_lab/bl70x",
396392
"qemu-virt64-riscv"
397393
]
398394
},
@@ -462,7 +458,15 @@
462458
"RTT_TOOL_CHAIN": "sourcery-arm",
463459
"RTT_SMART_TOOL_CHAIN": "arm-linux-musleabi",
464460
"SUB_RTT_BSP": [
465-
"qemu-vexpress-a9"
461+
"qemu-vexpress-a9",
462+
"nxp/imx/imx6ull-smart"
463+
]
464+
},
465+
{
466+
"RTT_BSP": "xuantie",
467+
"RTT_TOOL_CHAIN": "sourcery-Xuantie-900-gcc-elf-newlib",
468+
"SUB_RTT_BSP": [
469+
"xuantie/smartl/e906"
466470
]
467471
}
468472
]

.github/workflows/action_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: [self-hosted, windows, x64]
4040
name: ${{ github.event.inputs.bsp_options }}
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@main
4343
- name: Bsp Scons Compile
4444
if: ${{ success() }}
4545
env:

.github/workflows/action_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
TEST_BSP_ROOT: bsp/stm32/stm32f407-atk-explorer
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@main
4646

4747
- name: Install Tools
4848
shell: bash

.github/workflows/action_utest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
TEST_CONFIG_FILE: ${{ matrix.legs.CONFIG_FILE }}
5757
TEST_SD_FILE: ${{ matrix.legs.SD_FILE }}
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@main
6060

6161
- name: Install Tools
6262
shell: bash

0 commit comments

Comments
 (0)