stable
parent
02162935a7
commit
73a54c59ca
@ -1,5 +1,6 @@
|
|||||||
!gcc/*
|
*/*
|
||||||
*
|
|
||||||
|
!gcc/*/
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!system_same54.c
|
!system_same54.c
|
||||||
!Makefile
|
!Makefile
|
||||||
|
@ -0,0 +1,54 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"arguments": [
|
||||||
|
"/usr/bin/arm-none-eabi-gcc",
|
||||||
|
"-x",
|
||||||
|
"c",
|
||||||
|
"-mthumb",
|
||||||
|
"-DDEBUG",
|
||||||
|
"-Os",
|
||||||
|
"-ffunction-sections",
|
||||||
|
"-mlong-calls",
|
||||||
|
"-g3",
|
||||||
|
"-Wall",
|
||||||
|
"-c",
|
||||||
|
"-std=gnu99",
|
||||||
|
"-D__SAME54P20A__",
|
||||||
|
"-mcpu=cortex-m4",
|
||||||
|
"-mfloat-abi=softfp",
|
||||||
|
"-mfpu=fpv4-sp-d16",
|
||||||
|
"-I../",
|
||||||
|
"-I../config",
|
||||||
|
"-I../examples",
|
||||||
|
"-I../hal/include",
|
||||||
|
"-I../hal/utils/include",
|
||||||
|
"-I../hpl/cmcc",
|
||||||
|
"-I../hpl/core",
|
||||||
|
"-I../hpl/dmac",
|
||||||
|
"-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/systick",
|
||||||
|
"-I../hri",
|
||||||
|
"-I../",
|
||||||
|
"-I../CMSIS/Core/Include",
|
||||||
|
"-I../include",
|
||||||
|
"-I../shared",
|
||||||
|
"-I../shared/drivers",
|
||||||
|
"-I../shared/devices",
|
||||||
|
"-I../shared/util",
|
||||||
|
"-MTshared/util/pdebug.o",
|
||||||
|
"-o",
|
||||||
|
"shared/util/pdebug.o",
|
||||||
|
"../shared/util/pdebug.c"
|
||||||
|
],
|
||||||
|
"directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build",
|
||||||
|
"file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../shared/util/pdebug.c",
|
||||||
|
"output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/shared/util/pdebug.o"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue