From 961c1174bbf1aaae5fa2f672806ed4eaf2f917be Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 05 二月 2025 15:45:10 +0800 Subject: [PATCH] 串口传输协议加上一位指令类型 --- 01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm b/01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm index afd0df0..38c2703 100644 --- a/01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm +++ b/01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm @@ -28,32 +28,32 @@ *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'ble_central_periph' Before Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\armcc.exe -P "C:\git-ble\BLE_PAN1070\01_SDK\nimble\samples\bluetooth\ble_central_periph_ota\keil_107x\configuration\sdk_config.h" +compiling main.c... compiling app.c... -compiling app_ble_periph.c... compiling app_ble.c... -..\src\app_ble.c(109): warning: #177-D: variable "xHigherPriorityTaskWoken" was declared but never referenced +..\src\app_ble.c(111): warning: #177-D: variable "xHigherPriorityTaskWoken" was declared but never referenced BaseType_t xHigherPriorityTaskWoken = pdTRUE; -..\src\app_ble.c(184): warning: #223-D: function "img_mgmt_module_init" declared implicitly +..\src\app_ble.c(186): warning: #223-D: function "img_mgmt_module_init" declared implicitly img_mgmt_module_init(); -..\src\app_ble.c(185): warning: #223-D: function "smp_ble_pkg_init" declared implicitly +..\src\app_ble.c(187): warning: #223-D: function "smp_ble_pkg_init" declared implicitly smp_ble_pkg_init(); -..\src\app_ble.c(187): warning: #223-D: function "app_ble_thread_init" declared implicitly +..\src\app_ble.c(189): warning: #223-D: function "app_ble_thread_init" declared implicitly app_ble_thread_init(); -..\src\app_ble.c(218): warning: #111-D: statement is unreachable +..\src\app_ble.c(220): warning: #111-D: statement is unreachable vTaskDelete(NULL); -..\src\app_ble.c(221): warning: #159-D: declaration is incompatible with previous "app_ble_thread_init" (declared at line 187) +..\src\app_ble.c(223): warning: #159-D: declaration is incompatible with previous "app_ble_thread_init" (declared at line 189) void app_ble_thread_init(void) -..\src\app_ble.c(226): warning: #1-D: last line of file ends without a newline +..\src\app_ble.c(228): warning: #1-D: last line of file ends without a newline } -..\src\app_ble.c(106): warning: #177-D: variable "xTaskToNotify" was declared but never referenced +..\src\app_ble.c(108): warning: #177-D: variable "xTaskToNotify" was declared but never referenced static TaskHandle_t xTaskToNotify = NULL; ..\src\app_ble.c: 8 warnings, 0 errors linking... -Program Size: Code=154644 RO-data=7104 RW-data=1856 ZI-data=30036 +Program Size: Code=154648 RO-data=7100 RW-data=1856 ZI-data=30036 FromELF: creating hex file... After Build - User command #1: post_build.bat ".\Images" "C:\git-ble\BLE_PAN1070\01_SDK\nimble\samples\bluetooth\ble_central_periph_ota\keil_107x\" "C:\git-ble\BLE_PAN1070\01_SDK\nimble\samples\bluetooth\ble_central_periph_ota\keil_107x\Objects\ble_central_periph.axf" "C:\git-ble\BLE_PAN1070\01_SDK\nimble\samples\bluetooth\ble_central_periph_ota\keil_107x\Objects\ble_central_periph.HEX" "C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe" 已复制 1 个文件。 -Image signed done, bin size: 161716, checksum: 0xe04252 +Image signed done, bin size: 161716, checksum: 0xe0442e Post Build Complete! ".\Objects\ble_central_periph.axf" - 0 Error(s), 8 Warning(s). @@ -69,7 +69,7 @@ C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\Device\ARM\ARMCM0\Include <h2>Collection of Component Files used:</h2> -Build Time Elapsed: 00:00:09 +Build Time Elapsed: 00:00:10 </pre> </body> </html> -- Gitblit v1.9.3