Skip to content

Commit b86ac49

Browse files
committed
modified: bsp/stm32/stm32f103-100ask-mini/SConstruct
modified: bsp/stm32/stm32f103-100ask-pro/SConstruct modified: bsp/stm32/stm32f103-atk-nano/SConstruct modified: bsp/stm32/stm32f103-atk-warshipv3/SConstruct modified: bsp/stm32/stm32f103-blue-pill/SConstruct modified: bsp/stm32/stm32f207-st-nucleo/SConstruct modified: bsp/stm32/stm32f302-st-nucleo/SConstruct modified: bsp/stm32/stm32f334-st-nucleo/SConstruct modified: bsp/stm32/stm32f723-st-disco/SConstruct modified: bsp/stm32/stm32f746-st-disco/SConstruct modified: bsp/stm32/stm32f746-st-nucleo/SConstruct modified: bsp/stm32/stm32f767-atk-apollo/SConstruct modified: bsp/stm32/stm32f767-fire-challenger-v1/SConstruct modified: bsp/stm32/stm32f767-st-nucleo/SConstruct modified: bsp/stm32/stm32f769-st-disco/SConstruct modified: bsp/stm32/stm32g030-tiny-board/SConstruct modified: bsp/stm32/stm32g070-st-nucleo/SConstruct modified: bsp/stm32/stm32h750-artpi/SConstruct modified: bsp/stm32/stm32l010-st-nucleo/SConstruct modified: bsp/stm32/stm32l053-st-nucleo/SConstruct
1 parent 3ebf0ec commit b86ac49

File tree

20 files changed

+20
-0
lines changed

20 files changed

+20
-0
lines changed

bsp/stm32/stm32f103-100ask-mini/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f103-100ask-pro/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f103-atk-nano/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f103-atk-warshipv3/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f103-blue-pill/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f207-st-nucleo/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f302-st-nucleo/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f334-st-nucleo/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f723-st-disco/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

bsp/stm32/stm32f746-st-disco/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if rtconfig.PLATFORM in ['iccarm']:
3131
env.Replace(ARFLAGS = [''])
3232
env.Replace(LINKCOM = env["LINKCOM"] + ' --map rt-thread.map')
3333

34+
Export('env')
3435
Export('RTT_ROOT')
3536
Export('rtconfig')
3637

0 commit comments

Comments
 (0)