File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def _update_max_upload_size(env):
148
148
149
149
MKSPIFFSTOOL = "mkspiffs" ,
150
150
151
- SIZEPROGREGEXP = r"^(?:\.irom0\.text|\.text|\.text1|\. data|\.rodata|)\s+([0-9]+).*" ,
151
+ SIZEPROGREGEXP = r"^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*" ,
152
152
SIZEDATAREGEXP = r"^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*" ,
153
153
SIZECHECKCMD = "$SIZETOOL -A -d $SOURCES" ,
154
154
SIZEPRINTCMD = '$SIZETOOL -B -d $SOURCES' ,
@@ -227,7 +227,6 @@ def _update_max_upload_size(env):
227
227
"-eo" , "$SOURCES" ,
228
228
"-bs" , ".irom0.text" ,
229
229
"-bs" , ".text" ,
230
- "-bs" , ".text1" ,
231
230
"-bs" , ".data" ,
232
231
"-bs" , ".rodata" ,
233
232
"-bc" , "-ec"
@@ -249,7 +248,6 @@ def _update_max_upload_size(env):
249
248
"-bf" , "${__get_board_f_flash(__env__)}" ,
250
249
"-bz" , "${__get_flash_size(__env__)}" ,
251
250
"-bs" , ".text" ,
252
- "-bs" , ".text1" ,
253
251
"-bs" , ".data" ,
254
252
"-bs" , ".rodata" ,
255
253
"-bc" , "-ec" ,
You can’t perform that action at this time.
0 commit comments