
Pressing ? while highlighting a configuration item displays help about that item.Use Space key, or Y and N keys to enable (Yes) and disable (No) configuration items with checkboxes " ".Use Enter key to go into a submenu, Escape key to go out or to exit.Use up & down arrow keys to navigate the menu.Here are couple of tips on navigation and use of menuconfig:
Esp8266 serial port windows serial#
On Windows, serial ports have names like COM1. Confirm selection by pressing enter, save configuration by selecting and then exit application by selecting. In the menu, navigate to Serial flasher config > Default serial port to configure the serial port, where project will be loaded to.

To get it, open terminal, navigate to the directory you want to put ESP8266_RTOS_SDK, and clone it using git clone command:Ĭd ~/esp/ESP8266_RTOS_SDK/examples/get-started/hello_world They are provided by Espressif in ESP8266_RTOS_SDK repository. If you are still using old version SDK(< 3.0), please use toolchain v4.8.5, as following:īesides the toolchain (that contains programs to compile and build the application), you also need ESP8266 specific API / libraries.

Esp8266 serial port windows update#

RoadmapĮSP8266_RTOS_SDK's framework is quite outdated and different from the current esp-idf and we are planning to migrate ESP8266_RTOS_SDK to esp-idf eventually after v2.0.0. With this new model, we can push out bug fixes more quickly and achieve simpler maintenance. Please ensure that all your production-related work are tracked with the release branches. The release branch is where releases are maintained and hot fixes (with names like release/v2.x.x) are added. The master branch is an integration branch where bug fixes/features are gathered for compiling and functional testing. ** IMPORTANT NOTICE ** About this repositoryĪ new branching model is applied to this repository, which consists of a master branch and release branches.
