-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOD-WIFI-ESP8266(-DEV) update #8297
Conversation
Added Flash mode and reset method selection options for Olimex board MOD-WIFI-ESP8266(-DEV)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
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)