增加蓝牙状态上报和断链同步
This commit is contained in:
Binary file not shown.
@@ -60,6 +60,7 @@ compiling timeslice.c...
|
||||
..\app\src\pwm.h(138): warning: #1295-D: Deprecated declaration gpio_pullup_input_inter_test - give arg types
|
||||
void gpio_pullup_input_inter_test();
|
||||
..\app\src\timeslice.c: 15 warnings, 0 errors
|
||||
compiling rgblight.c...
|
||||
compiling Mode.c...
|
||||
..\app\src\pwm.h(130): warning: #1295-D: Deprecated declaration _PWM_INIT - give arg types
|
||||
void _PWM_INIT();
|
||||
@@ -92,18 +93,68 @@ compiling Mode.c...
|
||||
..\app\src\RF433.h(190): warning: #1295-D: Deprecated declaration Encoder_key - give arg types
|
||||
void Encoder_key();
|
||||
..\app\src\Mode.c: 15 warnings, 0 errors
|
||||
compiling usr_server.c...
|
||||
..\app\src\Mode.h(39): warning: #1295-D: Deprecated declaration choice_mode - give arg types
|
||||
void choice_mode();
|
||||
..\app\src\Mode.h(40): warning: #1295-D: Deprecated declaration set_mode - give arg types
|
||||
void set_mode();
|
||||
..\app\src\Mode.h(41): warning: #1295-D: Deprecated declaration Start_PWM - give arg types
|
||||
void Start_PWM();
|
||||
..\app\src\Mode.h(42): warning: #1295-D: Deprecated declaration Stop_PWM - give arg types
|
||||
void Stop_PWM();
|
||||
..\app\src\Mode.h(43): warning: #1295-D: Deprecated declaration Set_timing - give arg types
|
||||
void Set_timing();
|
||||
..\app\src\PWM.h(130): warning: #1295-D: Deprecated declaration _PWM_INIT - give arg types
|
||||
void _PWM_INIT();
|
||||
..\app\src\PWM.h(136): warning: #1295-D: Deprecated declaration adc_Init - give arg types
|
||||
void adc_Init();
|
||||
..\app\src\PWM.h(137): warning: #1295-D: Deprecated declaration My_ADC_Get_Value - give arg types
|
||||
void My_ADC_Get_Value();
|
||||
..\app\src\PWM.h(138): warning: #1295-D: Deprecated declaration gpio_pullup_input_inter_test - give arg types
|
||||
void gpio_pullup_input_inter_test();
|
||||
..\app\src\usr_server.c(230): warning: #223-D: function "ble_callback" declared implicitly
|
||||
ble_callback(co_buf_data(p_data)[0],co_buf_data(p_data)[1],co_buf_data(p_data)[2],co_buf_data(p_data)[3]);
|
||||
..\app\src\usr_server.c: 10 warnings, 0 errors
|
||||
compiling app_task.c...
|
||||
..\app\src\app_task.c(450): warning: #223-D: function "ke_timer_set" declared implicitly
|
||||
ke_timer_set(APP_SECOND_ADV_START, TASK_APP, 400); // start open noconnect adv
|
||||
..\app\src\app_task.c(463): warning: #61-D: integer operation result is out of range
|
||||
value &= ~(0xff << 24);
|
||||
..\app\src\app_task.c(473): warning: #223-D: function "custom_svc_add" declared implicitly
|
||||
if (!custom_svc_add()) {
|
||||
..\app\src\app_task.c(496): warning: #223-D: function "ke_timer_set" declared implicitly
|
||||
ke_timer_set(APP_SCAN_START, TASK_APP, 10);
|
||||
..\app\src\app_task.c(640): warning: #177-D: variable "p_param" was declared but never referenced
|
||||
struct gapm_ext_adv_report_ind *p_param = (struct gapm_ext_adv_report_ind *)param;
|
||||
..\app\src\app_task.c(688): warning: #223-D: function "xc_ble_gatt_cli_mtu_exch" declared implicitly
|
||||
xc_ble_gatt_cli_mtu_exch(conidx, app_env.user_lid);
|
||||
..\app\src\app_task.c(804): warning: #223-D: function "ke_timer_set" declared implicitly
|
||||
ke_timer_set(APP_SCAN_STOP, TASK_APP, 200); // start open noconnect adv
|
||||
..\app\src\app_task.c(818): warning: #223-D: function "ke_timer_set" declared implicitly
|
||||
ke_timer_set(APP_SCAN_START, TASK_APP, 900); // start open noconnect adv
|
||||
..\app\src\app_task.c(835): warning: #223-D: function "app_switch_mode" declared implicitly
|
||||
app_switch_mode(app_mode);
|
||||
..\app\src\app_task.c(836): warning: #940-D: missing return statement at end of non-void function "app_mode_switch_handler"
|
||||
}
|
||||
..\app\src\app_task.c(837): warning: #159-D: declaration is incompatible with previous "app_switch_mode" (declared at line 835)
|
||||
void app_switch_mode(uint8_t mode)
|
||||
..\app\src\app_task.c(845): warning: #223-D: function "ke_timer_set" declared implicitly
|
||||
ke_timer_set(APP_SECOND_ADV_START, TASK_APP, 400); // start open noconnect adv
|
||||
..\app\src\app_task.c(306): warning: #177-D: function "app_get_handler" was declared but never referenced
|
||||
static uint8_t app_get_handler(const struct app_subtask_handlers *handler_list_desc, ke_msg_id_t msgid, void *p_param,
|
||||
..\app\src\app_task.c: 13 warnings, 0 errors
|
||||
linking...
|
||||
Program Size: Code=27008 RO-data=1380 RW-data=2716 ZI-data=3700
|
||||
Program Size: Code=27664 RO-data=1380 RW-data=2740 ZI-data=3700
|
||||
FromELF: creating hex file...
|
||||
After Build - User command #1: fromelf --bin --output=app.bin .\Objects\Xinc_ble_sdk.axf
|
||||
After Build - User command #2: .\output_tool\ge_ota_scan.bat
|
||||
Size of file: 28664 bytes.
|
||||
all_size=28664
|
||||
Size of file: 29328 bytes.
|
||||
all_size=29328
|
||||
dual_xip
|
||||
Addr:13000
|
||||
Size:0x6ff8
|
||||
Size:0x7290
|
||||
BAddr:0x40000
|
||||
Acheck:0xf17467e0
|
||||
Acheck:0x686820c0
|
||||
SoftVer:0x10
|
||||
RomVer:0x20
|
||||
LoadAddr:0x11013000
|
||||
@@ -131,7 +182,7 @@ status2=1
|
||||
updata file success !
|
||||
已复制 1 个文件。
|
||||
已复制 1 个文件。
|
||||
".\Objects\Xinc_ble_sdk.axf" - 0 Error(s), 30 Warning(s).
|
||||
".\Objects\Xinc_ble_sdk.axf" - 0 Error(s), 53 Warning(s).
|
||||
|
||||
<h2>Software Packages used:</h2>
|
||||
|
||||
@@ -144,7 +195,7 @@ Package Vendor: ARM
|
||||
D:/Program Files/Keil_v5/ARM/Packs/ARM/CMSIS/5.9.0/Device/ARM/ARMCM0/Include
|
||||
|
||||
<h2>Collection of Component Files used:</h2>
|
||||
Build Time Elapsed: 00:00:09
|
||||
Build Time Elapsed: 00:00:26
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -103,3 +103,37 @@
|
||||
.\objects\timeslice.o: ..\app\src\pwm.h
|
||||
.\objects\timeslice.o: D:\Program Files\Keil_v5\ARM\ARMCC\Bin\..\include\math.h
|
||||
.\objects\timeslice.o: ..\app\src\light_transition.h
|
||||
.\objects\timeslice.o: ..\app\src\usr_server.h
|
||||
.\objects\timeslice.o: ..\app\api\app_task.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\dbg\api\dbg.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\dbg\api\dbg_swdiag.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\dbg\api\dbg_trc.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\src\gap\gapm\gapm_int.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gapm.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gapm_msg.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\rwip\api\rwip_task.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gap.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\common\api\co_list.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\ke\api\ke_task.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\ke\api\ke_msg.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\src\gatt\gatt_msg_int.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gatt.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gatt_msg.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\l2cap.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\l2cap_msg.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\plf\refip\src\arch\compiler\gnuarm\compiler.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\common\api\co_buf.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\modules\ke\api\ke_mem.h
|
||||
.\objects\timeslice.o: ..\app\src\ota_server.h
|
||||
.\objects\timeslice.o: ..\app\api\app_task.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\api\xc_gatt_server_api.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\src\gatt\gatt_db.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\api\xc_gap_api.h
|
||||
.\objects\timeslice.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gapc_msg.h
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -125,3 +125,6 @@
|
||||
.\objects\usr_server.o: ..\..\..\..\..\component\ble\ip\ble\hl\src\gatt\gatt_db.h
|
||||
.\objects\usr_server.o: ..\..\..\..\..\component\ble\ip\ble\api\xc_gap_api.h
|
||||
.\objects\usr_server.o: ..\..\..\..\..\component\ble\ip\ble\hl\api\gapc_msg.h
|
||||
.\objects\usr_server.o: ..\app\src\Mode.h
|
||||
.\objects\usr_server.o: ..\app\src\PWM.h
|
||||
.\objects\usr_server.o: D:\Program Files\Keil_v5\ARM\ARMCC\Bin\..\include\math.h
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user