소스 검색

更新版本至:V1.1.3

guoqiang 10 달 전
부모
커밋
340213f84a
4개의 변경된 파일19개의 추가작업 그리고 19개의 파일을 삭제
  1. 14 14
      Project/AirControlValve.uvguix.JL200
  2. 2 2
      Project/AirControlValve.uvprojx
  3. 1 1
      User/cfg.h
  4. 2 2
      User/protocol.c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 14
Project/AirControlValve.uvguix.JL200


+ 2 - 2
Project/AirControlValve.uvprojx

@@ -49,7 +49,7 @@
             <InvalidFlash>1</InvalidFlash>
           </TargetStatus>
           <OutputDirectory>.\Objects\</OutputDirectory>
-          <OutputName>SmartSeaValve_20241015</OutputName>
+          <OutputName>SmartSeaValve_20241018</OutputName>
           <CreateExecutable>1</CreateExecutable>
           <CreateLib>0</CreateLib>
           <CreateHexFile>1</CreateHexFile>
@@ -276,7 +276,7 @@
               </OCR_RVCT3>
               <OCR_RVCT4>
                 <Type>1</Type>
-                <StartAddress>0x8000000</StartAddress>
+                <StartAddress>0x800b000</StartAddress>
                 <Size>0xa800</Size>
               </OCR_RVCT4>
               <OCR_RVCT5>

+ 1 - 1
User/cfg.h

@@ -40,7 +40,7 @@ extern "C" {
 #include "ac780x.h"
 
 //控制程序,是否编译为  bootloader, hex 格式
-#define IS_BOOTLOADER       (1)   
+//#define IS_BOOTLOADER       (1)   
 
 
 

+ 2 - 2
User/protocol.c

@@ -6,9 +6,9 @@
 
 
 #ifdef IS_BOOTLOADER
-uint32_t Firmware_Version[4] = {1, 0, 0, 20241015};
+uint32_t Firmware_Version[4] = {1, 1, 3, 20241018};
 #else
-uint32_t Firmware_Version[4] = {1, 1, 2, 20241015};
+uint32_t Firmware_Version[4] = {1, 1, 3, 20241018};
 #endif