File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
"f_cpu" : " 80000000L" ,
6
6
"f_flash" : " 40000000L" ,
7
7
"flash_mode" : " qio" ,
8
- "ldscript" : " eagle.flash.4m1m .ld" ,
8
+ "ldscript" : " eagle.flash.2m .ld" ,
9
9
"mcu" : " esp8266" ,
10
10
"variant" : " nodemcu"
11
11
},
21
21
"name" : " ESP-WROOM-02" ,
22
22
"upload" : {
23
23
"maximum_ram_size" : 81920 ,
24
- "maximum_size" : 4194304 ,
24
+ "maximum_size" : 2097152 ,
25
25
"require_upload_port" : true ,
26
26
"resetmethod" : " nodemcu" ,
27
27
"speed" : 115200
Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ def _get_board_f_flash(env):
141
141
#
142
142
143
143
MKSPIFFSTOOL = "mkspiffs" ,
144
+
145
+ SIZEPROGREGEXP = r"^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*" ,
146
+ SIZEDATAREGEXP = r"^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*" ,
147
+ SIZECHECKCMD = "$SIZETOOL -A -d $SOURCES" ,
144
148
SIZEPRINTCMD = '$SIZETOOL -B -d $SOURCES' ,
145
149
146
150
PROGSUFFIX = ".elf"
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-espressif8266.git"
14
14
},
15
- "version" : " 1.7.0 " ,
15
+ "version" : " 1.7.1 " ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" http://dl.platformio.org/packages/manifest.json" ,
You can’t perform that action at this time.
0 commit comments