Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
352472da
Commit
352472da
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整ADAS显示,跳帧LD文件
parent
f3345a2c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22960 additions
and
22961 deletions
+22960
-22961
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22952
-22953
project.siz
ghs/project.siz
+1
-1
GUI.c
source/Application/Graphic/GUI/GUI.c
+3
-3
TYW_FLASH.c
source/Driver/Memory/TYW_FLASH.c
+1
-1
d1mx.ld
source/System/d1mx.ld
+3
-3
No files found.
ghs/project
View file @
352472da
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
352472da
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
352472da
project .intvect 1536
project .text 3175
48
project .text 3175
16
project .rodata 411087
project .secinfo 120
project .syscall 6
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
352472da
...
...
@@ -919,7 +919,7 @@ void Gui_ADAS_Display(uint8_t Mode)
if
(
FLASH_SYNC_1Hz
)
{
/*车*/
GUI_General_Display
(
ADAS_Sprite
,
CN_che_yinying_1
,
GUI_BLENDMODE_
SRC_OVER
);
GUI_General_Display
(
ADAS_Sprite
,
CN_che_yinying_1
,
GUI_BLENDMODE_
CUSTOM
);
/*道*/
GUI_General_Display
(
ADAS_Sprite
,
CN_Road1_yinying_1
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
ADAS_Sprite
,
CN_Road2_yinying_1
,
GUI_BLENDMODE_SRC_OVER
);
...
...
@@ -935,7 +935,7 @@ void Gui_ADAS_Display(uint8_t Mode)
((
Sys_Sta_A0
==
3u
)
&&
((
AEBS_Sta_A0
==
0u
)
||
(
AEBS_Sta_A0
==
2u
))))
{
/*车*/
GUI_General_Display
(
ADAS_Sprite
,
CN_che_yinying_1
,
GUI_BLENDMODE_
SRC_OVER
);
GUI_General_Display
(
ADAS_Sprite
,
CN_che_yinying_1
,
GUI_BLENDMODE_
CUSTOM
);
/*道*/
ADAS_Value
=
3u
;
...
...
@@ -958,7 +958,7 @@ void Gui_ADAS_Display(uint8_t Mode)
((
Sys_Sta_A0
==
3u
)
&&
(
AEBS_Sta_A0
==
1u
)))
{
/*车*/
GUI_General_Display
(
ADAS_Sprite
,
CN_che
,
GUI_BLENDMODE_
SRC_OVER
);
GUI_General_Display
(
ADAS_Sprite
,
CN_che
,
GUI_BLENDMODE_
CUSTOM
);
/*道*/
ADAS_Value
=
3u
;
...
...
This diff is collapsed.
Click to expand it.
source/Driver/Memory/TYW_FLASH.c
View file @
352472da
...
...
@@ -349,7 +349,7 @@ Total_Begin:
if
((
TEMP
[
0
]
!=
0x50415247
)
||
(
TEMP
[
1
]
!=
0x50415f45
))
{
goto
Total_Begin
;
//
goto Total_Begin;
}
End_Begin:
//i_count=0;
...
...
This diff is collapsed.
Click to expand it.
source/System/d1mx.ld
View file @
352472da
...
...
@@ -55,11 +55,11 @@ CONSTANTS
MEMORY
{
iROM_0 : ORIGIN = 0x00
200400, LENGTH = 2048
k
iROM_0 : ORIGIN = 0x00
000000, LENGTH = 5120
k
iRAM_0 : ORIGIN = 0xFEB80000, LENGTH = 512k /* RAM addres space seen by external bus masters */
iRAM_1 : ORIGIN = 0xFED80000, LENGTH = 512k /* local RAM address space */
iRAM_R0 : ORIGIN = 0x3FCE4000, LENGTH = 1k
iRAM_R : ORIGIN = 0x3FCE4400, LENGTH = 1
6
k
iRAM_R : ORIGIN = 0x3FCE4400, LENGTH = 1
5
k
}
SECTIONS
...
...
@@ -68,7 +68,7 @@ SECTIONS
/* Start of internal ROM area (iROM_0) */
.intvect :>iROM_0 /* start of interrupt vector */
.intvect_end 0x
200a
00 :>. /* end of interrupt vector */
.intvect_end 0x
000006
00 :>. /* end of interrupt vector */
.text align(4) :>. /* program code area */
...
...
This diff is collapsed.
Click to expand it.
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