forked from ciaa/firmware_v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram.mk
36 lines (34 loc) · 1.14 KB
/
program.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Program path and name ------------------------------------------------
# Program path and name default values
#PROGRAM_PATH = examples/c/sapi/gpio
#PROGRAM_NAME = blinky
#PROGRAM_PATH = examples/c
#PROGRAM_NAME = app
#-----------------------------------------------------------------------
#PROGRAM_PATH = examples/c/lab
#PROGRAM_NAME = freeRTOS_basic
#PROGRAM_NAME = input
#-----------------------------------------------------------------------
PROGRAM_PATH = examples/c/td3/
PROGRAM_NAME = td3_barem_01
#PROGRAM_NAME = td3_barem_02
#PROGRAM_NAME = td3_barem_03
#PROGRAM_NAME = td3_barem_04
#PROGRAM_NAME = td3_barem_05
#PROGRAM_NAME = td3_freertos_01
#PROGRAM_NAME = td3_freertos_02
#PROGRAM_NAME = td3_freertos_03
#PROGRAM_NAME = td3_freertos_035
#PROGRAM_NAME = td3_freertos_04
#PROGRAM_NAME = td3_freertos_05
#PROGRAM_NAME = td3_freertos_06
#PROGRAM_NAME = td3_freertos_07
#PROGRAM_NAME = td3_freertos_08
#PROGRAM_NAME = td3_freertos_09
#PROGRAM_NAME = td3_freertos_10
#PROGRAM_NAME = td3_freertos_11
#PROGRAM_NAME = td3_freertos_12
#PROGRAM_NAME = td3_freertos_13
#PROGRAM_NAME = td3_freertos_14
#PROGRAM_NAME = td3_freertos_15
#PROGRAM_NAME = td3_template