Wirepas SDK
config.mk
Go to the documentation of this file.
1# Name of your app. It is used to name the produced files
2# It has to be the same as the app directory name under source
3# It can be overwritten on command line "make app_name=<...>"
4app_name=custom_app
5
6# Name of the board to build your application
7# If build is always with same board, it can be set here
8# It can be overwritten on command line "make target_board=<...>"
9target_board=
10
11# Version of the SDK
12sdk_major=1
13sdk_minor=1
14sdk_maintenance=0
15sdk_development=0
16
17
18# Specify the arm toolchain to use (leave it blank if already set in your PATH)
19arm_toolchain=
20
21# Only set this value if python interpreter is not found. Python3 is preferred.
22# Python2 is end of life and support will be removed in the future.
23# Leaving value empty uses the shebang value of the script, which is #!/usr/bin/env python3
24# and fallback to "python" cmd
25python_interpreter=