From 3e185c013c0890679027f2c7c73fa407624fbe68 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 12 Aug 2025 22:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5CodeBlocks=E5=92=8CJLStudio?= =?UTF-8?q?=E4=BA=A7=E7=94=9F=E7=9A=84=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 ++++++++++++++----- cache/activeFile.txt | 11 ----------- 2 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 cache/activeFile.txt diff --git a/.gitignore b/.gitignore index c71d0848..8f7adba6 100644 --- a/.gitignore +++ b/.gitignore @@ -64,14 +64,23 @@ null db_update_data.bin jl_isd_extend.bin symbol_tbl.html -cpu/wl82/sdk.ld -cpu/wl82/tools/isd_config_loader.ini -cpu/wl82/tools/sdk.elf.objs.txt -cpu/wl82/tools/sdk.elf.resolution.txt +sdk/cpu/wl83/sdk.ld +sdk/cpu/wl83/tools/isd_config_loader.ini +sdk/cpu/wl83/tools/sdk.elf.objs.txt +sdk/cpu/wl83/tools/sdk.elf.resolution.txt apps/common/movable/section.txt apps/wifi_tuya_iot/readme.txt apps/wifi_tuya_iot/tuya/.vscode/settings.json apps/wifi_tuya_iot/tuya/sdk/include/lwip/apps/FILES include_lib/driver/format.sh AUPACKRES -LOGOPACKRES \ No newline at end of file +LOGOPACKRES +section.txt +*.layout +*.depend +*.bc +*.map +*.bin +obj/ +objs/ +cache/ diff --git a/cache/activeFile.txt b/cache/activeFile.txt deleted file mode 100644 index a2a08135..00000000 --- a/cache/activeFile.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "activeFile": { - "type": 1, - "fileName": "src\\板级配置.json", - "binName": "boardcfg.bin", - "showName": "板级配置" - }, - "currentVariant": { - "name": "wifi_camera" - } -} \ No newline at end of file -- Gitee