Commit 11dd9244 authored by 李延凯's avatar 李延凯

feat: 添加项目信息, 用于Boot程序判断APP是否有效

parent 8cbf2d1e
...@@ -28,11 +28,11 @@ extern void UDS_Service_Response(uint8_t si, uint8_t RspType, uint16_t A_TA_type ...@@ -28,11 +28,11 @@ extern void UDS_Service_Response(uint8_t si, uint8_t RspType, uint16_t A_TA_type
/*诊断使用, 判断App一致性, 禁止修改(内部版本号除外)*/ /*诊断使用, 判断App一致性, 禁止修改(内部版本号除外)*/
extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0000C200"))) = extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0000C200"))) =
{ {
"KeewayT06", // 凯威易行T06 "HJ_750_TFT", // 豪进750TFT仪表
"KEEWAY_T06_METER", "HJYB-7500TFT",
"BAT32A279KM64FB", // 中微芯片 "BAT32A279KM64FB", // 中微芯片
{ {
"CAN_Ext", "CAN_STD",
"CAN_CH_0", "CAN_CH_0",
"CAN_500Kbps", "CAN_500Kbps",
{DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN, 0} {DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN, 0}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment