1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

board gen4iod: change flash mode from qio to dio (#4616)

on behalf of @4dsystems #4613:
Need to change flash mode from qio to dio, due to a change in supplier of Flash Memory.
Old modules work just the same with no speed difference noticed,
new modules will not work without the change to dio however.
This commit is contained in:
david gauchard 2018-04-08 02:35:10 +02:00 committed by GitHub
parent acbabf9895
commit cc11b29ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3811,7 +3811,7 @@ gen4iod.menu.VTable.heap.build.vtable_flags=-DVTABLES_IN_DRAM
gen4iod.menu.VTable.iram=IRAM
gen4iod.menu.VTable.iram.build.vtable_flags=-DVTABLES_IN_IRAM
gen4iod.upload.resetmethod=nodemcu
gen4iod.build.flash_mode=qio
gen4iod.build.flash_mode=dio
gen4iod.build.flash_freq=80
gen4iod.menu.FlashSize.512K0=512K (no SPIFFS)
gen4iod.menu.FlashSize.512K0.build.flash_size=512K

View File

@ -677,7 +677,7 @@ boards = collections.OrderedDict([
},
'macro': [
'resetmethod_nodemcu',
'flashmode_qio',
'flashmode_dio',
'flashfreq_80',
'512K',
],