folder structure

TWELITE SDK is prepared to store source code and other project files in a predetermined location based on the installation folder.

folder
content

.../MWSDK

The top-level folder of the TWELITE SDK.

.../MWSDK/ChipLib

Microcontoroller Library

.../MWSDK/License

Mono-Wireless Software Specification Agreement

.../MWSDK/MkFiles

makefile library

.../MWSDK/Tools

toolchain, programming tools, etc.

.../MWSDK/TWENET

TWELITE NET library

.../????_libTWENET

libTWENETUtils souce codes

.../MWSDL/Wks_TWELITEE, Act_samples, Act_extras

workspace for apps, samples.

Workspaces

The workspace for building programs contains multiple projects, each of which is stored in Wks_TWELITE and builds a separate application.。

.../MWSDK/Wks_TWELITE/ProjectName1/...
.../MWSDK/Wks_TWELITE/ProjectName2/...
...

The structure in the project is as follows: (Configuration varies by projec)

.../ProjectNameX/
       build/          : Storage location for generated binaries
           Makefile    : Generation rules
  • Some sample projects may have a more complex structure. For example, multiple configurations, such as parent and child devices, may be maintained in a project.

最終更新