Skip to content

Commit d91e533

Browse files
committed
[FIX] CI build error
1 parent 289c947 commit d91e533

File tree

3 files changed

+190
-188
lines changed

3 files changed

+190
-188
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#RT-Thread Studio Project Configuration
2-
#Wed Oct 21 21:27:43 CST 2020
2+
#Wed Oct 21 22:04:18 CST 2020
33
cfg_version=v3.0
44
board_name=STM32H750-RT-ART-PI
55
example_name=art_pi_factory
66
hardware_adapter=ST-LINK
77
board_base_nano_proj=False
88
project_type=rt-thread
99
chip_name=STM32H750XBHx
10-
selected_rtt_version=4.0.2
1110
bsp_version=0.3.0
11+
selected_rtt_version=4.0.2
1212
os_branch=full
13-
output_project_path=E\:/Personal/RTT-Studio-Projects/sdk-bsp-stm32h750-realthread-artpimy/projects
14-
is_base_example_project=True
15-
is_use_scons_build=True
1613
project_base_bsp=true
14+
is_use_scons_build=True
15+
is_base_example_project=True
16+
output_project_path=E\:/Personal/RTT-Studio-Projects/sdk-bsp-stm32h750-realthread-artpimy/projects
1717
project_name=art_pi_factory
18-
os_version=4.0.2
1918
bsp_path=repo/Local/Board_Support_Packages/RealThread/STM32H750-RT-ART-PI/0.3.0/sdk-bsp-stm32h750-realthread-artpi-master
19+
os_version=4.0.2

projects/art_pi_factory/packages/btstack-v0.0.1/SConscript

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ path += [cwd + '/chipset/bcm']
5656
path += [cwd + '/port/posix-h4-bcm']
5757
path += [cwd + '/rtt_adapter']
5858

59-
LOCAL_CCFLAGS = ' --gnu'
59+
if rtconfig.CROSS_TOOL == 'keil':
60+
LOCAL_CCFLAGS = ' --gnu'
61+
6062
group = DefineGroup('RTT_BTSTACK', src, depend = [''], CPPPATH = path, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
6163

6264
Return('group')

0 commit comments

Comments
 (0)