Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.25 KB

DuetWifiSocketServer

This is a brief description howto setup the build environment for DuetWifiSocketServer

Setup

Workspace

Configuration

  • launch Eclipse
  • open created workspace
  • import projects
  • setup build environment variabels
    • Windows -> Preferences -> C/C++ -> Build -> Build Variables
    • add XtensaGccPath, i.e. /opt/xtensa-lx106-elf-gcc/bin or C:\toolchains\xtensa-lx106-elf-gcc\bin
    • add EspToolPath, i.e. /usr/bin/esptool or C:\toolchains\esptool\esptool.exe
    • add EspBootFile, i.e. /path/to/eboot.elf or C:\path\to\esptool.elf
  • set all projects to Release build configuration

Build

  • run build

Downloads

Xtensa Toolchain

Esptool

Sources

Links