/cwhttpd-example

Example project using Clockwise HTTPd and FrogFS. Builds for Linux, ESP8266, and ESP-IDF targets.

Primary LanguageCMozilla Public License 2.0MPL-2.0

This is an example of how to use cwhttpd with the Espressif FreeRTOS SDK ESP-IDF.

Requirements

Supported Targets ESP32 ESP32-C2 ESP32-S2 ESP32-S3
ESP-IDF 4.x ? ? ? ?
ESP-IDF 5.0.x WIP ? ? ?
ESP-IDF 5.1.x WIP ? ? ?

How to build

Start up your ESP-IDF environment, i.e. in Linux:

IDF_PATH=~/esp/esp-idf-v5.1.1
source ${IDF_PATH}/export.sh

Configure the example and components. See sections

  • Component config -> Clockwise HTTPd and
  • Component config -> FrogFS
idf.py menuconfig