Skip to content

Commit

Permalink
Merge branch 'RT-Thread:master' into net_ofw
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus authored Sep 29, 2024
2 parents 0a54c68 + d0cf646 commit ac3b8fe
Show file tree
Hide file tree
Showing 237 changed files with 100,335 additions and 695 deletions.
158 changes: 155 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,169 @@ Component:
- changed-files:
- any-glob-to-any-file: components/**

RT-Smart:
- changed-files:
- any-glob-to-any-file: components/lwp/**

'component: lwp':
- changed-files:
- any-glob-to-any-file: components/lwp**
- any-glob-to-any-file: components/lwp/**

'component: dfsv1':
- changed-files:
- any-glob-to-any-file: components/dfs_v1**
- any-glob-to-any-file: components/dfs_v1/**

'component: dfsv2':
- changed-files:
- any-glob-to-any-file: components/dfs_v2**
- any-glob-to-any-file: components/dfs_v2/**

'component: net':
- changed-files:
- any-glob-to-any-file: components/net/**

'component: net/at':
- changed-files:
- any-glob-to-any-file: components/net/at/**

'component: net/lwip':
- changed-files:
- any-glob-to-any-file: components/net/lwip/**

'component: net/netdev':
- changed-files:
- any-glob-to-any-file: components/net/netdev/**

'component: net/sal':
- changed-files:
- any-glob-to-any-file: components/net/sal/**

'component: drivers':
- changed-files:
- any-glob-to-any-file: components/drivers/**

'component: drivers/audio':
- changed-files:
- any-glob-to-any-file: components/drivers/audio/**

'component: drivers/can':
- changed-files:
- any-glob-to-any-file: components/drivers/can/**

'component: drivers/clk':
- changed-files:
- any-glob-to-any-file: components/drivers/clk/**

'component: drivers/core':
- changed-files:
- any-glob-to-any-file: components/drivers/core/**

'component: drivers/cputime':
- changed-files:
- any-glob-to-any-file: components/drivers/cputime/**

'component: drivers/graphic':
- changed-files:
- any-glob-to-any-file: components/drivers/graphic/**

'component: drivers/hwcrypto':
- changed-files:
- any-glob-to-any-file: components/drivers/hwcrypto/**

'component: drivers/hwtimer':
- changed-files:
- any-glob-to-any-file: components/drivers/hwtimer/**

'component: drivers/i2c':
- changed-files:
- any-glob-to-any-file: components/drivers/i2c/**

'component: drivers/ipc':
- changed-files:
- any-glob-to-any-file: components/drivers/ipc/**

'component: drivers/ktime':
- changed-files:
- any-glob-to-any-file: components/drivers/ktime/**

'component: drivers/misc':
- changed-files:
- any-glob-to-any-file: components/drivers/misc/**

'component: drivers/mtd':
- changed-files:
- any-glob-to-any-file: components/drivers/mtd/**

'component: drivers/ofw':
- changed-files:
- any-glob-to-any-file: components/drivers/ofw/**

'component: drivers/pci':
- changed-files:
- any-glob-to-any-file: components/drivers/pci/**

'component: drivers/phy':
- changed-files:
- any-glob-to-any-file: components/drivers/phy/**

'component: drivers/pic':
- changed-files:
- any-glob-to-any-file: components/drivers/pic/**

'component: drivers/pinctrl':
- changed-files:
- any-glob-to-any-file: components/drivers/pinctrl/**

'component: drivers/pm':
- changed-files:
- any-glob-to-any-file: components/drivers/pm/**

'component: drivers/rtc':
- changed-files:
- any-glob-to-any-file: components/drivers/rtc/**

'component: drivers/sdio':
- changed-files:
- any-glob-to-any-file: components/drivers/sdio/**

'component: drivers/sensor_v1':
- changed-files:
- any-glob-to-any-file: components/drivers/sensor/v1/**

'component: drivers/sensor_v2':
- changed-files:
- any-glob-to-any-file: components/drivers/sensor/v2/**

'component: drivers/serial':
- changed-files:
- any-glob-to-any-file: components/drivers/serial/**

'component: drivers/spi':
- changed-files:
- any-glob-to-any-file: components/drivers/spi/**

'component: drivers/touch':
- changed-files:
- any-glob-to-any-file: components/drivers/touch/**

'component: drivers/usb':
- changed-files:
- any-glob-to-any-file: components/drivers/usb/**

'component: drivers/virtio':
- changed-files:
- any-glob-to-any-file: components/drivers/virtio/**

'component: drivers/watchdog':
- changed-files:
- any-glob-to-any-file: components/drivers/watchdog/**

'component: drivers/wlan':
- changed-files:
- any-glob-to-any-file: components/drivers/wlan/**

'component: finsh':
- changed-files:
- any-glob-to-any-file: components/finsh/**

libcpu:
- changed-files:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bsp_buildings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
- "renesas/ra8d1-ek"
- "renesas/ra8d1-vision-board"
- "renesas/rzt2m_rsk"
- "renesas/rzn2l_rsk"
- "frdm-k64f"
- "xplorer4330/M4"
- RTT_BSP: "gd32_n32_apm32"
Expand Down
18 changes: 2 additions & 16 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,13 @@ on:
# Runs at 16:00 UTC (BeiJing 00:00) on the 30st of every month
schedule:
- cron: '0 16 30 * *'
push:
branches:
- master
paths-ignore:
- '**/README.md'
- '**/README_zh.md'
pull_request:
branches:
- master
paths-ignore:
- bsp/**
- examples/**
- .github/**
- '**/README.md'
- '**/README_zh.md'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: doxygen_doc generate
if: github.repository_owner == 'RT-Thread' && false
if: github.repository_owner == 'RT-Thread'
steps:
- uses: actions/checkout@v4
with:
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Check Spelling

on:
push:
branches:
- master
paths:
- 'documentation/**'
pull_request:
branches:
- master
Expand Down
3 changes: 1 addition & 2 deletions bsp/apm32/apm32f030r8-miniboard/applications/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@

int main(void)
{
int count = 1;
/* set LED2 pin mode to output */
rt_pin_mode(LED2_PIN, PIN_MODE_OUTPUT);

while (count++)
while (1)
{
rt_pin_write(LED2_PIN, PIN_HIGH);
rt_thread_mdelay(500);
Expand Down
3 changes: 1 addition & 2 deletions bsp/apm32/apm32f051r8-evalboard/applications/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@

int main(void)
{
int count = 1;
/* set LED2 pin mode to output */
rt_pin_mode(LED1_PIN, PIN_MODE_OUTPUT);

while (count++)
while (1)
{
rt_pin_write(LED1_PIN, PIN_HIGH);
rt_thread_mdelay(500);
Expand Down
Loading

0 comments on commit ac3b8fe

Please sign in to comment.