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=<...>"
4 app_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=<...>"
9 target_board=
10 
11 # Version of the SDK
12 sdk_major=1
13 sdk_minor=2
14 sdk_maintenance=0
15 sdk_development=0
16 
17 
18 # Specify the arm toolchain to use (leave it blank if already set in your PATH)
19 arm_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
25 python_interpreter=