diff --git a/.gitignore b/.gitignore index 9955a91..64c6183 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,8 @@ cpu/*/tools/sdk.map cpu/*/tools/rom.lst cpu/*/tools/app.bin cpu/*/tools/data_code.bin -cpu/*/tools/p11_code.bin +# P11 固件是下载工具输入,不是本工程生成物,必须随工程保留。 +!cpu/*/tools/p11_code.bin cpu/*/tools/*.bc # 打包下载目录中的固件产物(保留脚本 .bat / 密钥 .key) @@ -94,3 +95,9 @@ Release_Project_*/ # - cpu/br28/tools/*.exe 等 下载/打包工具 # - include_lib/ / apps/ 头文件与应用源码 # ----------------------------------------------------------------------------- + +# Programming key: upload only after company approval +*.key +*.pem +*.pfx +/objs/ \ No newline at end of file diff --git a/AC701N.cbp b/AC701N.cbp index 7e8bf4f..284cf08 100644 --- a/AC701N.cbp +++ b/AC701N.cbp @@ -281,7 +281,8 @@ - + + @@ -832,6 +833,10 @@