You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
[
|
|
{
|
|
"arguments": [
|
|
"/usr/bin/arm-none-eabi-g++",
|
|
"-x",
|
|
"c",
|
|
"-mthumb",
|
|
"-DDEBUG",
|
|
"-Os",
|
|
"-ffunction-sections",
|
|
"-mlong-calls",
|
|
"-g3",
|
|
"-Wall",
|
|
"-c",
|
|
"-std=gnu99",
|
|
"-D__SAMD21J18A__",
|
|
"-mcpu=cortex-m0plus",
|
|
"-I../",
|
|
"-I../config",
|
|
"-I../examples",
|
|
"-I../hal/include",
|
|
"-I../hal/utils/include",
|
|
"-I../hpl/core",
|
|
"-I../hpl/dmac",
|
|
"-I../hpl/gclk",
|
|
"-I../hpl/pm",
|
|
"-I../hpl/port",
|
|
"-I../hpl/sercom",
|
|
"-I../hpl/sysctrl",
|
|
"-I../hri",
|
|
"-I../",
|
|
"-I../CMSIS/Core/Include",
|
|
"-I../samd21a/include",
|
|
"-MTmain.o",
|
|
"-o",
|
|
"main.o",
|
|
"../main.c"
|
|
],
|
|
"directory": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_d21_edition/gcc",
|
|
"file": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_d21_edition/main.c",
|
|
"output": "/storage/Shared/Projects/Embedded-Graphics-Learning/software/firmware/oracle_d21_edition/gcc/main.o"
|
|
}
|
|
]
|