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=<...>"
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=<...>"
18 # Specify the arm toolchain to use (leave it blank if already set in your PATH)
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