48 lines
769 B
Plaintext
48 lines
769 B
Plaintext
# .gitignore
|
|
.output/
|
|
bin/
|
|
export/lib/
|
|
# tools/
|
|
# mfgtool/
|
|
.vscode/
|
|
*.o
|
|
make_flags.txt
|
|
# prepar_vscode.py
|
|
# vscode_cpp_setting.py
|
|
python_script_log.log
|
|
build_log.log
|
|
*.addrs.ld
|
|
sp_applet.txt
|
|
# file_exclude.py
|
|
KL3_SG_BUILD_RECORE
|
|
# makefile.cfg
|
|
mailbox_core1.h
|
|
mailbox_core2.h
|
|
plc_core1.h
|
|
bb_cpu.txt
|
|
sec_cpu.txt
|
|
env_tmp.sh
|
|
# ReadMe.txt
|
|
build_commands.txt
|
|
tools/bin_tool/bin2hex
|
|
tools/bin_tool/hex2bin
|
|
tools/bin_tool/bin2hex_frame
|
|
tools/gen_img/customer/
|
|
tools/gen_img/ah
|
|
tools/gen_img/elzma
|
|
tools/gen_img/oem_tool
|
|
tools/gen_img/lib_sdk_source/
|
|
tools/gen_img/*.map
|
|
tools/gen_img/*.out
|
|
tools/gen_img/*.bin
|
|
tools/gen_img/*.bin.fw
|
|
tools/gen_img/cfg_log.txt
|
|
tools/ram/
|
|
tools/oem/*.bin
|
|
mfgtool/ah/ah
|
|
mfgtool/lzma/elzma
|
|
mfgtool/oem_tool/oem_tool
|
|
mfgtool/*.o
|
|
out/
|
|
src_files.txt
|