MOD-WIFI-ESP8266(-DEV) update#8297
MOD-WIFI-ESP8266(-DEV) update#8297earlephilhower merged 6 commits intoesp8266:masterfrom Stanimir-Petev:master
Conversation
Added Flash mode and reset method selection options for Olimex board MOD-WIFI-ESP8266(-DEV)
earlephilhower
left a comment
There was a problem hiding this comment.
This isn't going to pass CI. You need to update tools/boards.txt.py and regenerate the boards.txt file from it,, not manually edit boards.txt.
Plus, it seems like you're doing both normal definitions and menu overridden ones which is not correct. See line 5832-5833 and 5849-5850.
The addition of the FlashMode and ResetMethod selection options via boards.txt.py generation file.
|
@earlephilhower thank you for the advice! I wasn't aware of the python script inside the "/tools" folder. The whole point of adding these options are that we have new flash memory chips on the board that works in those modes: ResetMethod: no dtr (aka ck); and FlashMode: QOUT. |
Added Flash mode and reset method selection options for Olimex board MOD-WIFI-ESP8266(-DEV) The addition of the FlashMode and ResetMethod selection options via boards.txt.py generation file.
Added Flash mode and reset method selection options for Olimex board MOD-WIFI-ESP8266(-DEV)