From 255c51174a0571340ef470184064a5c75d261d27 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 22 一月 2025 15:06:27 +0800 Subject: [PATCH] 加入一开始不广播升级 中断触发gpio后广播升级 10分钟自动退出 --- 01_SDK/nimble/samples/bluetooth/ble_central_periph_ota/keil_107x/Objects/ble_central_periph.build_log.htm | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 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 daab112..afd0df0 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,11 +28,34 @@ *** 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 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 + BaseType_t xHigherPriorityTaskWoken = pdTRUE; +..\src\app_ble.c(184): 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 + smp_ble_pkg_init(); +..\src\app_ble.c(187): 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 + vTaskDelete(NULL); +..\src\app_ble.c(221): warning: #159-D: declaration is incompatible with previous "app_ble_thread_init" (declared at line 187) + 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(106): 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 +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: 160856, checksum: 0xdf1c97 +Image signed done, bin size: 161716, checksum: 0xe04252 Post Build Complete! -".\Objects\ble_central_periph.axf" - 0 Error(s), 0 Warning(s). +".\Objects\ble_central_periph.axf" - 0 Error(s), 8 Warning(s). <h2>Software Packages used:</h2> -- Gitblit v1.9.3