Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

for C++ header (*.h), source (*.cpp), application (*.cpp), and test-application (*.cpp) files, respectively.
By default all files in src with include will be compiled and put in the package library. The files in app will be also compiled and moved in the <release>/arch/<architecture>/bin - default release bin directory. In order to compile and run modules from test directory use commands:

scons <package>/ test
build/<architecture>/<package>/<test-module>

...