Browse Source
Also, generally clean-up the .gitignores and farm off separate versions for the NuttX/Apps directories to keep things tidy.sbg
8 changed files with 58 additions and 56 deletions
@ -0,0 +1,10 @@ |
|||||||
|
*.a |
||||||
|
*.bdat |
||||||
|
*.pdat |
||||||
|
.built |
||||||
|
.config |
||||||
|
.depend |
||||||
|
.updated |
||||||
|
builtin/builtin_list.h |
||||||
|
builtin/builtin_proto.h |
||||||
|
Make.dep |
@ -0,0 +1,28 @@ |
|||||||
|
*.a |
||||||
|
.config |
||||||
|
.config-e |
||||||
|
.configX-e |
||||||
|
.depend |
||||||
|
.version |
||||||
|
arch/arm/include/board |
||||||
|
arch/arm/include/chip |
||||||
|
arch/arm/src/board |
||||||
|
arch/arm/src/chip |
||||||
|
include/apps |
||||||
|
include/arch |
||||||
|
include/math.h |
||||||
|
include/nuttx/config.h |
||||||
|
include/nuttx/version.h |
||||||
|
Make.defs |
||||||
|
Make.dep |
||||||
|
mkdeps |
||||||
|
nuttx |
||||||
|
nuttx-export.zip |
||||||
|
nuttx.bin |
||||||
|
nuttx.hex |
||||||
|
setenv.sh |
||||||
|
System.map |
||||||
|
tools/mkconfig |
||||||
|
tools/mkconfig.exe |
||||||
|
tools/mkversion |
||||||
|
tools/mkversion.exe |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue