diff --git a/examples/app_cycleHSV_vol_level_example/Makefile b/examples/app_cycleHSV_vol_level_example/Makefile index 2b38775..9c186d4 100644 --- a/examples/app_cycleHSV_vol_level_example/Makefile +++ b/examples/app_cycleHSV_vol_level_example/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb diff --git a/examples/app_cycleHSV_vol_level_smooth_example/Makefile b/examples/app_cycleHSV_vol_level_smooth_example/Makefile index 2b38775..9c186d4 100644 --- a/examples/app_cycleHSV_vol_level_smooth_example/Makefile +++ b/examples/app_cycleHSV_vol_level_smooth_example/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb diff --git a/examples/app_hsv_cycle_example/Makefile b/examples/app_hsv_cycle_example/Makefile index cd4d4c4..7d58c58 100644 --- a/examples/app_hsv_cycle_example/Makefile +++ b/examples/app_hsv_cycle_example/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb lib_xcore_math diff --git a/examples/app_rgb_cycle_breathing_example/Makefile b/examples/app_rgb_cycle_breathing_example/Makefile index 1760f2e..514af0b 100644 --- a/examples/app_rgb_cycle_breathing_example/Makefile +++ b/examples/app_rgb_cycle_breathing_example/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb diff --git a/examples/app_test_HSV_to_RGB/Makefile b/examples/app_test_HSV_to_RGB/Makefile index 2b38775..9c186d4 100644 --- a/examples/app_test_HSV_to_RGB/Makefile +++ b/examples/app_test_HSV_to_RGB/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb diff --git a/examples/app_test_fill_gradient_with_groups/Makefile b/examples/app_test_fill_gradient_with_groups/Makefile index 2b38775..9c186d4 100644 --- a/examples/app_test_fill_gradient_with_groups/Makefile +++ b/examples/app_test_fill_gradient_with_groups/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb diff --git a/examples/app_test_vol_to_level/Makefile b/examples/app_test_vol_to_level/Makefile index 2b38775..9c186d4 100644 --- a/examples/app_test_vol_to_level/Makefile +++ b/examples/app_test_vol_to_level/Makefile @@ -8,7 +8,7 @@ TARGET = XCORE-AI-EXPLORER # report: 打开编译报告 # g: 生成调试信息 # fxscope: 使用 xSCOPE,对代码进行跟踪(默认使用xlink) -BUILD_FLAGS = -O2 -g -DDEBUG_PRINT_ENABLE=1 -report -fxscope +BUILD_FLAGS = -O2 -g -report -fxscope USED_MODULES = lib_rgb