瀏覽代碼

released V0.0.8 解决满电显示问题

caihoucong 1 月之前
父節點
當前提交
15a5d97340

+ 5 - 0
sdk_560x_01x_s2256_20241227/app/platform/functions/func_idle.c

@@ -48,6 +48,7 @@ void func_idle_charge_detect_init(void)
 AT(.text.func.idle)
 u8 func_idle_charge_detect_process(void)
 {
+    //printf("detect full %d\n", (GPIOE & BIT(0)));
     if(GPIOE & BIT(0))
     {
         return 1;
@@ -107,6 +108,10 @@ void func_idle(void)
             printf("full bat poweroff\n");
             //func_cb.sta = FUNC_PWROFF;
             //break;
+            hlw_idle_charge_display_flash_set(false, HIGH_BAT);
+        }
+        else
+        {
             hlw_idle_charge_display_flash_set(true, HIGH_BAT);
         }
 

二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/AB5602D_YinWo_TD009(ikF-FM听力蓝牙耳机)_CHC_EN_V0.0.8_20250508(00004FB7_FF10EA68).prd


二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/AB5602D_YinWo_TD009(ikF-FM听力蓝牙耳机)_CHC_EN_V0.0.8_20250508(00004FB7_FF10EA68).upd


二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/app.bin


二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/app.dcf


二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/app.rv32


+ 2 - 2
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/bin/map.txt

@@ -5253,14 +5253,14 @@ LOAD Output\obj\projects\standard\port\port_update.o
                 0x000000001001171e       0x1c Output\obj\platform\functions\func_hlw.o
                 0x000000001001171e                hlw_idle_charge_display_flash_set
  .text.func.idle
-                0x000000001001173a       0xea Output\obj\platform\functions\func_idle.o
+                0x000000001001173a       0xee Output\obj\platform\functions\func_idle.o
                 0x000000001001173a                func_idle_charge_init
                 0x0000000010011762                func_idle_charge_enable_control
                 0x0000000010011772                func_idle_charge_detect_init
                 0x00000000100117a2                func_idle_charge_detect_process
                 0x00000000100117aa                func_idle_process
                 0x00000000100117ae                func_idle
- *fill*         0x0000000010011824      0x1dc 
+ *fill*         0x0000000010011828      0x1d8 
  .text.lowpwr.sleep
                 0x0000000010011a00      0x6a0 Output\obj\platform\functions\func_lowpwr.o
                 0x0000000010011a00                sleep_process

二進制
sdk_560x_01x_s2256_20241227/app/projects/standard/Output/obj/platform/functions/func_idle.o


+ 2 - 2
sdk_560x_01x_s2256_20241227/app/projects/standard/app.depend

@@ -902,7 +902,7 @@
 
 1745726189 d:\bluetrum\project\y_yinwo\td009\code\20250418\sdk_560x_01x_s2256_20241227\app\projects\standard\xcfg.h
 
-1746615895 d:\bluetrum\project\y_yinwo\td009\code\20250418\sdk_560x_01x_s2256_20241227\app\projects\standard\config.h
+1746697595 d:\bluetrum\project\y_yinwo\td009\code\20250418\sdk_560x_01x_s2256_20241227\app\projects\standard\config.h
 	"config_define.h"
 	"config_extra.h"
 
@@ -1403,7 +1403,7 @@
 	"include.h"
 	"func.h"
 
-1746505529 source:d:\bluetrum\project\y_yinwo\td009\code\20250418\sdk_560x_01x_s2256_20241227\app\platform\functions\func_idle.c
+1746697157 source:d:\bluetrum\project\y_yinwo\td009\code\20250418\sdk_560x_01x_s2256_20241227\app\platform\functions\func_idle.c
 	"include.h"
 	"func.h"
 	"func_idle.h"

+ 1 - 1
sdk_560x_01x_s2256_20241227/app/projects/standard/config.h

@@ -664,7 +664,7 @@
 #define WARNING_BT_PAIR                 0            //BT PAIRING提示音
 #define WARNING_UPDATE_DONE             0
 
-#define SW_VERSION		"V0.0.7"		//只能使用数字0-9,ota需要转码
+#define SW_VERSION		"V0.0.8"		//只能使用数字0-9,ota需要转码
 
 #define HLW_UI                          1