diff --git a/software/firmware/oracle_same54n19a/config/lv_conf.h b/software/firmware/oracle_same54n19a/config/lv_conf.h index 8971553d..e3a4414f 100644 --- a/software/firmware/oracle_same54n19a/config/lv_conf.h +++ b/software/firmware/oracle_same54n19a/config/lv_conf.h @@ -80,7 +80,7 @@ typedef int16_t lv_coord_t; #define LV_MEM_CUSTOM 0 #if LV_MEM_CUSTOM == 0 /* Size of the memory used by `lv_mem_alloc` in bytes (>= 2kB)*/ -# define LV_MEM_SIZE (8U * 1024U) +# define LV_MEM_SIZE (16U * 1024U) /* Complier prefix for a big array declaration */ # define LV_MEM_ATTR @@ -337,7 +337,7 @@ typedef void * lv_indev_drv_user_data_t; /*Type of user data in the i /* Montserrat fonts with bpp = 4 * https://fonts.google.com/specimen/Montserrat */ #define LV_FONT_MONTSERRAT_12 0 -#define LV_FONT_MONTSERRAT_14 0 +#define LV_FONT_MONTSERRAT_14 1 #define LV_FONT_MONTSERRAT_16 1 #define LV_FONT_MONTSERRAT_18 0 #define LV_FONT_MONTSERRAT_20 0 diff --git a/software/firmware/oracle_same54n19a/config/lv_ex_conf.h b/software/firmware/oracle_same54n19a/config/lv_ex_conf.h new file mode 100644 index 00000000..c2c1a142 --- /dev/null +++ b/software/firmware/oracle_same54n19a/config/lv_ex_conf.h @@ -0,0 +1,47 @@ +/** + * @file lv_ex_conf.h + * + */ +/* + * COPY THIS FILE AS lv_ex_conf.h + */ + +#if 1 /*Set it to "1" to enable the content*/ + +#ifndef LV_EX_CONF_H +#define LV_EX_CONF_H + + +/******************* + * GENERAL SETTING + *******************/ +#define LV_EX_PRINTF 0 /*Enable printf-ing data in demoes and examples*/ +#define LV_EX_KEYBOARD 0 /*Add PC keyboard support to some examples (`lv_drivers` repository is required)*/ +#define LV_EX_MOUSEWHEEL 0 /*Add 'encoder' (mouse wheel) support to some examples (`lv_drivers` repository is required)*/ + +/********************* + * DEMO USAGE + *********************/ + +/*Show some widget*/ +#define LV_USE_DEMO_WIDGETS 0 +#if LV_USE_DEMO_WIDGETS +#define LV_DEMO_WIDGETS_SLIDESHOW 0 +#endif + +/*Printer demo, optimized for 800x480*/ +#define LV_USE_DEMO_PRINTER 0 + +/*Demonstrate the usage of encoder and keyboard*/ +#define LV_USE_DEMO_KEYPAD_AND_ENCODER 0 + +/*Benchmark your system*/ +#define LV_USE_DEMO_BENCHMARK 1 + +/*Stress test for LVGL*/ +#define LV_USE_DEMO_STRESS 0 + +#endif /*LV_EX_CONF_H*/ + +#endif /*End of "Content enable"*/ + diff --git a/software/firmware/oracle_same54n19a/gcc/.gdb_history b/software/firmware/oracle_same54n19a/gcc/.gdb_history index 53deaf8e..e78c1298 100644 --- a/software/firmware/oracle_same54n19a/gcc/.gdb_history +++ b/software/firmware/oracle_same54n19a/gcc/.gdb_history @@ -1,18 +1,3 @@ -mon s -mon s -mon s -mon s -q -target extended-remote /dev/ttyBmpGdb -mon s -mon s -mon s -mon s -mon s -mon s -mon s -mon s -q tar extended-remote /dev/ttyBmpGdb mon s att 1 @@ -254,3 +239,18 @@ load r qq q +tar ext /dev/ttyBmpGdb +mon s +att 1 +load AtmelStart.elf +r +q +mon s +mon s +mon s +mon s +att 1 +load +r +w +q diff --git a/software/firmware/oracle_same54n19a/gcc/Makefile b/software/firmware/oracle_same54n19a/gcc/Makefile index 74d0b1bc..ab1fef7f 100644 --- a/software/firmware/oracle_same54n19a/gcc/Makefile +++ b/software/firmware/oracle_same54n19a/gcc/Makefile @@ -66,7 +66,9 @@ shared/thirdparty/lvgl/src/lv_themes \ shared/thirdparty/lvgl/src/lv_widgets \ shared/thirdparty/lvgl/tests \ shared/thirdparty/lvgl/tests/lv_test_core \ -shared/thirdparty/lvgl/tests/lv_test_objx +shared/thirdparty/lvgl/tests/lv_test_objx \ +shared/thirdparty/lv_examples/src/lv_demo_benchmark \ +shared/thirdparty/lv_examples/assets # List the object files OBJS += \ @@ -223,7 +225,16 @@ shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.o \ shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.o \ shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.o \ shared/thirdparty/lvgl/tests/lv_test_main.o \ -shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o +shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o \ +shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.o \ +shared/thirdparty/lv_examples/assets/img_cogwheel_argb.o \ +shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.o \ +shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.o \ +shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.o \ +shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.o \ +shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.o \ +shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.o \ +shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.o OBJS_AS_ARGS += \ "hal/src/hal_io.o" \ @@ -379,7 +390,16 @@ OBJS_AS_ARGS += \ "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.o" \ "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.o" \ "shared/thirdparty/lvgl/tests/lv_test_main.o" \ -"shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o" +"shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o" \ +"shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.o" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_argb.o" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.o" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.o" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.o" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.o" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.o" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.o" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.o" # List the directories containing header files DIR_INCLUDES += \ @@ -565,7 +585,16 @@ DEPS_AS_ARGS += \ "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.d" \ "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.d" \ "shared/thirdparty/lvgl/tests/lv_test_main.d" \ -"shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.d" +"shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.d" \ +"shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.d" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_argb.d" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.d" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.d" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.d" \ +"shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.d" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.d" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.d" \ +"shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.d" OUTPUT_FILE_NAME :=AtmelStart QUOTE := " @@ -610,7 +639,7 @@ $(OUTPUT_FILE_PATH): $(OBJS) %.o: %.c @echo Building file: $< @echo ARM/GNU C Compiler - $(QUOTE)$(GCC)$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ + $(QUOTE)$(GCC)$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -DLV_EX_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ -D__SAME54N19A__ -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 \ $(DIR_INCLUDES) \ -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" @@ -619,7 +648,7 @@ $(DIR_INCLUDES) \ %.o: %.s @echo Building file: $< @echo ARM/GNU Assembler - $(QUOTE)arm-none-eabi-as$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ + $(QUOTE)arm-none-eabi-as$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -DLV_EX_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ -D__SAME54N19A__ -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 \ $(DIR_INCLUDES) \ -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" @@ -628,7 +657,7 @@ $(DIR_INCLUDES) \ %.o: %.S @echo Building file: $< @echo ARM/GNU Preprocessing Assembler - $(QUOTE)$(GCC)$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ + $(QUOTE)$(GCC)$(QUOTE) -x c -mthumb -DDEBUG -DLV_CONF_INCLUDE_SIMPLE -DLV_EX_CONF_INCLUDE_SIMPLE -Os -ffunction-sections -mlong-calls -g3 -Wall -c -std=gnu99 \ -D__SAME54N19A__ -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 \ $(DIR_INCLUDES) \ -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" diff --git a/software/firmware/oracle_same54n19a/gcc/compile_commands.json b/software/firmware/oracle_same54n19a/gcc/compile_commands.json index 2bcc5322..f0326a6e 100644 --- a/software/firmware/oracle_same54n19a/gcc/compile_commands.json +++ b/software/firmware/oracle_same54n19a/gcc/compile_commands.json @@ -8,6 +8,1195 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.o", + "-o", + "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.o", + "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_style.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_debug.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_debug.o", + "-o", + "shared/thirdparty/lvgl/src/lv_core/lv_debug.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_debug.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_debug.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/pm/hpl_pm.d", + "-MThpl/pm/hpl_pm.o", + "-o", + "hpl/pm/hpl_pm.o", + "../hpl/pm/hpl_pm.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/pm/hpl_pm.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_chart.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_chart.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_chart.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_chart.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_chart.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_usart_async.d", + "-MThal/src/hal_usart_async.o", + "-o", + "hal/src/hal_usart_async.o", + "../hal/src/hal_usart_async.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_usart_async.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_material.d", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_material.o", + "-o", + "shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.o", + "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/dmac/hpl_dmac.d", + "-MThpl/dmac/hpl_dmac.o", + "-o", + "hpl/dmac/hpl_dmac.o", + "../hpl/dmac/hpl_dmac.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/dmac/hpl_dmac.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_textarea.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_textarea.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_textarea.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_textarea.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_textarea.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_mem.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_mem.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_mem.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_page.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_page.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_page.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_page.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_page.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_timer.d", + "-MThal/src/hal_timer.o", + "-o", + "hal/src/hal_timer.o", + "../hal/src/hal_timer.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_timer.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_tabview.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_tabview.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_argb.d", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_argb.o", + "-o", + "shared/thirdparty/lv_examples/assets/img_cogwheel_argb.o", + "../shared/thirdparty/lv_examples/assets/img_cogwheel_argb.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/img_cogwheel_argb.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTgcc/gcc/startup_same54.d", + "-MTgcc/gcc/startup_same54.o", + "-o", + "gcc/gcc/startup_same54.o", + "gcc/startup_same54.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "gcc/startup_same54.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_btn.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_btn.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_btn.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_btn.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_btn.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/ramecc/hpl_ramecc.d", + "-MThpl/ramecc/hpl_ramecc.o", + "-o", + "hpl/ramecc/hpl_ramecc.o", + "../hpl/ramecc/hpl_ramecc.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/ramecc/hpl_ramecc.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/porting/lv_port_indev_template.d", + "-MTshared/thirdparty/lvgl/porting/lv_port_indev_template.o", + "-o", + "shared/thirdparty/lvgl/porting/lv_port_indev_template.o", + "../shared/thirdparty/lvgl/porting/lv_port_indev_template.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/porting/lv_port_indev_template.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_log.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_log.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_log.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_log.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_log.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/devices/display/p_ssd1963.d", + "-MTshared/devices/display/p_ssd1963.o", + "-o", + "shared/devices/display/p_ssd1963.o", + "../shared/devices/display/p_ssd1963.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/devices/display/p_ssd1963.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_unscii_8.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_unscii_8.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_unscii_8.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_unscii_8.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_unscii_8.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_38.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_38.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_38.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_38.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_38.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -46,11 +1235,5411 @@ "-MTshared/drivers/p_gpio.d", "-MTshared/drivers/p_gpio.o", "-o", - "shared/drivers/p_gpio.o", - "../shared/drivers/p_gpio.c" + "shared/drivers/p_gpio.o", + "../shared/drivers/p_gpio.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/drivers/p_gpio.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_delay.d", + "-MThal/src/hal_delay.o", + "-o", + "hal/src/hal_delay.o", + "../hal/src/hal_delay.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_delay.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_slider.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_slider.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_slider.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_slider.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_slider.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_templ.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_templ.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_templ.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_templ.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_templ.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_objx_templ.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_objx_templ.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_objx_templ.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_objx_templ.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_objx_templ.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_cache.d", + "-MThal/src/hal_cache.o", + "-o", + "hal/src/hal_cache.o", + "../hal/src/hal_cache.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_cache.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_async.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_async.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_async.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_async.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_async.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/core/hpl_init.d", + "-MThpl/core/hpl_init.o", + "-o", + "hpl/core/hpl_init.o", + "../hpl/core/hpl_init.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/core/hpl_init.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.d", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.o", + "-o", + "shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.o", + "../shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/img_cogwheel_indexed16.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/osc32kctrl/hpl_osc32kctrl.d", + "-MThpl/osc32kctrl/hpl_osc32kctrl.o", + "-o", + "hpl/osc32kctrl/hpl_osc32kctrl.o", + "../hpl/osc32kctrl/hpl_osc32kctrl.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/osc32kctrl/hpl_osc32kctrl.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_bar.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_bar.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_bar.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_bar.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_bar.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_math.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_math.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_math.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_math.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_math.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_dropdown.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_dropdown.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_dropdown.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_dropdown.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_dropdown.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/tests/lv_test_assert.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_assert.o", + "-o", + "shared/thirdparty/lvgl/tests/lv_test_assert.o", + "../shared/thirdparty/lvgl/tests/lv_test_assert.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/tests/lv_test_assert.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.d", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.o", + "-o", + "shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.o", + "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_12_compr_az.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/utils/src/utils_ringbuffer.d", + "-MThal/utils/src/utils_ringbuffer.o", + "-o", + "hal/utils/src/utils_ringbuffer.o", + "../hal/utils/src/utils_ringbuffer.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/utils/src/utils_ringbuffer.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_switch.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_switch.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_switch.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_switch.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_switch.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_label.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_label.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_label.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_label.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_label.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_cache.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_cache.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_img_cache.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_img_cache.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_img_cache.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_bidi.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_bidi.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_bidi.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_bidi.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_bidi.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28_compressed.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28_compressed.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28_compressed.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28_compressed.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28_compressed.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_tick.d", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_tick.o", + "-o", + "shared/thirdparty/lvgl/src/lv_hal/lv_hal_tick.o", + "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_tick.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_tick.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_cont.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_cont.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_cont.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_cont.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_cont.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_44.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_44.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_44.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_44.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_44.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTatmel_start.d", + "-MTatmel_start.o", + "-o", + "atmel_start.o", + "../atmel_start.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../atmel_start.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_obj.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_obj.o", + "-o", + "shared/thirdparty/lvgl/src/lv_core/lv_obj.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_obj.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_obj.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/gclk/hpl_gclk.d", + "-MThpl/gclk/hpl_gclk.o", + "-o", + "hpl/gclk/hpl_gclk.o", + "../hpl/gclk/hpl_gclk.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/gclk/hpl_gclk.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12_subpx.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12_subpx.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12_subpx.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12_subpx.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_12_subpx.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme.d", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme.o", + "-o", + "shared/thirdparty/lvgl/src/lv_themes/lv_theme.o", + "../shared/thirdparty/lvgl/src/lv_themes/lv_theme.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/porting/lv_port_fs_template.d", + "-MTshared/thirdparty/lvgl/porting/lv_port_fs_template.o", + "-o", + "shared/thirdparty/lvgl/porting/lv_port_fs_template.o", + "../shared/thirdparty/lvgl/porting/lv_port_fs_template.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/porting/lv_port_fs_template.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_win.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_win.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_win.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_win.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_win.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_28.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_table.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_table.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_table.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_table.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_table.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_msgbox.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_msgbox.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_msgbox.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_msgbox.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_msgbox.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_18.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_18.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_18.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_18.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_18.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/cmcc/hpl_cmcc.d", + "-MThpl/cmcc/hpl_cmcc.o", + "-o", + "hpl/cmcc/hpl_cmcc.o", + "../hpl/cmcc/hpl_cmcc.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/cmcc/hpl_cmcc.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_gauge.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_gauge.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_gauge.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_gauge.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_gauge.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/drivers/p_usart.d", + "-MTshared/drivers/p_usart.o", + "-o", + "shared/drivers/p_usart.o", + "../shared/drivers/p_usart.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/drivers/p_usart.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_26.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_26.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_26.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_26.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_26.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_22.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_22.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_22.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_22.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_22.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.o", + "-o", + "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.o", + "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_obj.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_indev.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_indev.o", + "-o", + "shared/thirdparty/lvgl/src/lv_core/lv_indev.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_indev.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_indev.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_checkbox.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_checkbox.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_checkbox.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_checkbox.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_checkbox.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTdriver_init.d", + "-MTdriver_init.o", + "-o", + "driver_init.o", + "../driver_init.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../driver_init.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_canvas.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_canvas.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.d", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.o", + "-o", + "shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.o", + "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_16_compr_az.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_fs.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_fs.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_fs.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_fs.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_fs.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/devices/p_screen.d", + "-MTshared/devices/p_screen.o", + "-o", + "shared/devices/p_screen.o", + "../shared/devices/p_screen.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/devices/p_screen.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_ext_irq.d", + "-MThal/src/hal_ext_irq.o", + "-o", + "hal/src/hal_ext_irq.o", + "../hal/src/hal_ext_irq.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_ext_irq.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_rgb.d", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_rgb.o", + "-o", + "shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.o", + "../shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/img_cogwheel_rgb.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_disp.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_disp.o", + "-o", + "shared/thirdparty/lvgl/src/lv_core/lv_disp.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_disp.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_disp.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_empty.d", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_empty.o", + "-o", + "shared/thirdparty/lvgl/src/lv_themes/lv_theme_empty.o", + "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_empty.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_empty.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_ll.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_ll.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_ll.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_ll.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_ll.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_gc.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_gc.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_gc.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_gc.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_gc.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_printf.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_printf.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_printf.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_printf.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_printf.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_cpicker.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_cpicker.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_cpicker.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_cpicker.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_cpicker.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_simsun_16_cjk.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_simsun_16_cjk.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_simsun_16_cjk.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_simsun_16_cjk.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_simsun_16_cjk.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_list.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_list.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_list.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_list.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_list.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/drivers/p_i2c.d", + "-MTshared/drivers/p_i2c.o", + "-o", + "shared/drivers/p_i2c.o", + "../shared/drivers/p_i2c.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/drivers/p_i2c.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_calendar.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_calendar.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_calendar.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_calendar.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_calendar.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.d", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.o", + "-o", + "shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.o", + "../shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/img_cogwheel_alpha16.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/mclk/hpl_mclk.d", + "-MThpl/mclk/hpl_mclk.o", + "-o", + "hpl/mclk/hpl_mclk.o", + "../hpl/mclk/hpl_mclk.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/mclk/hpl_mclk.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MToracle.d", + "-MToracle.o", + "-o", + "oracle.o", + "../oracle.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../oracle.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/utils/src/utils_event.d", + "-MThal/utils/src/utils_event.o", + "-o", + "hal/utils/src/utils_event.o", + "../hal/utils/src/utils_event.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/utils/src/utils_event.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_tileview.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_tileview.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_tileview.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_tileview.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_tileview.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/sercom/hpl_sercom.d", + "-MThpl/sercom/hpl_sercom.o", + "-o", + "hpl/sercom/hpl_sercom.o", + "../hpl/sercom/hpl_sercom.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/sercom/hpl_sercom.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_line.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_line.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_line.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_line.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_line.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/oscctrl/hpl_oscctrl.d", + "-MThpl/oscctrl/hpl_oscctrl.o", + "-o", + "hpl/oscctrl/hpl_oscctrl.o", + "../hpl/oscctrl/hpl_oscctrl.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/oscctrl/hpl_oscctrl.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o", + "-o", + "shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o", + "../shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_sleep.d", + "-MThal/src/hal_sleep.o", + "-o", + "hal/src/hal_sleep.o", + "../hal/src/hal_sleep.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_sleep.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThpl/tc/hpl_tc.d", + "-MThpl/tc/hpl_tc.o", + "-o", + "hpl/tc/hpl_tc.o", + "../hpl/tc/hpl_tc.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hpl/tc/hpl_tc.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/drivers/p_tcc.d", + "-MTshared/drivers/p_tcc.o", + "-o", + "shared/drivers/p_tcc.o", + "../shared/drivers/p_tcc.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/drivers/p_tcc.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_objmask.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_objmask.o", + "-o", + "shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_i2c_m_sync.d", + "-MThal/src/hal_i2c_m_sync.o", + "-o", + "hal/src/hal_i2c_m_sync.o", + "../hal/src/hal_i2c_m_sync.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_i2c_m_sync.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_buf.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_buf.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_img_buf.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_img_buf.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_img_buf.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_46.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_46.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_46.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_46.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_46.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_36.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_36.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_36.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_36.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_36.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_40.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_40.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_40.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_40.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_40.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_template.d", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_template.o", + "-o", + "shared/thirdparty/lvgl/src/lv_themes/lv_theme_template.o", + "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_template.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_template.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/utils/src/utils_syscalls.d", + "-MThal/utils/src/utils_syscalls.o", + "-o", + "hal/utils/src/utils_syscalls.o", + "../hal/utils/src/utils_syscalls.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/utils/src/utils_syscalls.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_48.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_48.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_48.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_48.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_48.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/src/hal_atomic.d", + "-MThal/src/hal_atomic.o", + "-o", + "hal/src/hal_atomic.o", + "../hal/src/hal_atomic.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/src/hal_atomic.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTmain.d", + "-MTmain.o", + "-o", + "main.o", + "../main.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../main.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_32.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_32.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_32.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_32.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_32.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_14.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_14.o", + "-o", + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_14.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_14.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_14.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.d", + "-MTshared/thirdparty/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.o", + "-o", + "shared/thirdparty/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.o", + "../shared/thirdparty/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_gpu/lv_gpu_stm32_dma2d.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MThal/utils/src/utils_assert.d", + "-MThal/utils/src/utils_assert.o", + "-o", + "hal/utils/src/utils_assert.o", + "../hal/utils/src/utils_assert.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../hal/utils/src/utils_assert.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.d", + "-MTshared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.o", + "-o", + "shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.o", + "../shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lv_examples/assets/img_cogwheel_chroma_keyed.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_txt.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_txt.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_txt.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_txt.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_txt.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_color.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_color.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_color.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_color.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_color.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_img.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_img.o", + "-o", + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_img.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_img.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_img.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_utils.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_utils.o", + "-o", + "shared/thirdparty/lvgl/src/lv_misc/lv_utils.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_utils.c" + ], + "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_utils.c" + }, + { + "arguments": [ + "arm-none-eabi-gcc", + "-c", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-std=gnu99", + "-D__SAME54N19A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/eic", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/tc", + "-I../hri", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared/thirdparty", + "-I../shared/thirdparty/lvgl", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/devices/display", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_style.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_style.o", + "-o", + "shared/thirdparty/lvgl/src/lv_core/lv_style.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_style.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/drivers/p_gpio.c" + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_style.c" }, { "arguments": [ @@ -61,6 +6650,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -96,14 +6686,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_atomic.d", - "-MThal/src/hal_atomic.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinner.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinner.o", "-o", - "hal/src/hal_atomic.o", - "../hal/src/hal_atomic.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_spinner.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_spinner.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_atomic.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_spinner.c" }, { "arguments": [ @@ -114,6 +6704,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -149,14 +6740,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/core/hpl_core_m4.d", - "-MThpl/core/hpl_core_m4.o", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.d", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.o", "-o", - "hpl/core/hpl_core_m4.o", - "../hpl/core/hpl_core_m4.c" + "shared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.o", + "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/core/hpl_core_m4.c" + "file": "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.c" }, { "arguments": [ @@ -167,6 +6758,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -202,14 +6794,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/core/hpl_init.d", - "-MThpl/core/hpl_init.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_led.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_led.o", "-o", - "hpl/core/hpl_init.o", - "../hpl/core/hpl_init.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_led.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_led.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/core/hpl_init.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_led.c" }, { "arguments": [ @@ -220,6 +6812,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -255,14 +6848,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/sercom/hpl_sercom.d", - "-MThpl/sercom/hpl_sercom.o", + "-MTshared/thirdparty/lvgl/tests/lv_test_main.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_main.o", "-o", - "hpl/sercom/hpl_sercom.o", - "../hpl/sercom/hpl_sercom.c" + "shared/thirdparty/lvgl/tests/lv_test_main.o", + "../shared/thirdparty/lvgl/tests/lv_test_main.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/sercom/hpl_sercom.c" + "file": "../shared/thirdparty/lvgl/tests/lv_test_main.c" }, { "arguments": [ @@ -273,6 +6866,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -308,14 +6902,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/eic/hpl_eic.d", - "-MThpl/eic/hpl_eic.o", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.o", "-o", - "hpl/eic/hpl_eic.o", - "../hpl/eic/hpl_eic.c" + "shared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/eic/hpl_eic.c" + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.c" }, { "arguments": [ @@ -326,6 +6920,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -361,14 +6956,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTmain.d", - "-MTmain.o", + "-MTshared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.d", + "-MTshared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.o", "-o", - "main.o", - "../main.c" + "shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.o", + "../shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../main.c" + "file": "../shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.c" }, { "arguments": [ @@ -379,6 +6974,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -414,14 +7010,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MToracle.d", - "-MToracle.o", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_refr.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_refr.o", "-o", - "oracle.o", - "../oracle.c" + "shared/thirdparty/lvgl/src/lv_core/lv_refr.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_refr.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../oracle.c" + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_refr.c" }, { "arguments": [ @@ -432,6 +7028,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -467,14 +7064,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/dmac/hpl_dmac.d", - "-MThpl/dmac/hpl_dmac.o", + "-MThal/utils/src/utils_list.d", + "-MThal/utils/src/utils_list.o", "-o", - "hpl/dmac/hpl_dmac.o", - "../hpl/dmac/hpl_dmac.c" + "hal/utils/src/utils_list.o", + "../hal/utils/src/utils_list.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/dmac/hpl_dmac.c" + "file": "../hal/utils/src/utils_list.c" }, { "arguments": [ @@ -485,6 +7082,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -520,14 +7118,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/gclk/hpl_gclk.d", - "-MThpl/gclk/hpl_gclk.o", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.o", "-o", - "hpl/gclk/hpl_gclk.o", - "../hpl/gclk/hpl_gclk.c" + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/gclk/hpl_gclk.c" + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.c" }, { "arguments": [ @@ -538,6 +7136,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -573,14 +7172,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/tc/hpl_tc.d", - "-MThpl/tc/hpl_tc.o", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.o", "-o", - "hpl/tc/hpl_tc.o", - "../hpl/tc/hpl_tc.c" + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/tc/hpl_tc.c" + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.c" }, { "arguments": [ @@ -591,6 +7190,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -626,14 +7226,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_list.d", - "-MThal/utils/src/utils_list.o", + "-MThal/src/hal_gpio.d", + "-MThal/src/hal_gpio.o", "-o", - "hal/utils/src/utils_list.o", - "../hal/utils/src/utils_list.c" + "hal/src/hal_gpio.o", + "../hal/src/hal_gpio.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_list.c" + "file": "../hal/src/hal_gpio.c" }, { "arguments": [ @@ -644,6 +7244,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -679,14 +7280,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/ramecc/hpl_ramecc.d", - "-MThpl/ramecc/hpl_ramecc.o", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_area.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_area.o", "-o", - "hpl/ramecc/hpl_ramecc.o", - "../hpl/ramecc/hpl_ramecc.c" + "shared/thirdparty/lvgl/src/lv_misc/lv_area.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_area.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/ramecc/hpl_ramecc.c" + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_area.c" }, { "arguments": [ @@ -697,6 +7298,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -732,14 +7334,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTgcc/system_same54.d", - "-MTgcc/system_same54.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.o", "-o", - "gcc/system_same54.o", - "system_same54.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "system_same54.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.c" }, { "arguments": [ @@ -750,6 +7352,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -785,14 +7388,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_io.d", - "-MThal/src/hal_io.o", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.o", "-o", - "hal/src/hal_io.o", - "../hal/src/hal_io.c" + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_io.c" + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.c" }, { "arguments": [ @@ -803,6 +7406,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -838,14 +7442,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_init.d", - "-MThal/src/hal_init.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_img.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_img.o", "-o", - "hal/src/hal_init.o", - "../hal/src/hal_init.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_img.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_img.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_init.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_img.c" }, { "arguments": [ @@ -856,6 +7460,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -891,14 +7496,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_gpio.d", - "-MThal/src/hal_gpio.o", + "-MTgcc/system_same54.d", + "-MTgcc/system_same54.o", "-o", - "hal/src/hal_gpio.o", - "../hal/src/hal_gpio.c" + "gcc/system_same54.o", + "system_same54.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_gpio.c" + "file": "system_same54.c" }, { "arguments": [ @@ -909,6 +7514,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -944,14 +7550,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/drivers/p_i2c.d", - "-MTshared/drivers/p_i2c.o", + "-MThpl/core/hpl_core_m4.d", + "-MThpl/core/hpl_core_m4.o", "-o", - "shared/drivers/p_i2c.o", - "../shared/drivers/p_i2c.c" + "hpl/core/hpl_core_m4.o", + "../hpl/core/hpl_core_m4.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/drivers/p_i2c.c" + "file": "../hpl/core/hpl_core_m4.c" }, { "arguments": [ @@ -962,6 +7568,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -997,14 +7604,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_ext_irq.d", - "-MThal/src/hal_ext_irq.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.o", "-o", - "hal/src/hal_ext_irq.o", - "../hal/src/hal_ext_irq.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_ext_irq.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.c" }, { "arguments": [ @@ -1015,6 +7622,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1050,14 +7658,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_timer.d", - "-MThal/src/hal_timer.o", + "-MThpl/eic/hpl_eic.d", + "-MThpl/eic/hpl_eic.o", "-o", - "hal/src/hal_timer.o", - "../hal/src/hal_timer.c" + "hpl/eic/hpl_eic.o", + "../hpl/eic/hpl_eic.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_timer.c" + "file": "../hpl/eic/hpl_eic.c" }, { "arguments": [ @@ -1068,6 +7676,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1103,14 +7712,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_event.d", - "-MThal/utils/src/utils_event.o", + "-MThal/src/hal_init.d", + "-MThal/src/hal_init.o", "-o", - "hal/utils/src/utils_event.o", - "../hal/utils/src/utils_event.c" + "hal/src/hal_init.o", + "../hal/src/hal_init.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_event.c" + "file": "../hal/src/hal_init.c" }, { "arguments": [ @@ -1121,6 +7730,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1156,14 +7766,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_assert.d", - "-MThal/utils/src/utils_assert.o", + "-MTshared/thirdparty/lvgl/porting/lv_port_disp_template.d", + "-MTshared/thirdparty/lvgl/porting/lv_port_disp_template.o", "-o", - "hal/utils/src/utils_assert.o", - "../hal/utils/src/utils_assert.c" + "shared/thirdparty/lvgl/porting/lv_port_disp_template.o", + "../shared/thirdparty/lvgl/porting/lv_port_disp_template.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_assert.c" + "file": "../shared/thirdparty/lvgl/porting/lv_port_disp_template.c" }, { "arguments": [ @@ -1174,6 +7784,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1209,14 +7820,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/mclk/hpl_mclk.d", - "-MThpl/mclk/hpl_mclk.o", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.o", "-o", - "hpl/mclk/hpl_mclk.o", - "../hpl/mclk/hpl_mclk.c" + "shared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/mclk/hpl_mclk.c" + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.c" }, { "arguments": [ @@ -1227,6 +7838,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1262,14 +7874,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/drivers/p_tcc.d", - "-MTshared/drivers/p_tcc.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.o", "-o", - "shared/drivers/p_tcc.o", - "../shared/drivers/p_tcc.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/drivers/p_tcc.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.c" }, { "arguments": [ @@ -1280,6 +7892,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1315,14 +7928,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_cache.d", - "-MThal/src/hal_cache.o", + "-MThal/src/hal_io.d", + "-MThal/src/hal_io.o", "-o", - "hal/src/hal_cache.o", - "../hal/src/hal_cache.c" + "hal/src/hal_io.o", + "../hal/src/hal_io.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_cache.c" + "file": "../hal/src/hal_io.c" }, { "arguments": [ @@ -1333,6 +7946,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1368,14 +7982,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/oscctrl/hpl_oscctrl.d", - "-MThpl/oscctrl/hpl_oscctrl.o", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_line.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_line.o", "-o", - "hpl/oscctrl/hpl_oscctrl.o", - "../hpl/oscctrl/hpl_oscctrl.c" + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/oscctrl/hpl_oscctrl.c" + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.c" }, { "arguments": [ @@ -1386,6 +8000,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1421,14 +8036,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTgcc/gcc/startup_same54.d", - "-MTgcc/gcc/startup_same54.o", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.d", + "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.o", "-o", - "gcc/gcc/startup_same54.o", - "gcc/startup_same54.c" + "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.o", + "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "gcc/startup_same54.c" + "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.c" }, { "arguments": [ @@ -1439,6 +8054,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1474,14 +8090,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_i2c_m_sync.d", - "-MThal/src/hal_i2c_m_sync.o", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_task.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_task.o", "-o", - "hal/src/hal_i2c_m_sync.o", - "../hal/src/hal_i2c_m_sync.c" + "shared/thirdparty/lvgl/src/lv_misc/lv_task.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_task.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_i2c_m_sync.c" + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_task.c" }, { "arguments": [ @@ -1492,6 +8108,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1527,14 +8144,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/cmcc/hpl_cmcc.d", - "-MThpl/cmcc/hpl_cmcc.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_label.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_label.o", "-o", - "hpl/cmcc/hpl_cmcc.o", - "../hpl/cmcc/hpl_cmcc.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_label.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_label.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/cmcc/hpl_cmcc.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_label.c" }, { "arguments": [ @@ -1545,6 +8162,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1580,14 +8198,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/devices/p_screen.d", - "-MTshared/devices/p_screen.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_roller.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_roller.o", "-o", - "shared/devices/p_screen.o", - "../shared/devices/p_screen.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_roller.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_roller.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/devices/p_screen.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_roller.c" }, { "arguments": [ @@ -1598,6 +8216,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1633,14 +8252,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_delay.d", - "-MThal/src/hal_delay.o", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.d", + "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.o", "-o", - "hal/src/hal_delay.o", - "../hal/src/hal_delay.c" + "shared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.o", + "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_delay.c" + "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.c" }, { "arguments": [ @@ -1651,6 +8270,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1686,14 +8306,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/pm/hpl_pm.d", - "-MThpl/pm/hpl_pm.o", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.d", + "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.o", "-o", - "hpl/pm/hpl_pm.o", - "../hpl/pm/hpl_pm.c" + "shared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.o", + "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/pm/hpl_pm.c" + "file": "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.c" }, { "arguments": [ @@ -1704,6 +8324,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1739,14 +8360,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_syscalls.d", - "-MThal/utils/src/utils_syscalls.o", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.d", + "-MTshared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.o", "-o", - "hal/utils/src/utils_syscalls.o", - "../hal/utils/src/utils_syscalls.c" + "shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.o", + "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_syscalls.c" + "file": "../shared/thirdparty/lv_examples/assets/lv_font_montserrat_28_compr_az.c" }, { "arguments": [ @@ -1757,6 +8378,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1792,14 +8414,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/drivers/p_usart.d", - "-MTshared/drivers/p_usart.o", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.o", "-o", - "shared/drivers/p_usart.o", - "../shared/drivers/p_usart.c" + "shared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/drivers/p_usart.c" + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.c" }, { "arguments": [ @@ -1810,6 +8432,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1845,14 +8468,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/devices/display/p_ssd1963.d", - "-MTshared/devices/display/p_ssd1963.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_arc.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_arc.o", "-o", - "shared/devices/display/p_ssd1963.o", - "../shared/devices/display/p_ssd1963.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_arc.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_arc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/devices/display/p_ssd1963.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_arc.c" }, { "arguments": [ @@ -1863,6 +8486,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1898,14 +8522,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_sleep.d", - "-MThal/src/hal_sleep.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.o", "-o", - "hal/src/hal_sleep.o", - "../hal/src/hal_sleep.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_sleep.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.c" }, { "arguments": [ @@ -1916,6 +8540,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -1951,14 +8576,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/osc32kctrl/hpl_osc32kctrl.d", - "-MThpl/osc32kctrl/hpl_osc32kctrl.o", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.d", + "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.o", "-o", - "hpl/osc32kctrl/hpl_osc32kctrl.o", - "../hpl/osc32kctrl/hpl_osc32kctrl.c" + "shared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.o", + "../shared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/osc32kctrl/hpl_osc32kctrl.c" + "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.c" }, { "arguments": [ @@ -1969,6 +8594,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -2004,14 +8630,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTatmel_start.d", - "-MTatmel_start.o", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_group.d", + "-MTshared/thirdparty/lvgl/src/lv_core/lv_group.o", "-o", - "atmel_start.o", - "../atmel_start.c" + "shared/thirdparty/lvgl/src/lv_core/lv_group.o", + "../shared/thirdparty/lvgl/src/lv_core/lv_group.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../atmel_start.c" + "file": "../shared/thirdparty/lvgl/src/lv_core/lv_group.c" }, { "arguments": [ @@ -2022,6 +8648,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -2057,14 +8684,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_ringbuffer.d", - "-MThal/utils/src/utils_ringbuffer.o", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_anim.d", + "-MTshared/thirdparty/lvgl/src/lv_misc/lv_anim.o", "-o", - "hal/utils/src/utils_ringbuffer.o", - "../hal/utils/src/utils_ringbuffer.c" + "shared/thirdparty/lvgl/src/lv_misc/lv_anim.o", + "../shared/thirdparty/lvgl/src/lv_misc/lv_anim.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_ringbuffer.c" + "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_anim.c" }, { "arguments": [ @@ -2075,6 +8702,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -2110,14 +8738,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_usart_async.d", - "-MThal/src/hal_usart_async.o", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.d", + "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.o", "-o", - "hal/src/hal_usart_async.o", - "../hal/src/hal_usart_async.c" + "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.o", + "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_usart_async.c" + "file": "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.c" }, { "arguments": [ @@ -2128,6 +8756,7 @@ "-mthumb", "-DDEBUG", "-DLV_CONF_INCLUDE_SIMPLE", + "-DLV_EX_CONF_INCLUDE_SIMPLE", "-Os", "-ffunction-sections", "-mlong-calls", @@ -2163,13 +8792,13 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTdriver_init.d", - "-MTdriver_init.o", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.d", + "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.o", "-o", - "driver_init.o", - "../driver_init.c" + "shared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.o", + "../shared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../driver_init.c" + "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.c" } ] \ No newline at end of file diff --git a/software/firmware/oracle_same54n19a/gcc/gcc/gcc/startup_same54.o b/software/firmware/oracle_same54n19a/gcc/gcc/gcc/startup_same54.o index e78871ef..61abb57c 100644 Binary files a/software/firmware/oracle_same54n19a/gcc/gcc/gcc/startup_same54.o and b/software/firmware/oracle_same54n19a/gcc/gcc/gcc/startup_same54.o differ diff --git a/software/firmware/oracle_same54n19a/gcc/gcc/system_same54.o b/software/firmware/oracle_same54n19a/gcc/gcc/system_same54.o index be812805..8a144115 100644 Binary files a/software/firmware/oracle_same54n19a/gcc/gcc/system_same54.o and b/software/firmware/oracle_same54n19a/gcc/gcc/system_same54.o differ diff --git a/software/firmware/oracle_same54n19a/gcc/gdb.txt b/software/firmware/oracle_same54n19a/gcc/gdb.txt index 57af1545..437df17f 100644 --- a/software/firmware/oracle_same54n19a/gcc/gdb.txt +++ b/software/firmware/oracle_same54n19a/gcc/gdb.txt @@ -1605,3 +1605,268 @@ Breakpoint 1, main () at ../main.c:8 ### Variables ################################################################## ################################################################################ [Inferior 1 (Remote target) detached] +../scripts/push.gdb:6: Error in sourced command file: +Attaching to Remote target failed +Quit +quit +Dummy_Handler () at ../gcc/gcc/startup_same54.c:676 +676 while (1) { +### Assembly ################################################################### +~ +~ +~ +~ +~ + 0x00000f00 Dummy_Handler+0 b.n 0xf00 +~ +~ +~ +~ +### Breakpoints ################################################################ +### Expressions ################################################################ +### History #################################################################### +### Memory ##################################################################### +### Registers ################################################################## + r0 0x81481949 r8 0x0000393d xpsr 0x31000003 + r1 0x00000000 r9 0x0000ef7d fpscr 0x00000000 + r2 0x2000195c r10 0x200035f0 msp 0x2000fb68 + r3 0x20001960 r11 0x200057a4 psp 0xfdff277c + r4 0x81481949 r12 0xffffffff primask 0x00 + r5 0x00000f05 sp 0x2000fb68 basepri 0x00 + r6 0x00000000 lr 0xffffffe9 faultmask 0x00 + r7 0x00003489 pc 0x00000f00 control 0x00 +### Source ##################################################################### + 666 /* Infinite loop */ + 667 while (1) + 668 ; + 669 } + 670 + 671 /** + 672 * \brief Default interrupt handler for unused IRQs. + 673 */ + 674 void Dummy_Handler(void) + 675 { + 676 while (1) { + 677 } + 678 } +~ +~ +~ +~ +~ +~ +~ +### Stack ###################################################################### +[0] from 0x00000f00 in Dummy_Handler+0 at ../gcc/gcc/startup_same54.c:676 +[1] from 0xffffffe9 +[2] from 0x0000fc1a in lv_mem_free+0 at ../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c:230 +[3] from 0x0000fc1a in lv_mem_free+14 at ../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c:218 +[4] from 0x00005e5e in lv_style_reset+10 at ../shared/thirdparty/lvgl/src/lv_core/lv_style.c:323 +[5] from 0x000063a0 in _lv_style_list_reset+24 at ../shared/thirdparty/lvgl/src/lv_core/lv_style.c:291 +[6] from 0x00002fae in lv_obj_clean_style_list+38 at ../shared/thirdparty/lvgl/src/lv_core/lv_obj.c:1174 +[7] from 0x00003944 in lv_obj_reset_style_list+8 at ../shared/thirdparty/lvgl/src/lv_core/lv_obj.c:1190 +[8] from 0x0001d266 in lv_demo_benchmark+34 at ../shared/thirdparty/lv_examples/src/lv_demo_benchmark/lv_demo_benchmark.c:634 +[9] from 0x00001c6a in p_screen_init+18 at ../shared/devices/p_screen.c:40 +[+] +### Threads #################################################################### +[1] id 0 from 0x00000f00 in Dummy_Handler+0 at ../gcc/gcc/startup_same54.c:676 +### Variables ################################################################## +################################################################################ +Breakpoint 1 at 0xf94: file ../main.c, line 7. +Note: automatically using hardware breakpoints for read-only addresses. +Loading section .text, size 0x40ba8 lma 0x0 +Loading section .ARM.exidx, size 0x8 lma 0x40ba8 +Loading section .relocate, size 0x118c lma 0x40bb0 +Start address 0x00000000, load size 269628 +Transfer rate: 56 KB/sec, 976 bytes/write. +### Output/messages ############################################################ + +Breakpoint 1, main () at ../main.c:7 +7 oracle_init(); +### Assembly ################################################################### +~ +~ +~ +~ +~ +!0x00000f94 main+0 push {r3, lr} + 0x00000f96 main+2 ldr r3, [pc, #12] ; (0xfa4 ) + 0x00000f98 main+4 ldr r4, [pc, #12] ; (0xfa8 ) + 0x00000f9a main+6 blx r3 + 0x00000f9c main+8 ldr r3, [pc, #12] ; (0xfac ) +### Breakpoints ################################################################ +[1] break at 0x00000f94 in ../main.c:7 for main hit 1 time +### Expressions ################################################################ +### History #################################################################### +### Memory ##################################################################### +### Registers ################################################################## + r0 0x00040bb0 r8 0x0000393d xpsr 0x61000000 + r1 0x00000000 r9 0x0000ef7d fpscr 0x00000000 + r2 0x00f00000 r10 0x200035f0 msp 0x2000fc48 + r3 0x00000f95 r11 0x200057a4 psp 0xfdff277c + r4 0x1ffffffd r12 0x00000004 primask 0x00 + r5 0x00000f05 sp 0x2000fc48 basepri 0x00 + r6 0x00000000 lr 0x00000f65 faultmask 0x00 + r7 0x00003489 pc 0x00000f94 control 0x00 +### Source ##################################################################### +~ +~ +~ +~ + 1 #include "oracle.h" + 2 #include "p_usart.h" + 3 #include "p_i2c.h" + 4 + 5 int main(void) + 6 { +! 7 oracle_init(); + 8 p_i2c_detect(); + 9 for(;;) + 10 { + 11 oracle_service(); + 12 } + 13 } +~ +~ +~ +### Stack ###################################################################### +[0] from 0x00000f94 in main+0 at ../main.c:7 +### Threads #################################################################### +[1] id -1 from 0x00000f94 in main+0 at ../main.c:7 +### Variables ################################################################## +################################################################################ +[Inferior 1 (Remote target) detached] +Dummy_Handler () at ../gcc/gcc/startup_same54.c:676 +676 while (1) { +### Assembly ################################################################### +~ +~ +~ +~ +~ + 0x00000f00 Dummy_Handler+0 b.n 0xf00 +~ +~ +~ +~ +### Breakpoints ################################################################ +### Expressions ################################################################ +### History #################################################################### +### Memory ##################################################################### +### Registers ################################################################## + r0 0x81481949 r8 0x0000393d xpsr 0x31000003 + r1 0x00000000 r9 0x0000ef7d fpscr 0x00000000 + r2 0x2000195c r10 0x200035f0 msp 0x2000fb68 + r3 0x20001960 r11 0x200057a4 psp 0xfdff277c + r4 0x81481949 r12 0xffffffff primask 0x00 + r5 0x00000f05 sp 0x2000fb68 basepri 0x00 + r6 0x00000000 lr 0xffffffe9 faultmask 0x00 + r7 0x00003489 pc 0x00000f00 control 0x00 +### Source ##################################################################### + 666 /* Infinite loop */ + 667 while (1) + 668 ; + 669 } + 670 + 671 /** + 672 * \brief Default interrupt handler for unused IRQs. + 673 */ + 674 void Dummy_Handler(void) + 675 { + 676 while (1) { + 677 } + 678 } +~ +~ +~ +~ +~ +~ +~ +### Stack ###################################################################### +[0] from 0x00000f00 in Dummy_Handler+0 at ../gcc/gcc/startup_same54.c:676 +[1] from 0xffffffe9 +[2] from 0x0000fc1a in _lv_area_is_point_on+102 at ../shared/thirdparty/lvgl/src/lv_misc/lv_area.c:165 +[3] from 0x00003944 in lv_obj_realign+100 at ../shared/thirdparty/lvgl/src/lv_core/lv_obj.c:1077 +[4] from 0x0000fffe in lv_color_mix+34 at ../shared/thirdparty/lvgl/src/lv_misc/lv_color.h:443 +[5] from 0x0000fffe in lv_color_lighten+36 at ../shared/thirdparty/lvgl/src/lv_misc/lv_color.c:133 +[6] from 0x00000fe8 in oracle_init+56 at ../oracle.c:30 +### Threads #################################################################### +[1] id 0 from 0x00000f00 in Dummy_Handler+0 at ../gcc/gcc/startup_same54.c:676 +### Variables ################################################################## +################################################################################ +Breakpoint 1 at 0xf94: file ../main.c, line 7. +Note: automatically using hardware breakpoints for read-only addresses. +Loading section .text, size 0x41880 lma 0x0 +Loading section .ARM.exidx, size 0x8 lma 0x41880 +Loading section .relocate, size 0x118c lma 0x41888 +Start address 0x00000000, load size 272916 +Transfer rate: 56 KB/sec, 978 bytes/write. +### Output/messages ############################################################ + +Breakpoint 1, main () at ../main.c:7 +7 oracle_init(); +### Assembly ################################################################### +~ +~ +~ +~ +~ +!0x00000f94 main+0 push {r3, lr} + 0x00000f96 main+2 ldr r3, [pc, #12] ; (0xfa4 ) + 0x00000f98 main+4 ldr r4, [pc, #12] ; (0xfa8 ) + 0x00000f9a main+6 blx r3 + 0x00000f9c main+8 ldr r3, [pc, #12] ; (0xfac ) +### Breakpoints ################################################################ +[1] break at 0x00000f94 in ../main.c:7 for main hit 1 time +### Expressions ################################################################ +### History #################################################################### +### Memory ##################################################################### +### Registers ################################################################## + r0 0x00041888 r8 0x0000393d xpsr 0x61000000 + r1 0x00000000 r9 0x0000ef7d fpscr 0x00000000 + r2 0x00f00000 r10 0x200035f0 msp 0x200121f0 + r3 0x00000f95 r11 0x200057a4 psp 0xfdff277c + r4 0x1ffffffd r12 0x00000008 primask 0x00 + r5 0x00000f05 sp 0x200121f0 basepri 0x00 + r6 0x00000000 lr 0x00000f65 faultmask 0x00 + r7 0x00003489 pc 0x00000f94 control 0x00 +### Source ##################################################################### +~ +~ +~ +~ + 1 #include "oracle.h" + 2 #include "p_usart.h" + 3 #include "p_i2c.h" + 4 + 5 int main(void) + 6 { +! 7 oracle_init(); + 8 p_i2c_detect(); + 9 for(;;) + 10 { + 11 oracle_service(); + 12 } + 13 } +~ +~ +~ +### Stack ###################################################################### +[0] from 0x00000f94 in main+0 at ../main.c:7 +### Threads #################################################################### +[1] id -1 from 0x00000f94 in main+0 at ../main.c:7 +### Variables ################################################################## +################################################################################ +[Inferior 1 (Remote target) detached] +../scripts/push.gdb:6: Error in sourced command file: +Attaching to Remote target failed +quit +../scripts/push.gdb:6: Error in sourced command file: +Attaching to Remote target failed +Quit +quit +../scripts/push.gdb:6: Error in sourced command file: +Attaching to Remote target failed +Quit +quit diff --git a/software/firmware/oracle_same54n19a/shared/devices/p_screen.c b/software/firmware/oracle_same54n19a/shared/devices/p_screen.c index 1b53f624..1be4087f 100644 --- a/software/firmware/oracle_same54n19a/shared/devices/p_screen.c +++ b/software/firmware/oracle_same54n19a/shared/devices/p_screen.c @@ -8,7 +8,7 @@ #include "p_ssd1963.h" #include "lvgl/lvgl.h" #include "hornet.h" - +#include "lv_examples/lv_examples.h" static lv_disp_buf_t disp_buf; static lv_color_t buf[LV_HOR_RES_MAX * 10]; /*Declare a buffer for 10 lines*/ @@ -26,16 +26,20 @@ void p_screen_init(void) disp_drv.flush_cb = ssd1963_flush; /*Set your driver function*/ disp_drv.buffer = &disp_buf; /*Assign the buffer to the display*/ lv_disp_drv_register(&disp_drv); /*Finally register the driver*/ + // + // lv_obj_t* scr = lv_disp_get_scr_act(NULL); + // + // lv_obj_t* hornet_image = lv_img_create(scr, NULL); + // lv_img_set_src(hornet_image, &hornet); + // lv_obj_set_pos(hornet_image, 0, 0); + // + // lv_obj_t* random_text = lv_label_create(scr, NULL); + // lv_obj_set_pos(random_text, 90, 35); + // lv_label_set_text(random_text, "Hello World"); + + lv_demo_benchmark(); + - lv_obj_t* scr = lv_disp_get_scr_act(NULL); - - lv_obj_t* hornet_image = lv_img_create(scr, NULL); - lv_img_set_src(hornet_image, &hornet); - lv_obj_set_pos(hornet_image, 0, 0); - - lv_obj_t* random_text = lv_label_create(scr, NULL); - lv_obj_set_pos(random_text, 90, 35); - lv_label_set_text(random_text, "Hello World"); } void p_screen_service(void)