Skip to content

Building Projects

Projects are combinations of modules. You create a project by specifying which modules the project should include and then build the project using the make command. Modules can be either the ones written by Lantronix, or the custom modules that you create. Projects are in the custom/project directory. Building a project produces a ROM file (firmware), which can then be flashed to an xPico 600 device.

Structure

Projects only consist of two files:

  • Modules.make tells the compiler which modules to include in the app
  • Makefile controls the firmware version and tells the compiler where to save the ROM file