Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file * Remove the white space from the end of line
This commit is contained in:
parent
3dbf8d5652
commit
e0dcfa0c55
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,4 +21,3 @@ cscope.out
|
|||||||
/boot_romfsimg.h
|
/boot_romfsimg.h
|
||||||
/symtab_apps.c
|
/symtab_apps.c
|
||||||
/*/*/.built
|
/*/*/.built
|
||||||
|
|
||||||
|
@ -4453,7 +4453,7 @@
|
|||||||
path. From Xiang Xiao (2019-10-17).
|
path. From Xiang Xiao (2019-10-17).
|
||||||
* apps/: Move the common variable definitions from other build-related files into
|
* apps/: Move the common variable definitions from other build-related files into
|
||||||
apps/Make.defs. From Xiang Xiao (2019-10-17).
|
apps/Make.defs. From Xiang Xiao (2019-10-17).
|
||||||
* In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.
|
* In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.
|
||||||
From Xiang Xiao (2019-10-17).
|
From Xiang Xiao (2019-10-17).
|
||||||
* graphics/twm4nx/Makefile: Fix a recently introduced error that broke all Twm4Nx
|
* graphics/twm4nx/Makefile: Fix a recently introduced error that broke all Twm4Nx
|
||||||
configurations. From Gregory Nutt (2019-10-17).
|
configurations. From Gregory Nutt (2019-10-17).
|
||||||
|
@ -37,4 +37,3 @@
|
|||||||
ifeq ($(CONFIG_BUILTIN),y)
|
ifeq ($(CONFIG_BUILTIN),y)
|
||||||
CONFIGURED_APPS += $(APPDIR)/builtin
|
CONFIGURED_APPS += $(APPDIR)/builtin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -76,4 +76,3 @@ const int g_builtin_count = sizeof(g_builtins) / sizeof(g_builtins[0]);
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
2
builtin/registry/.gitignore
vendored
2
builtin/registry/.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
.updated
|
.updated
|
||||||
*.pdat
|
*.pdat
|
||||||
*.bdat
|
*.bdat
|
||||||
|
|
||||||
|
|
||||||
|
1
canutils/.gitignore
vendored
1
canutils/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/Kconfig
|
/Kconfig
|
||||||
|
|
||||||
|
@ -81,4 +81,3 @@ int canlib_getsilent(int fd, FAR bool *silent)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
examples/.gitignore
vendored
1
examples/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/Kconfig
|
/Kconfig
|
||||||
|
|
||||||
|
1
examples/abntcodi/.gitignore
vendored
1
examples/abntcodi/.gitignore
vendored
@ -9,4 +9,3 @@
|
|||||||
/*.adb
|
/*.adb
|
||||||
/*.lib
|
/*.lib
|
||||||
/*.src
|
/*.src
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@ config EXAMPLES_ABNTCODI_STACKSIZE
|
|||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@
|
|||||||
ifneq ($(CONFIG_EXAMPLES_ABNTCODI),)
|
ifneq ($(CONFIG_EXAMPLES_ABNTCODI),)
|
||||||
CONFIGURED_APPS += $(APPDIR)/examples/abntcodi
|
CONFIGURED_APPS += $(APPDIR)/examples/abntcodi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ MODULE = $(CONFIG_EXAMPLES_ABNTCODI)
|
|||||||
MAINSRC = abntcodi_main.c
|
MAINSRC = abntcodi_main.c
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ STACKSIZE = 2048
|
|||||||
MODULE = $(CONFIG_EXAMPLES_AJOYSTICK)
|
MODULE = $(CONFIG_EXAMPLES_AJOYSTICK)
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
|
||||||
|
1
examples/audio_rttl/.gitignore
vendored
1
examples/audio_rttl/.gitignore
vendored
@ -9,4 +9,3 @@
|
|||||||
/*.adb
|
/*.adb
|
||||||
/*.lib
|
/*.lib
|
||||||
/*.src
|
/*.src
|
||||||
|
|
||||||
|
@ -35,4 +35,3 @@
|
|||||||
|
|
||||||
FAR char *g_song = (FAR char *)
|
FAR char *g_song = (FAR char *)
|
||||||
"Test:d=4,o=6,b=90:c,c#,d,d#,e,f,f#,g,a,a#,b,p,b,a#,a,g,f#,f,e,d#,d,c#,c";
|
"Test:d=4,o=6,b=90:c,c#,d,d#,e,f,f#,g,a,a#,b,p,b,a#,a,g,f#,f,e,d#,d,c#,c";
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@
|
|||||||
50 print a(0)
|
50 print a(0)
|
||||||
60 print a(1)
|
60 print a(1)
|
||||||
70 print a
|
70 print a
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
30 print a
|
30 print a
|
||||||
40 a=a+1
|
40 a=a+1
|
||||||
50 until a=10
|
50 until a=10
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@
|
|||||||
110 gosub 200
|
110 gosub 200
|
||||||
120 return
|
120 return
|
||||||
200 print "hello, world":return
|
200 print "hello, world":return
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@
|
|||||||
90 =r
|
90 =r
|
||||||
100 n=10
|
100 n=10
|
||||||
110 print fnloop
|
110 print fnloop
|
||||||
|
|
||||||
|
@ -2,4 +2,3 @@
|
|||||||
20 if x=0 then r=1 else r=x*fna(x-1)
|
20 if x=0 then r=1 else r=x*fna(x-1)
|
||||||
30 =r
|
30 =r
|
||||||
40 print fna(7)
|
40 print fna(7)
|
||||||
|
|
||||||
|
@ -7,4 +7,3 @@
|
|||||||
80 read j$,k$
|
80 read j$,k$
|
||||||
90 print "j=";j$;" k=";k$
|
90 print "j=";j$;" k=";k$
|
||||||
100 next
|
100 next
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@
|
|||||||
70 print b
|
70 print b
|
||||||
80 print fna(4)
|
80 print fna(4)
|
||||||
90 print b
|
90 print b
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@
|
|||||||
280 print using "a!b";"S","T"
|
280 print using "a!b";"S","T"
|
||||||
290 print using "a!b!c";"S"
|
290 print using "a!b!c";"S"
|
||||||
300 print using "a!b!c";"S","T"
|
300 print using "a!b!c";"S","T"
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
30 line input #1,a$
|
30 line input #1,a$
|
||||||
40 print a$
|
40 print a$
|
||||||
50 wend
|
50 wend
|
||||||
|
|
||||||
|
@ -7,4 +7,3 @@
|
|||||||
70 end proc
|
70 end proc
|
||||||
80 procx
|
80 procx
|
||||||
90 print 1 mod 0
|
90 print 1 mod 0
|
||||||
|
|
||||||
|
@ -19,4 +19,3 @@
|
|||||||
190 end select
|
190 end select
|
||||||
200 next
|
200 next
|
||||||
210 next
|
210 next
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ get #2
|
|||||||
print "after get b$=";b$
|
print "after get b$=";b$
|
||||||
close #2
|
close #2
|
||||||
kill "test.dat"
|
kill "test.dat"
|
||||||
|
|
||||||
|
@ -7,4 +7,3 @@ a$(1,0)="a" : b$(0,1)="b"
|
|||||||
print "a$(1,0)=";a$(1,0);"b$(0,1)=";b$(0,1)
|
print "a$(1,0)=";a$(1,0);"b$(0,1)=";b$(0,1)
|
||||||
swap a$(1,0),b$(0,1)
|
swap a$(1,0),b$(0,1)
|
||||||
print "a$(1,0)=";a$(1,0);"b$(0,1)=";b$(0,1)
|
print "a$(1,0)=";a$(1,0);"b$(0,1)=";b$(0,1)
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ do
|
|||||||
if i>10 then exit do
|
if i>10 then exit do
|
||||||
loop
|
loop
|
||||||
print "loop ended"
|
print "loop ended"
|
||||||
|
|
||||||
|
@ -10,4 +10,3 @@ do while len(x$)<3
|
|||||||
loop
|
loop
|
||||||
loop
|
loop
|
||||||
print "loop ended"
|
print "loop ended"
|
||||||
|
|
||||||
|
@ -17,4 +17,3 @@ for x=1 to 3
|
|||||||
print "2b"
|
print "2b"
|
||||||
elseif x=3 then print "3b"
|
elseif x=3 then print "3b"
|
||||||
next
|
next
|
||||||
|
|
||||||
|
@ -8,4 +8,3 @@
|
|||||||
80 def procb
|
80 def procb
|
||||||
90 proca
|
90 proca
|
||||||
100 end proc
|
100 end proc
|
||||||
|
|
||||||
|
@ -13,4 +13,3 @@ for i=0 to 3
|
|||||||
next
|
next
|
||||||
print
|
print
|
||||||
next
|
next
|
||||||
|
|
||||||
|
@ -11,4 +11,3 @@ for j=1 to 2
|
|||||||
print
|
print
|
||||||
next
|
next
|
||||||
mat print using " ##.##";a,a
|
mat print using " ##.##";a,a
|
||||||
|
|
||||||
|
@ -10,4 +10,3 @@ c$(2,1)="hi"
|
|||||||
mat print c$
|
mat print c$
|
||||||
mat c$=c$+c$
|
mat c$=c$+c$
|
||||||
mat print c$
|
mat print c$
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@
|
|||||||
50 mat print b,c,a
|
50 mat print b,c,a
|
||||||
60 data 1,2,3,3,2,1
|
60 data 1,2,3,3,2,1
|
||||||
70 data 1,2,2,1,3,3
|
70 data 1,2,2,1,3,3
|
||||||
|
|
||||||
|
@ -11,4 +11,3 @@
|
|||||||
110 mat print inch_array
|
110 mat print inch_array
|
||||||
120 mat cm_array=(2.54)*inch_array
|
120 mat cm_array=(2.54)*inch_array
|
||||||
130 mat print cm_array
|
130 mat print cm_array
|
||||||
|
|
||||||
|
@ -2,4 +2,3 @@ dim a(3,3)
|
|||||||
data 5,5,5,8,8,8,3,3
|
data 5,5,5,8,8,8,3,3
|
||||||
mat read a(2,3)
|
mat read a(2,3)
|
||||||
mat print a
|
mat print a
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ mat b=inv(a)
|
|||||||
mat print b
|
mat print b
|
||||||
mat c=a*b
|
mat c=a*b
|
||||||
mat print c
|
mat print c
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ def fnfac(n)
|
|||||||
fnend n*fnfac(n-1)
|
fnend n*fnfac(n-1)
|
||||||
|
|
||||||
print fnfac(10)
|
print fnfac(10)
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ print INSTR("1234512345","34");" = 3?"
|
|||||||
print INSTR("1234512345","34",6);" = 8?"
|
print INSTR("1234512345","34",6);" = 8?"
|
||||||
print INSTR("1234512345","34",6,2);" = 0?"
|
print INSTR("1234512345","34",6,2);" = 0?"
|
||||||
print INSTR("1234512345","34",6,4);" = 8?"
|
print INSTR("1234512345","34",6,4);" = 8?"
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
print 1+"a"
|
print 1+"a"
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
40 for j=i to 1 step -1 : x=x*10 : y=y*10 : next
|
40 for j=i to 1 step -1 : x=x*10 : y=y*10 : next
|
||||||
50 print x,y
|
50 print x,y
|
||||||
60 next
|
60 next
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ SUB PUTS(s$)
|
|||||||
FOR i=1 to LEN(s$) : print mid$(s$,i,1); : NEXT
|
FOR i=1 to LEN(s$) : print mid$(s$,i,1); : NEXT
|
||||||
PRINT
|
PRINT
|
||||||
END SUB
|
END SUB
|
||||||
|
|
||||||
|
@ -14,4 +14,3 @@ print s$
|
|||||||
print x
|
print x
|
||||||
print n%
|
print n%
|
||||||
kill "/tmp/test.out"
|
kill "/tmp/test.out"
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ print a(3,3)
|
|||||||
print a(3,5)
|
print a(3,5)
|
||||||
print b(-2,-2)
|
print b(-2,-2)
|
||||||
print b(-1,2)
|
print b(-1,2)
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ a%=-0.2
|
|||||||
print a%
|
print a%
|
||||||
a%=-0.7
|
a%=-0.7
|
||||||
print a%
|
print a%
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ print "open succeeded"
|
|||||||
if command$<>"enough" then shell "sh ./test/runbas test.bas enough"
|
if command$<>"enough" then shell "sh ./test/runbas test.bas enough"
|
||||||
end
|
end
|
||||||
10 print "open failed"
|
10 print "open failed"
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
30 line input #1,a$
|
30 line input #1,a$
|
||||||
40 if a$="abc" then print a$; else print "def"
|
40 if a$="abc" then print a$; else print "def"
|
||||||
50 wend
|
50 wend
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ mat print x
|
|||||||
mat redim x(12)
|
mat redim x(12)
|
||||||
mat print x
|
mat print x
|
||||||
data 1,2,3,4,5,6,7,8,9,10
|
data 1,2,3,4,5,6,7,8,9,10
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@ def fn_c(b)
|
|||||||
= b+3
|
= b+3
|
||||||
|
|
||||||
proc_a(2)
|
proc_a(2)
|
||||||
|
|
||||||
|
@ -2,4 +2,3 @@
|
|||||||
print using "#.#";d
|
print using "#.#";d
|
||||||
print using 10;d
|
print using 10;d
|
||||||
10 image #.##
|
10 image #.##
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ end function
|
|||||||
|
|
||||||
print f(0)
|
print f(0)
|
||||||
print f(1)
|
print f(1)
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@
|
|||||||
60 print fix(2.3)
|
60 print fix(2.3)
|
||||||
70 print fp(-2.3)
|
70 print fp(-2.3)
|
||||||
80 print fp(2.3)
|
80 print fp(2.3)
|
||||||
|
|
||||||
|
@ -13,4 +13,3 @@ MAT READ a
|
|||||||
MAT READ b
|
MAT READ b
|
||||||
MAT c=a*b
|
MAT c=a*b
|
||||||
MAT PRINT c
|
MAT PRINT c
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@
|
|||||||
50 print 50
|
50 print 50
|
||||||
60 print 60
|
60 print 60
|
||||||
70 print 70
|
70 print 70
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@
|
|||||||
60 a$="0123456789"
|
60 a$="0123456789"
|
||||||
70 let mid$(a$,6,4) = "ABCD"
|
70 let mid$(a$,6,4) = "ABCD"
|
||||||
80 print a$
|
80 print a$
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
for i=1 to 10:print i;:next i:end
|
for i=1 to 10:print i;:next i:end
|
||||||
|
|
||||||
|
@ -7,4 +7,3 @@ for i=0 to 3
|
|||||||
print
|
print
|
||||||
next
|
next
|
||||||
mat write a
|
mat write a
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ a,c(a) = 2
|
|||||||
print a,c(2),c(10)
|
print a,c(2),c(10)
|
||||||
a$,b$="test"
|
a$,b$="test"
|
||||||
print a$,b$
|
print a$,b$
|
||||||
|
|
||||||
|
@ -13,4 +13,3 @@ data 66,72,71,38,40,27,69
|
|||||||
mat b=inv(a)
|
mat b=inv(a)
|
||||||
mat print b
|
mat print b
|
||||||
print det
|
print det
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ print max(1,2)
|
|||||||
print max(2,1)
|
print max(2,1)
|
||||||
print max(-0.3,0.3)
|
print max(-0.3,0.3)
|
||||||
print max(-0.3,4)
|
print max(-0.3,4)
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
PRINT "Line 1";TAB(78);1.23456789
|
PRINT "Line 1";TAB(78);1.23456789
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ mat input a
|
|||||||
mat print a
|
mat print a
|
||||||
mat input a
|
mat input a
|
||||||
mat print a
|
mat print a
|
||||||
|
|
||||||
|
@ -729,4 +729,3 @@ int main(int argc, FAR char *argv[])
|
|||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -255,4 +255,3 @@ errout_with_sendsd:
|
|||||||
close(sndsd);
|
close(sndsd);
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@ config EXAMPLES_CAN_READWRITE
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
1
examples/cromfs/.gitignore
vendored
1
examples/cromfs/.gitignore
vendored
@ -10,4 +10,3 @@
|
|||||||
/*.lib
|
/*.lib
|
||||||
/*.src
|
/*.src
|
||||||
/cromfs.c
|
/cromfs.c
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@ config EXAMPLES_DHCPD_NETMASK
|
|||||||
default 0xffffff00
|
default 0xffffff00
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -57,5 +57,3 @@ $(BIN): $(OBJS)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(BIN).* *.o1 *~
|
@rm -f $(BIN).* *.o1 *~
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("Read successful.\n");
|
printf("Read successful.\n");
|
||||||
printf("Humidity = %2.2f %%, temperature = %2.2f C\n",
|
printf("Humidity = %2.2f %%, temperature = %2.2f C\n",
|
||||||
data.hum, data.temp);
|
data.hum, data.temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,4 +186,3 @@ int main(int argc, FAR char *argv[])
|
|||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -151,4 +151,3 @@ config EXAMPLES_ELF_UCLIBCXX
|
|||||||
example will compile the demos using it.
|
example will compile the demos using it.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
1
examples/elf/tests/.gitignore
vendored
1
examples/elf/tests/.gitignore
vendored
@ -6,4 +6,3 @@
|
|||||||
/dirlist.h
|
/dirlist.h
|
||||||
/symtab.c
|
/symtab.c
|
||||||
/varlist.tmp
|
/varlist.tmp
|
||||||
|
|
||||||
|
1
examples/elf/tests/errno/.gitignore
vendored
1
examples/elf/tests/errno/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
errno
|
errno
|
||||||
|
|
||||||
|
1
examples/elf/tests/hello/.gitignore
vendored
1
examples/elf/tests/hello/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
hello
|
hello
|
||||||
|
|
||||||
|
1
examples/elf/tests/longjmp/.gitignore
vendored
1
examples/elf/tests/longjmp/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
longjmp
|
longjmp
|
||||||
|
|
||||||
|
@ -129,4 +129,3 @@ int main(int argc, char **argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,5 +31,3 @@ echo " NULL"
|
|||||||
echo "};"
|
echo "};"
|
||||||
echo ""
|
echo ""
|
||||||
echo "#endif /* __EXAMPLES_ELF_TESTS_DIRLIST_H */"
|
echo "#endif /* __EXAMPLES_ELF_TESTS_DIRLIST_H */"
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@ done
|
|||||||
echo "};"
|
echo "};"
|
||||||
echo ""
|
echo ""
|
||||||
echo "const int g_elf_nexports = sizeof(g_elf_exports) / sizeof(struct symtab_s);"
|
echo "const int g_elf_nexports = sizeof(g_elf_exports) / sizeof(struct symtab_s);"
|
||||||
|
|
||||||
|
1
examples/elf/tests/mutex/.gitignore
vendored
1
examples/elf/tests/mutex/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
mutex
|
mutex
|
||||||
|
|
||||||
|
1
examples/elf/tests/pthread/.gitignore
vendored
1
examples/elf/tests/pthread/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
pthread
|
pthread
|
||||||
|
|
||||||
|
1
examples/elf/tests/signal/.gitignore
vendored
1
examples/elf/tests/signal/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
signal
|
signal
|
||||||
|
|
||||||
|
1
examples/elf/tests/struct/.gitignore
vendored
1
examples/elf/tests/struct/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
struct
|
struct
|
||||||
|
|
||||||
|
@ -85,5 +85,3 @@ extern void dummyfunc(void);
|
|||||||
extern const struct struct_s *getstruct(void);
|
extern const struct struct_s *getstruct(void);
|
||||||
|
|
||||||
#endif /* __EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H */
|
#endif /* __EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H */
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,4 +62,3 @@ const struct struct_s *getstruct(void)
|
|||||||
{
|
{
|
||||||
return &dummy;
|
return &dummy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,5 +105,3 @@ void dummyfunc(void)
|
|||||||
{
|
{
|
||||||
printf("In dummyfunc() -- PASS\n");
|
printf("In dummyfunc() -- PASS\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
1
examples/elf/tests/task/.gitignore
vendored
1
examples/elf/tests/task/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
task
|
task
|
||||||
|
|
||||||
|
@ -140,4 +140,3 @@ int main(int argc, char **argv)
|
|||||||
sem_destroy(&g_sem);
|
sem_destroy(&g_sem);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@ config EXAMPLES_EMBEDLOG_STACKSIZE
|
|||||||
|
|
||||||
endif #EXAMPLES_EMBEDLOG
|
endif #EXAMPLES_EMBEDLOG
|
||||||
endif #SYSTEM_EMBEDLOG
|
endif #SYSTEM_EMBEDLOG
|
||||||
|
|
||||||
|
1
examples/gps/.gitignore
vendored
1
examples/gps/.gitignore
vendored
@ -9,4 +9,3 @@
|
|||||||
/*.adb
|
/*.adb
|
||||||
/*.lib
|
/*.lib
|
||||||
/*.src
|
/*.src
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@ config EXAMPLES_GPS_STACKSIZE
|
|||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@
|
|||||||
ifneq ($(CONFIG_EXAMPLES_GPS),)
|
ifneq ($(CONFIG_EXAMPLES_GPS),)
|
||||||
CONFIGURED_APPS += $(APPDIR)/examples/gps
|
CONFIGURED_APPS += $(APPDIR)/examples/gps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ MODULE = $(CONFIG_EXAMPLES_GPS)
|
|||||||
MAINSRC = gps_main.c
|
MAINSRC = gps_main.c
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
|
||||||
|
@ -150,4 +150,3 @@ int main(int argc, FAR char *argv[])
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf("U=%12u uV I=%12d uA\n", sample.voltage, sample.current);
|
printf("U=%12u uV I=%12d uA\n", sample.voltage, sample.current);
|
||||||
|
|
||||||
usleep(500000);
|
usleep(500000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,4 +30,3 @@ config EXAMPLES_INI_DUMPER_STACKSIZE
|
|||||||
|
|
||||||
endif #EXAMPLES_INI_DUMPER
|
endif #EXAMPLES_INI_DUMPER
|
||||||
endif #SYSTEM_INI_DUMPER
|
endif #SYSTEM_INI_DUMPER
|
||||||
|
|
||||||
|
1
examples/module/drivers/.gitignore
vendored
1
examples/module/drivers/.gitignore
vendored
@ -3,4 +3,3 @@
|
|||||||
/cromfs.h
|
/cromfs.h
|
||||||
/romfs.img
|
/romfs.img
|
||||||
/mod_symtab.c
|
/mod_symtab.c
|
||||||
|
|
||||||
|
1
examples/module/drivers/chardev/.gitignore
vendored
1
examples/module/drivers/chardev/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/chardev
|
/chardev
|
||||||
|
|
||||||
|
@ -48,4 +48,3 @@ done
|
|||||||
echo "};"
|
echo "};"
|
||||||
echo ""
|
echo ""
|
||||||
echo "const int g_mod_nexports = sizeof(g_mod_exports) / sizeof(struct symtab_s);"
|
echo "const int g_mod_nexports = sizeof(g_mod_exports) / sizeof(struct symtab_s);"
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user