About the SDK

The following is an overview of the files installed in the SDK installation path.

Directory Organization

Here's the xPico 200 SDK directory structure and descriptions of what's inside.

C:/xPico200 is the installation directory in Windows. The installer automatically places the SDK here.

xPico200/build contains platform.make, which includes the compile flags and tells the compiler which flags to apply to your project when you build it.

xPico200/custom contains the code for your custom includes, modules, and projects.

custom/includes contains your custom H files.

custom/module contains the custom module's C files and bom/cfiles.make, which specifies which C files to included for this module when you build the project. See Creating Modules for more information.

custom/project contains Makefile (the same for all projects) and modules.make, which specifies which modules to include when you build the project. See Building Projects for more information.

xPico200/documentation contains readme_first.pdf, and a theDocument.bat, which displays the Developer Reference locally.

xPico200/env contains env.make.

xPico200/html contains the html files for the Developer Reference.

xPico200/lantronix contains Lantronix-provided modules, includes, and libraries.

xPico200/MinGW contains the file for the SDK command line/shell application.

xPico200/rules contains build templates and resources for the build process.

xPico200/toolchain contains files for tools and other resources.

xPico200/work contains built projects and the ROM file after you build them from thecustom/project/project_name directory.

xPico200/MinGW-shell is a shortcut to the SDK's command line/shell application.

Build Environment

The build environment is entirely contained within the SDK files and initiated when you run the make command. You don't need to use any additional tools to create projects that make use of either the Lantronix-provided, or your own, custom modules, includes, and libraries.