Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TY
TianYing_ty100
Commits
c3dd89b0
Commit
c3dd89b0
authored
Jun 19, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:45374 No function declaration. Implicit declaration inserted: 'extern int %1s();'.
parent
2e7d3f91
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
3 deletions
+13
-3
Protocol_Lib.c
Firmware/Source/Application/BLUETOOTH/Protocol_Lib.c
+1
-0
Data_Fuel.h
Firmware/Source/Application/Fuel/Data_Fuel.h
+1
-0
Components.h
Firmware/Source/Component/Components.h
+4
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+2
-1
System_Monitor_User.c
...are/Source/Component/System_Monitor/System_Monitor_User.c
+1
-0
RTE_CLOCK_Select_BAT32A239.c
...n/BAT32A239/RTE/CLOCK_Select/RTE_CLOCK_Select_BAT32A239.c
+1
-0
DeepSleep.c
...urce/Device/Cmsemicon/BAT32A239/RTE/DeepSleep/DeepSleep.c
+1
-1
RTE_RTC.c
Firmware/Source/Device/Cmsemicon/BAT32A239/RTE/RTC/RTE_RTC.c
+1
-1
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+1
-0
No files found.
Firmware/Source/Application/BLUETOOTH/Protocol_Lib.c
View file @
c3dd89b0
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include "Protocol_Lib.h"
#include "Protocol_Lib.h"
#include "Protocol_CRC16.h"
static
UARTOpen
UARTOpen_Cbk
;
static
UARTOpen
UARTOpen_Cbk
;
static
UARTSend
UARTSend_Cbk
;
static
UARTSend
UARTSend_Cbk
;
static
UARTRead
UARTRead_Cbk
;
static
UARTRead
UARTRead_Cbk
;
...
...
Firmware/Source/Application/Fuel/Data_Fuel.h
View file @
c3dd89b0
...
@@ -18,5 +18,6 @@ extern uint8_t Get_Fuel_Disp_Byte(void);
...
@@ -18,5 +18,6 @@ extern uint8_t Get_Fuel_Disp_Byte(void);
extern
uint8_t
Get_CurFuelSetp
(
void
);
extern
uint8_t
Get_CurFuelSetp
(
void
);
extern
FuelSensorSts_t
Get_Fuel_Sensor_State
(
void
);
extern
FuelSensorSts_t
Get_Fuel_Sensor_State
(
void
);
uint16_t
Get_Fuel_RES
(
void
);
uint16_t
Get_Fuel_RES
(
void
);
void
Fuel_R_Cal
(
uint8_t
deltaTime
);
#endif
#endif
Firmware/Source/Component/Components.h
View file @
c3dd89b0
...
@@ -6,9 +6,11 @@
...
@@ -6,9 +6,11 @@
#include "GenDelay\GenDelay.h"
#include "GenDelay\GenDelay.h"
#include "CAN_Signal\CAN_Lib.h"
#include "CAN_Signal\CAN_Lib.h"
#include "Line_In\Line_In.h"
#include "Line_In\Line_In.h"
#include "Line_In\Line_In_user.h"
#include "PowerManagement\PowerManagement.h"
#include "PowerManagement\PowerManagement.h"
#include "PowerManagement\PowerManag_user.h"
#include "PowerManagement\PowerManag_user.h"
#include "System_Monitor\System_Monitor.h"
#include "System_Monitor\System_Monitor.h"
#include "System_Monitor\System_Monitor_User.h"
#include "Telltales\Telltales_Lib.h"
#include "Telltales\Telltales_Lib.h"
#include "Telltales\Telltales_user.h"
#include "Telltales\Telltales_user.h"
#include "Mileage\Services_Mileage.h"
#include "Mileage\Services_Mileage.h"
...
@@ -29,6 +31,8 @@
...
@@ -29,6 +31,8 @@
#include "TrmerM\TrmerM.h"
#include "TrmerM\TrmerM.h"
#include "RTC\RTE_RTC.h"
#include "RTC\RTE_RTC.h"
#include "AD\RTE_AD.h"
#include "AD\RTE_AD.h"
#include "Maintenance\Maintenance.h"
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
c3dd89b0
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
#include "Components.h"
#include "Components.h"
#include "Application.h"
#include "Application.h"
#include "RTE.h"
#include "RTE.h"
#include "UDS_ISO14229_Services.h"
#include "timm.h"
RTC_Information_st_t
g_stRTCInformation
;
RTC_Information_st_t
g_stRTCInformation
;
...
...
Firmware/Source/Component/System_Monitor/System_Monitor_User.c
View file @
c3dd89b0
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
#include "Components.h"
#include "Components.h"
#include "Application.h"
#include "Application.h"
#include "delay.h"
#include "delay.h"
#include "wdt.h"
#define u16Base_Vol 0u
#define u16Base_Vol 0u
#define u16ENTER_LOW_N_RANGE 6500U
#define u16ENTER_LOW_N_RANGE 6500U
...
...
Firmware/Source/Device/Cmsemicon/BAT32A239/RTE/CLOCK_Select/RTE_CLOCK_Select_BAT32A239.c
View file @
c3dd89b0
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#include "core_cm0plus.h"
#include "core_cm0plus.h"
#include "RTE_CLOCK_Select.h"
#include "RTE_CLOCK_Select.h"
#include "cgc.h"
#include "cgc.h"
#include "delay.h"
#define USED_FX_FCLK
#define USED_FX_FCLK
//#define USED_FHOCO_FCLK
//#define USED_FHOCO_FCLK
...
...
Firmware/Source/Device/Cmsemicon/BAT32A239/RTE/DeepSleep/DeepSleep.c
View file @
c3dd89b0
#include <stdint.h>
#include <stdint.h>
#include "GPIO\RTE_GPIO.h"
#include "GPIO\RTE_GPIO.h"
#include "DeepSleep.h"
#include "DeepSleep.h"
#include"isr.h"
void
DEEPSLEEP_EXTI0_IRQHandler
(
void
*
msg
);
void
DEEPSLEEP_EXTI0_IRQHandler
(
void
*
msg
);
void
DEEPSLEEP_EXTI1_IRQHandler
(
void
*
msg
);
void
DEEPSLEEP_EXTI1_IRQHandler
(
void
*
msg
);
...
...
Firmware/Source/Device/Cmsemicon/BAT32A239/RTE/RTC/RTE_RTC.c
View file @
c3dd89b0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include "BAT32A239.h"
#include "BAT32A239.h"
#include "gpio.h"
#include "gpio.h"
#include "RTE_RTC.h"
#include "RTE_RTC.h"
#include"isr.h"
#define USED_FSUB_RTC_FCLK
#define USED_FSUB_RTC_FCLK
...
...
Firmware/Source/System/Sys_Task_List.c
View file @
c3dd89b0
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include "Components.h"
#include "Components.h"
#include "RTE.h"
#include "RTE.h"
#include "UDS_ISO14229_Server.h"
#include "UDS_ISO14229_Server.h"
void
Sys_Pseudo_Real_Time_Tasks
(
void
)
void
Sys_Pseudo_Real_Time_Tasks
(
void
)
{
{
Power_Management_Service
();
Power_Management_Service
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment