/ESP8266_FreeRTOS_TEMPLATE

A FreeRTOS template for ESP8266 IDF

Primary LanguageC++

ESP8266 FREERTOS TEMPLATE (ESP-IDF)

This is a template for developing the ESP8266 FreeRTOS Firmware with the ESP-IDF SDK

Configure the project

make menuconfig
  • Set serial port under Serial Flasher Options.
  • make monitor baud rate set to what you set your firmware.

Build and Flash

Build the project and flash it to the board, then run monitor tool to view serial output:

make -j4 flash monitor

(To exit the serial monitor, type Ctrl-].)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.