kammce / sammy

Sammy is a tool for managing SJSU-Dev2 firmware projects and to install external packages such as platforms and libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sammy project create-target target_name

kammce opened this issue · comments

This command allows the developer create a new build target. This build target will have its own unique set of configurations, platform selection and build flags compared to the others. This allows users to create a set of targets for a particular application that can span multiple platforms or simply the same platform but with different settings.

To facility this, a folder of targets/ will pop up in the project directory, and will include its own project_config.hpp and project.mk file. When a sammy build target_name or make application BUILD_TARGET=target_name is run, it will use those files.

project_config.hpp and projects of this nature has been removed from SJSU-Dev2 in the v3 architecture thus this issue is obsolete and won't be fixed.