Skip to content

Duet3D/WiFiSocketServerRTOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuetWifiSocketServer

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

Setup

Workspace

  • create a folder for the eclipse workspace
  • checkout the following repositories into 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