summaryrefslogtreecommitdiff
path: root/doc/sphinx/userguide/standalone.rst
blob: 58f7f518046ec16efdeae75078afd86fd9bb61a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Creating a Standalone Project
=============================

You can export a program to a standalone project directory using the ``standalone``
target. The resulting project will be locked to a specific ``TARGET``. Note
that this functionality is only supported for Freedom Metal programs, not the
Legacy Freedom E SDK.

``STANDALONE_DEST`` is a required argument to provide the desired project location.

.. code-block:: bash

   make BSP=mee [PROGRAM=hello] [TARGET=sifive-hifive1] STANDALONE_DEST=/path/to/desired/location standalone