Skip to content

Commit c652396

Browse files
committed
modified: bsp/stm32/stm32f103-dofly-M3S/SConstruct
modified: bsp/stm32/stm32f103-dofly-lyc8/SConstruct modified: bsp/stm32/stm32f103-fire-arbitrary/SConstruct modified: bsp/stm32/stm32f103-gizwits-gokitv21/SConstruct modified: bsp/stm32/stm32f103-hw100k-ibox/SConstruct modified: bsp/stm32/stm32f103-onenet-nbiot/SConstruct modified: bsp/stm32/stm32f103-yf-ufun/SConstruct modified: bsp/stm32/stm32f103-ys-f1pro/SConstruct modified: bsp/stm32/stm32f107-uc-eval/SConstruct modified: bsp/stm32/stm32g071-st-nucleo/SConstruct modified: bsp/stm32/stm32g431-st-nucleo/SConstruct modified: bsp/stm32/stm32g474-st-nucleo/SConstruct modified: bsp/stm32/stm32g491-st-nucleo/SConstruct modified: bsp/stm32/stm32h503-st-nucleo/SConstruct modified: bsp/stm32/stm32h563-st-nucleo/SConstruct modified: bsp/stm32/stm32h723-st-nucleo/SConstruct modified: bsp/stm32/stm32h730-esphosted-evb/SConstruct modified: bsp/stm32/stm32h743-atk-apollo/SConstruct modified: bsp/stm32/stm32h743-openmv-h7plus/SConstruct modified: bsp/stm32/stm32h743-st-nucleo/SConstruct modified: bsp/stm32/stm32h747-st-discovery/SConstruct modified: bsp/stm32/stm32h750-armfly-h7-tool/SConstruct modified: bsp/stm32/stm32h750-fk750m1-vbt6/SConstruct modified: bsp/stm32/stm32h750-weact-ministm32h7xx/SConstruct modified: bsp/stm32/stm32h7s7-st-disco/SConstruct modified: bsp/stm32/stm32l552-st-nucleo/SConstruct modified: bsp/stm32/stm32mp157a-st-discovery/SConstruct modified: bsp/stm32/stm32mp157a-st-ev1/SConstruct modified: bsp/stm32/stm32u575-st-nucleo/SConstruct modified: bsp/stm32/stm32u585-iot02a/SConstruct modified: bsp/stm32/stm32wb55-st-nucleo/SConstruct modified: bsp/stm32/stm32wl55-st-nucleo/SConstruct modified: bsp/stm32/stm32wle5-yizhilian-lm401/SConstruct modified: bsp/stm32/stm32wle5-yizhilian-lm402/SConstruct
1 parent b86ac49 commit c652396

File tree

34 files changed

+34
-0
lines changed

34 files changed

+34
-0
lines changed

bsp/stm32/stm32f103-dofly-M3S/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 rtthread.map')
3333

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

bsp/stm32/stm32f103-dofly-lyc8/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 = ['$LINK $SOURCES $LINKFLAGS -o $TARGET --map rt-thread.map'])
3333

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

bsp/stm32/stm32f103-fire-arbitrary/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-gizwits-gokitv21/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-hw100k-ibox/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-onenet-nbiot/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-yf-ufun/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-ys-f1pro/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/stm32f107-uc-eval/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/stm32g071-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

0 commit comments

Comments
 (0)