Skip to content

Commit cbe93d0

Browse files
committed
删除多余文件,修改ci
1 parent 37dc189 commit cbe93d0

Some content is hidden

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

48 files changed

+23
-11036
lines changed

bsp/stm32/stm32h7r7-atk/EventRecorderStub.scvd

Lines changed: 0 additions & 9 deletions
This file was deleted.

bsp/stm32/stm32h7r7-atk/SConstruct

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ import os
22
import sys
33
import rtconfig
44

5-
if os.path.exists('rt-thread'):
6-
RTT_ROOT = os.path.normpath(os.getcwd() + '/rt-thread')
5+
if os.getenv('RTT_ROOT'):
6+
RTT_ROOT = os.getenv('RTT_ROOT')
77
else:
8-
RTT_ROOT = os.path.normpath(os.getcwd() + '../../../rt-thread')
8+
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../..')
99

1010
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
1111
try:
1212
from building import *
1313
except Exception as e:
14-
print("Error message:", e.message)
1514
print('Cannot found RT-Thread root directory, please check RTT_ROOT')
1615
print(RTT_ROOT)
1716
sys.exit(-1)

bsp/stm32/stm32h7r7-atk/applications/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* @Author : wenshan
33
* @Date : 2025-05-14 20:21:24
4-
* @LastEditors : wenshan
5-
* @LastEditTime : 2025-06-02 21:53:35
6-
* @Description :
7-
* @FilePath : \rtthread-atk\applications\main.c
4+
* @LastEditors: Do not edit
5+
* @LastEditTime: 2025-06-05 14:32:18
6+
* @Description :
7+
* @FilePath: \undefinedf:\github\rtthread\rt-thread\bsp\stm32\stm32h7r7-atk\applications\main.c
88
*/
99

1010
#include <rtthread.h>

bsp/stm32/stm32h7r7-atk/board/CubeMX_Config/Appli/Core/Inc/stm32h7rsxx_it.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

bsp/stm32/stm32h7r7-atk/board/CubeMX_Config/Appli/Core/Src/stm32h7rsxx_it.c

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)