From 265ab8d738397592d390bec02dd7ffd9bfb08a95 Mon Sep 17 00:00:00 2001 From: Penguin Date: Tue, 8 Mar 2022 19:08:37 -0600 Subject: [PATCH] reverting from new lvgl to old... there were way more api changes than i thought --- .../oracle_same54n19a/config/lv_demo_conf.h | 59 + .../gcc/compile_commands.json | 6381 +---------------- 2 files changed, 255 insertions(+), 6185 deletions(-) create mode 100644 software/firmware/oracle_same54n19a/config/lv_demo_conf.h diff --git a/software/firmware/oracle_same54n19a/config/lv_demo_conf.h b/software/firmware/oracle_same54n19a/config/lv_demo_conf.h new file mode 100644 index 00000000..c39f8120 --- /dev/null +++ b/software/firmware/oracle_same54n19a/config/lv_demo_conf.h @@ -0,0 +1,59 @@ +/** + * @file lv_demo_conf.h + * Configuration file for v8.1.1-dev + * + */ +/* + * COPY THIS FILE AS lv_demo_conf.h + */ + +/* clang-format off */ +#if 0 /*Set it to "1" to enable the content*/ + +#ifndef LV_DEMO_CONF_H +#define LV_DEMO_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 + +/*Music player demo*/ +#define LV_USE_DEMO_MUSIC 1 +#if LV_USE_DEMO_MUSIC +# define LV_DEMO_MUSIC_SQUARE 0 +# define LV_DEMO_MUSIC_LANDSCAPE 0 +# define LV_DEMO_MUSIC_ROUND 0 +# define LV_DEMO_MUSIC_LARGE 0 +# define LV_DEMO_MUSIC_AUTO_PLAY 0 +#endif + +#endif /*LV_DEMO_CONF_H*/ + +#endif /*End of "Content enable"*/ + diff --git a/software/firmware/oracle_same54n19a/gcc/compile_commands.json b/software/firmware/oracle_same54n19a/gcc/compile_commands.json index d3da954f..2bcc5322 100644 --- a/software/firmware/oracle_same54n19a/gcc/compile_commands.json +++ b/software/firmware/oracle_same54n19a/gcc/compile_commands.json @@ -1,5887 +1,4 @@ [ - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_roller.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_roller.o", - "-o", - "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/thirdparty/lvgl/src/lv_widgets/lv_roller.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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_img.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_img.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_img.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_gpio.d", - "-MThal/src/hal_gpio.o", - "-o", - "hal/src/hal_gpio.o", - "../hal/src/hal_gpio.c" - ], - "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_gpio.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_imgbtn.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_imgbtn.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_mono.d", - "-MTshared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_mono.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_triangle.d", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_triangle.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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_spinbox.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinbox.o", - "-o", - "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/thirdparty/lvgl/src/lv_widgets/lv_spinbox.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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_io.d", - "-MThal/src/hal_io.o", - "-o", - "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_io.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_refr.d", - "-MTshared/thirdparty/lvgl/src/lv_core/lv_refr.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_core/lv_refr.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_decoder.d", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_draw/lv_img_decoder.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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_16.d", - "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_16.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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_disp_template.d", - "-MTshared/thirdparty/lvgl/porting/lv_port_disp_template.o", - "-o", - "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": "../shared/thirdparty/lvgl/porting/lv_port_disp_template.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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_label.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_label.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_label.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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_arc.d", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_arc.o", - "-o", - "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/thirdparty/lvgl/src/lv_draw/lv_draw_arc.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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", - "-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_list.d", - "-MThal/utils/src/utils_list.o", - "-o", - "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": "../hal/utils/src/utils_list.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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_ap.d", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_misc/lv_txt_ap.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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_spinner.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_spinner.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_spinner.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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_indev.d", - "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_indev.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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_btnmatrix.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_btnmatrix.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_core_m4.d", - "-MThpl/core/hpl_core_m4.o", - "-o", - "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": "../hpl/core/hpl_core_m4.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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_led.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_led.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_widgets/lv_led.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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_main.d", - "-MTshared/thirdparty/lvgl/tests/lv_test_main.o", - "-o", - "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": "../shared/thirdparty/lvgl/tests/lv_test_main.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_42.d", - "-MTshared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_42.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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/eic/hpl_eic.d", - "-MThpl/eic/hpl_eic.o", - "-o", - "hpl/eic/hpl_eic.o", - "../hpl/eic/hpl_eic.c" - ], - "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/eic/hpl_eic.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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/system_same54.d", - "-MTgcc/system_same54.o", - "-o", - "gcc/system_same54.o", - "system_same54.c" - ], - "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "system_same54.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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_arc.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_arc.o", - "-o", - "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/thirdparty/lvgl/src/lv_widgets/lv_arc.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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_area.d", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_area.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_misc/lv_area.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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_disp.d", - "-MTshared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_hal/lv_hal_disp.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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", - "-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", - "-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", - "-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", - "-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", - "-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_group.d", - "-MTshared/thirdparty/lvgl/src/lv_core/lv_group.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_core/lv_group.c" - }, { "arguments": [ "arm-none-eabi-gcc", @@ -5933,113 +50,7 @@ "../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", - "-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_mask.d", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.o", - "-o", - "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": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_mask.c" - }, - { - "arguments": [ - "arm-none-eabi-gcc", - "-c", - "-x", - "c", - "-mthumb", - "-DDEBUG", - "-DLV_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" + "file": "../shared/drivers/p_gpio.c" }, { "arguments": [ @@ -6085,14 +96,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/oscctrl/hpl_oscctrl.d", - "-MThpl/oscctrl/hpl_oscctrl.o", + "-MThal/src/hal_atomic.d", + "-MThal/src/hal_atomic.o", "-o", - "hpl/oscctrl/hpl_oscctrl.o", - "../hpl/oscctrl/hpl_oscctrl.c" + "hal/src/hal_atomic.o", + "../hal/src/hal_atomic.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/oscctrl/hpl_oscctrl.c" + "file": "../hal/src/hal_atomic.c" }, { "arguments": [ @@ -6138,14 +149,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.o", + "-MThpl/core/hpl_core_m4.d", + "-MThpl/core/hpl_core_m4.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_linemeter.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/thirdparty/lvgl/src/lv_widgets/lv_linemeter.c" + "file": "../hpl/core/hpl_core_m4.c" }, { "arguments": [ @@ -6191,14 +202,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.d", - "-MTshared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.o", + "-MThpl/core/hpl_init.d", + "-MThpl/core/hpl_init.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.c" + "hpl/core/hpl_init.o", + "../hpl/core/hpl_init.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_keyboard.c" + "file": "../hpl/core/hpl_init.c" }, { "arguments": [ @@ -6244,14 +255,14 @@ "-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", + "-MThpl/sercom/hpl_sercom.d", + "-MThpl/sercom/hpl_sercom.o", "-o", - "shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.o", - "../shared/thirdparty/lvgl/tests/lv_test_objx/lv_test_cont.c" + "hpl/sercom/hpl_sercom.o", + "../hpl/sercom/hpl_sercom.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" + "file": "../hpl/sercom/hpl_sercom.c" }, { "arguments": [ @@ -6297,14 +308,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/dmac/hpl_dmac.d", - "-MThpl/dmac/hpl_dmac.o", + "-MThpl/eic/hpl_eic.d", + "-MThpl/eic/hpl_eic.o", "-o", - "hpl/dmac/hpl_dmac.o", - "../hpl/dmac/hpl_dmac.c" + "hpl/eic/hpl_eic.o", + "../hpl/eic/hpl_eic.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/dmac/hpl_dmac.c" + "file": "../hpl/eic/hpl_eic.c" }, { "arguments": [ @@ -6350,14 +361,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.d", - "-MTshared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.o", + "-MTmain.d", + "-MTmain.o", "-o", - "shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.o", - "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.c" + "main.o", + "../main.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/tests/lv_test_core/lv_test_core.c" + "file": "../main.c" }, { "arguments": [ @@ -6403,14 +414,14 @@ "-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", + "-MToracle.d", + "-MToracle.o", "-o", - "shared/thirdparty/lvgl/src/lv_misc/lv_math.o", - "../shared/thirdparty/lvgl/src/lv_misc/lv_math.c" + "oracle.o", + "../oracle.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_math.c" + "file": "../oracle.c" }, { "arguments": [ @@ -6456,14 +467,14 @@ "-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", + "-MThpl/dmac/hpl_dmac.d", + "-MThpl/dmac/hpl_dmac.o", "-o", - "shared/thirdparty/lvgl/src/lv_themes/lv_theme.o", - "../shared/thirdparty/lvgl/src/lv_themes/lv_theme.c" + "hpl/dmac/hpl_dmac.o", + "../hpl/dmac/hpl_dmac.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme.c" + "file": "../hpl/dmac/hpl_dmac.c" }, { "arguments": [ @@ -6509,14 +520,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_timer.d", - "-MThal/src/hal_timer.o", + "-MThpl/gclk/hpl_gclk.d", + "-MThpl/gclk/hpl_gclk.o", "-o", - "hal/src/hal_timer.o", - "../hal/src/hal_timer.c" + "hpl/gclk/hpl_gclk.o", + "../hpl/gclk/hpl_gclk.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_timer.c" + "file": "../hpl/gclk/hpl_gclk.c" }, { "arguments": [ @@ -6562,14 +573,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_assert.d", - "-MThal/utils/src/utils_assert.o", + "-MThpl/tc/hpl_tc.d", + "-MThpl/tc/hpl_tc.o", "-o", - "hal/utils/src/utils_assert.o", - "../hal/utils/src/utils_assert.c" + "hpl/tc/hpl_tc.o", + "../hpl/tc/hpl_tc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/utils/src/utils_assert.c" + "file": "../hpl/tc/hpl_tc.c" }, { "arguments": [ @@ -6615,14 +626,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/utils/src/utils_event.d", - "-MThal/utils/src/utils_event.o", + "-MThal/utils/src/utils_list.d", + "-MThal/utils/src/utils_list.o", "-o", - "hal/utils/src/utils_event.o", - "../hal/utils/src/utils_event.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": "../hal/utils/src/utils_event.c" + "file": "../hal/utils/src/utils_list.c" }, { "arguments": [ @@ -6668,14 +679,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/tc/hpl_tc.d", - "-MThpl/tc/hpl_tc.o", + "-MThpl/ramecc/hpl_ramecc.d", + "-MThpl/ramecc/hpl_ramecc.o", "-o", - "hpl/tc/hpl_tc.o", - "../hpl/tc/hpl_tc.c" + "hpl/ramecc/hpl_ramecc.o", + "../hpl/ramecc/hpl_ramecc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/tc/hpl_tc.c" + "file": "../hpl/ramecc/hpl_ramecc.c" }, { "arguments": [ @@ -6721,14 +732,14 @@ "-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", + "-MTgcc/system_same54.d", + "-MTgcc/system_same54.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.c" + "gcc/system_same54.o", + "system_same54.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_canvas.c" + "file": "system_same54.c" }, { "arguments": [ @@ -6774,14 +785,14 @@ "-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", + "-MThal/src/hal_io.d", + "-MThal/src/hal_io.o", "-o", - "shared/thirdparty/lvgl/src/lv_misc/lv_utils.o", - "../shared/thirdparty/lvgl/src/lv_misc/lv_utils.c" + "hal/src/hal_io.o", + "../hal/src/hal_io.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_utils.c" + "file": "../hal/src/hal_io.c" }, { "arguments": [ @@ -6827,14 +838,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_atomic.d", - "-MThal/src/hal_atomic.o", + "-MThal/src/hal_init.d", + "-MThal/src/hal_init.o", "-o", - "hal/src/hal_atomic.o", - "../hal/src/hal_atomic.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/src/hal_atomic.c" + "file": "../hal/src/hal_init.c" }, { "arguments": [ @@ -6880,14 +891,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThpl/core/hpl_init.d", - "-MThpl/core/hpl_init.o", + "-MThal/src/hal_gpio.d", + "-MThal/src/hal_gpio.o", "-o", - "hpl/core/hpl_init.o", - "../hpl/core/hpl_init.c" + "hal/src/hal_gpio.o", + "../hal/src/hal_gpio.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hpl/core/hpl_init.c" + "file": "../hal/src/hal_gpio.c" }, { "arguments": [ @@ -6933,14 +944,14 @@ "-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", + "-MTshared/drivers/p_i2c.d", + "-MTshared/drivers/p_i2c.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font_fmt_txt.c" + "shared/drivers/p_i2c.o", + "../shared/drivers/p_i2c.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" + "file": "../shared/drivers/p_i2c.c" }, { "arguments": [ @@ -6986,14 +997,14 @@ "-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", + "-MThal/src/hal_ext_irq.d", + "-MThal/src/hal_ext_irq.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.c" + "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": "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_34.c" + "file": "../hal/src/hal_ext_irq.c" }, { "arguments": [ @@ -7039,14 +1050,14 @@ "-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", + "-MThal/src/hal_timer.d", + "-MThal/src/hal_timer.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_slider.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_slider.c" + "hal/src/hal_timer.o", + "../hal/src/hal_timer.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_slider.c" + "file": "../hal/src/hal_timer.c" }, { "arguments": [ @@ -7092,14 +1103,14 @@ "-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", + "-MThal/utils/src/utils_event.d", + "-MThal/utils/src/utils_event.o", "-o", - "shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.o", - "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.c" + "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": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_rect.c" + "file": "../hal/utils/src/utils_event.c" }, { "arguments": [ @@ -7145,14 +1156,14 @@ "-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", + "-MThal/utils/src/utils_assert.d", + "-MThal/utils/src/utils_assert.o", "-o", - "shared/thirdparty/lvgl/src/lv_misc/lv_mem.o", - "../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c" + "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": "../shared/thirdparty/lvgl/src/lv_misc/lv_mem.c" + "file": "../hal/utils/src/utils_assert.c" }, { "arguments": [ @@ -7198,14 +1209,14 @@ "-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", + "-MThpl/mclk/hpl_mclk.d", + "-MThpl/mclk/hpl_mclk.o", "-o", - "shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.o", - "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c" + "hpl/mclk/hpl_mclk.o", + "../hpl/mclk/hpl_mclk.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_themes/lv_theme_material.c" + "file": "../hpl/mclk/hpl_mclk.c" }, { "arguments": [ @@ -7251,14 +1262,14 @@ "-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", + "-MTshared/drivers/p_tcc.d", + "-MTshared/drivers/p_tcc.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.c" + "shared/drivers/p_tcc.o", + "../shared/drivers/p_tcc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_objmask.c" + "file": "../shared/drivers/p_tcc.c" }, { "arguments": [ @@ -7304,14 +1315,14 @@ "-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", + "-MThal/src/hal_cache.d", + "-MThal/src/hal_cache.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_30.c" + "hal/src/hal_cache.o", + "../hal/src/hal_cache.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" + "file": "../hal/src/hal_cache.c" }, { "arguments": [ @@ -7357,14 +1368,14 @@ "-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", + "-MThpl/oscctrl/hpl_oscctrl.d", + "-MThpl/oscctrl/hpl_oscctrl.o", "-o", - "shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.o", - "../shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.c" + "hpl/oscctrl/hpl_oscctrl.o", + "../hpl/oscctrl/hpl_oscctrl.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_widgets/lv_tabview.c" + "file": "../hpl/oscctrl/hpl_oscctrl.c" }, { "arguments": [ @@ -7410,14 +1421,14 @@ "-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", + "-MTgcc/gcc/startup_same54.d", + "-MTgcc/gcc/startup_same54.o", "-o", - "shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.o", - "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.c" + "gcc/gcc/startup_same54.o", + "gcc/startup_same54.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_blend.c" + "file": "gcc/startup_same54.c" }, { "arguments": [ @@ -7463,14 +1474,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-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", + "-MThal/src/hal_i2c_m_sync.d", + "-MThal/src/hal_i2c_m_sync.o", "-o", - "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" + "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": "../shared/thirdparty/lvgl/src/lv_font/lv_font_dejavu_16_persian_hebrew.c" + "file": "../hal/src/hal_i2c_m_sync.c" }, { "arguments": [ @@ -7516,14 +1527,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/devices/p_screen.d", - "-MTshared/devices/p_screen.o", + "-MThpl/cmcc/hpl_cmcc.d", + "-MThpl/cmcc/hpl_cmcc.o", "-o", - "shared/devices/p_screen.o", - "../shared/devices/p_screen.c" + "hpl/cmcc/hpl_cmcc.o", + "../hpl/cmcc/hpl_cmcc.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/devices/p_screen.c" + "file": "../hpl/cmcc/hpl_cmcc.c" }, { "arguments": [ @@ -7569,14 +1580,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/drivers/p_tcc.d", - "-MTshared/drivers/p_tcc.o", + "-MTshared/devices/p_screen.d", + "-MTshared/devices/p_screen.o", "-o", - "shared/drivers/p_tcc.o", - "../shared/drivers/p_tcc.c" + "shared/devices/p_screen.o", + "../shared/devices/p_screen.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/drivers/p_tcc.c" + "file": "../shared/devices/p_screen.c" }, { "arguments": [ @@ -7622,14 +1633,14 @@ "-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", + "-MThal/src/hal_delay.d", + "-MThal/src/hal_delay.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" + "hal/src/hal_delay.o", + "../hal/src/hal_delay.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" + "file": "../hal/src/hal_delay.c" }, { "arguments": [ @@ -7675,14 +1686,14 @@ "-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", + "-MThpl/pm/hpl_pm.d", + "-MThpl/pm/hpl_pm.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_24.c" + "hpl/pm/hpl_pm.o", + "../hpl/pm/hpl_pm.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" + "file": "../hpl/pm/hpl_pm.c" }, { "arguments": [ @@ -7728,14 +1739,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_anim.d", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_anim.o", + "-MThal/utils/src/utils_syscalls.d", + "-MThal/utils/src/utils_syscalls.o", "-o", - "shared/thirdparty/lvgl/src/lv_misc/lv_anim.o", - "../shared/thirdparty/lvgl/src/lv_misc/lv_anim.c" + "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": "../shared/thirdparty/lvgl/src/lv_misc/lv_anim.c" + "file": "../hal/utils/src/utils_syscalls.c" }, { "arguments": [ @@ -7781,14 +1792,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_task.d", - "-MTshared/thirdparty/lvgl/src/lv_misc/lv_task.o", + "-MTshared/drivers/p_usart.d", + "-MTshared/drivers/p_usart.o", "-o", - "shared/thirdparty/lvgl/src/lv_misc/lv_task.o", - "../shared/thirdparty/lvgl/src/lv_misc/lv_task.c" + "shared/drivers/p_usart.o", + "../shared/drivers/p_usart.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_misc/lv_task.c" + "file": "../shared/drivers/p_usart.c" }, { "arguments": [ @@ -7834,14 +1845,14 @@ "-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", + "-MTshared/devices/display/p_ssd1963.d", + "-MTshared/devices/display/p_ssd1963.o", "-o", - "shared/thirdparty/lvgl/src/lv_core/lv_style.o", - "../shared/thirdparty/lvgl/src/lv_core/lv_style.c" + "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/thirdparty/lvgl/src/lv_core/lv_style.c" + "file": "../shared/devices/display/p_ssd1963.c" }, { "arguments": [ @@ -7887,14 +1898,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_line.d", - "-MTshared/thirdparty/lvgl/src/lv_draw/lv_draw_line.o", + "-MThal/src/hal_sleep.d", + "-MThal/src/hal_sleep.o", "-o", - "shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.o", - "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.c" + "hal/src/hal_sleep.o", + "../hal/src/hal_sleep.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_draw/lv_draw_line.c" + "file": "../hal/src/hal_sleep.c" }, { "arguments": [ @@ -7940,14 +1951,14 @@ "-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", + "-MThpl/osc32kctrl/hpl_osc32kctrl.d", + "-MThpl/osc32kctrl/hpl_osc32kctrl.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font.c" + "hpl/osc32kctrl/hpl_osc32kctrl.o", + "../hpl/osc32kctrl/hpl_osc32kctrl.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../shared/thirdparty/lvgl/src/lv_font/lv_font.c" + "file": "../hpl/osc32kctrl/hpl_osc32kctrl.c" }, { "arguments": [ @@ -7993,14 +2004,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MThal/src/hal_init.d", - "-MThal/src/hal_init.o", + "-MTatmel_start.d", + "-MTatmel_start.o", "-o", - "hal/src/hal_init.o", - "../hal/src/hal_init.c" + "atmel_start.o", + "../atmel_start.c" ], "directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_same54n19a/gcc", - "file": "../hal/src/hal_init.c" + "file": "../atmel_start.c" }, { "arguments": [ @@ -8099,14 +2110,14 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/devices/display", - "-MTshared/drivers/p_usart.d", - "-MTshared/drivers/p_usart.o", + "-MThal/src/hal_usart_async.d", + "-MThal/src/hal_usart_async.o", "-o", - "shared/drivers/p_usart.o", - "../shared/drivers/p_usart.c" + "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": "../shared/drivers/p_usart.c" + "file": "../hal/src/hal_usart_async.c" }, { "arguments": [ @@ -8152,13 +2163,13 @@ "-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", + "-MTdriver_init.d", + "-MTdriver_init.o", "-o", - "shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.o", - "../shared/thirdparty/lvgl/src/lv_font/lv_font_montserrat_20.c" + "driver_init.o", + "../driver_init.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" + "file": "../driver_init.c" } ] \ No newline at end of file