Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
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
时昊
LE19
Commits
1f691bc5
Commit
1f691bc5
authored
Feb 17, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改gitignore
parent
c881c8ec
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
271 deletions
+1
-271
.gitignore
.gitignore
+1
-0
Application.Debug.cspy.bat
...IAR_EWARM/Application/settings/Application.Debug.cspy.bat
+0
-41
Application.DebugWithoutBootloader.cspy.bat
...tion/settings/Application.DebugWithoutBootloader.cspy.bat
+0
-41
Application.DebugWithoutBootloader.cspy.ps1
...tion/settings/Application.DebugWithoutBootloader.cspy.ps1
+0
-31
Application.Release.cspy.bat
...R_EWARM/Application/settings/Application.Release.cspy.bat
+0
-41
Application.crun
le19源码/IAR_EWARM/Application/settings/Application.crun
+0
-16
Application.dnx
le19源码/IAR_EWARM/Application/settings/Application.dnx
+0
-62
Application_DebugWithoutBootloader.jlink
...ication/settings/Application_DebugWithoutBootloader.jlink
+0
-39
No files found.
.gitignore
0 → 100644
View file @
1f691bc5
/le19源码/IAR_EWARM/Application/settings
le19源码/IAR_EWARM/Application/settings/Application.Debug.cspy.bat
deleted
100644 → 0
View file @
c881c8ec
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@REM making changes.
@REM
@REM You can launch cspybat by typing the name of this batch file followed
@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
@REM
@REM Read about available command line parameters in the C-SPY Debugging
@REM Guide. Hints about additional command line parameters that may be
@REM useful in specific cases:
@REM --download_only Downloads a code image without starting a debug
@REM session afterwards.
@REM --silent Omits the sign-on message.
@REM --timeout Limits the maximum allowed execution time.
@REM
@echo off
if not "%~1" == "" goto debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Debug.general.xcl" --backend -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Debug.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Debug.general.xcl" "--debug_file=%~1" --backend -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Debug.driver.xcl"
@echo off
:end
\ No newline at end of file
le19源码/IAR_EWARM/Application/settings/Application.DebugWithoutBootloader.cspy.bat
deleted
100644 → 0
View file @
c881c8ec
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@REM making changes.
@REM
@REM You can launch cspybat by typing the name of this batch file followed
@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
@REM
@REM Read about available command line parameters in the C-SPY Debugging
@REM Guide. Hints about additional command line parameters that may be
@REM useful in specific cases:
@REM --download_only Downloads a code image without starting a debug
@REM session afterwards.
@REM --silent Omits the sign-on message.
@REM --timeout Limits the maximum allowed execution time.
@REM
@echo off
if not "%~1" == "" goto debugFile
@echo on
"E:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "D:\A_Work\A_PROJECT\LE19\le19\le19Ô´Âë\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.general.xcl" --backend -f "D:\A_Work\A_PROJECT\LE19\le19\le19Ô´Âë\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"E:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "D:\A_Work\A_PROJECT\LE19\le19\le19Ô´Âë\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.general.xcl" "--debug_file=%~1" --backend -f "D:\A_Work\A_PROJECT\LE19\le19\le19Ô´Âë\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.driver.xcl"
@echo off
:end
\ No newline at end of file
le19源码/IAR_EWARM/Application/settings/Application.DebugWithoutBootloader.cspy.ps1
deleted
100644 → 0
View file @
c881c8ec
param
([
String
]
$debugfile
=
""
)
;
# This powershell file has been generated by the IAR Embedded Workbench
# C - SPY Debugger, as an aid to preparing a command line for running
# the cspybat command line utility using the appropriate settings.
#
# Note that this file is generated every time a new debug session
# is initialized, so you may want to move or rename the file before
# making changes.
#
# You can launch cspybat by typing Powershell.exe -File followed by the name of this batch file, followed
# by the name of the debug file (usually an ELF / DWARF or UBROF file).
#
# Read about available command line parameters in the C - SPY Debugging
# Guide. Hints about additional command line parameters that may be
# useful in specific cases :
# --download_only Downloads a code image without starting a debug
# session afterwards.
# --silent Omits the sign - on message.
# --timeout Limits the maximum allowed execution time.
#
if
(
$debugfile
-eq
""
)
{
&
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat"
-f
"E:\诊断项目\吉利\LG02Y\App\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.general.xcl"
--backend -f
"E:\诊断项目\吉利\LG02Y\App\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.driver.xcl"
}
else
{
&
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat"
-f
"E:\诊断项目\吉利\LG02Y\App\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.general.xcl"
--debug_file
=
$debugfile
--backend -f
"E:\诊断项目\吉利\LG02Y\App\IAR_EWARM\Application\settings\Application.DebugWithoutBootloader.driver.xcl"
}
le19源码/IAR_EWARM/Application/settings/Application.Release.cspy.bat
deleted
100644 → 0
View file @
c881c8ec
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@REM making changes.
@REM
@REM You can launch cspybat by typing the name of this batch file followed
@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
@REM
@REM Read about available command line parameters in the C-SPY Debugging
@REM Guide. Hints about additional command line parameters that may be
@REM useful in specific cases:
@REM --download_only Downloads a code image without starting a debug
@REM session afterwards.
@REM --silent Omits the sign-on message.
@REM --timeout Limits the maximum allowed execution time.
@REM
@echo off
if not "%~1" == "" goto debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Release.general.xcl" --backend -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Release.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.5\common\bin\cspybat" -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Release.general.xcl" "--debug_file=%~1" --backend -f "E:\work\GIT\lg02y\IAR_EWARM\Application\settings\Application.Release.driver.xcl"
@echo off
:end
\ No newline at end of file
le19源码/IAR_EWARM/Application/settings/Application.crun
deleted
100644 → 0
View file @
c881c8ec
<?xml version="1.0" encoding="iso-8859-1"?>
<crun>
<version>
1
</version>
<filter_entries>
<filter
index=
"0"
type=
"default"
>
<type>
*
</type>
<start_file>
*
</start_file>
<end_file>
*
</end_file>
<action_debugger>
0
</action_debugger>
<action_log>
1
</action_log>
</filter>
</filter_entries>
</crun>
le19源码/IAR_EWARM/Application/settings/Application.dnx
deleted
100644 → 0
View file @
c881c8ec
<?xml version="1.0"?>
<settings>
<Stack>
<FillEnabled>
0
</FillEnabled>
<OverflowWarningsEnabled>
1
</OverflowWarningsEnabled>
<WarningThreshold>
90
</WarningThreshold>
<SpWarningsEnabled>
1
</SpWarningsEnabled>
<WarnLogOnly>
1
</WarnLogOnly>
<UseTrigger>
1
</UseTrigger>
<TriggerName>
main
</TriggerName>
<LimitSize>
0
</LimitSize>
<ByteLimit>
50
</ByteLimit>
</Stack>
<JLinkDriver>
<WatchCond>
_ 0
</WatchCond>
<Watch0>
_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
</Watch0>
<Watch1>
_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
</Watch1>
<CStepIntDis>
_ 0
</CStepIntDis>
<LeaveTargetRunning>
_ 0
</LeaveTargetRunning>
</JLinkDriver>
<DebugChecksum>
<Checksum>
503555919
</Checksum>
</DebugChecksum>
<Exceptions>
<StopOnUncaught>
_ 0
</StopOnUncaught>
<StopOnThrow>
_ 0
</StopOnThrow>
</Exceptions>
<CallStack>
<ShowArgs>
0
</ShowArgs>
</CallStack>
<Disassembly>
<MixedMode>
1
</MixedMode>
</Disassembly>
<CallStackLog>
<Enabled>
0
</Enabled>
</CallStackLog>
<CallStackStripe>
<ShowTiming>
1
</ShowTiming>
</CallStackStripe>
<TermIOLog>
<LoggingEnabled>
_ 0
</LoggingEnabled>
<LogFile>
_ ""
</LogFile>
</TermIOLog>
<Log_file>
<LoggingEnabled>
_ 0
</LoggingEnabled>
<LogFile>
_ ""
</LogFile>
<Category>
_ 0
</Category>
</Log_file>
<Disassemble_mode>
<mode>
0
</mode>
</Disassemble_mode>
<DisassembleMode>
<mode>
0
</mode>
</DisassembleMode>
<Breakpoints2>
<Count>
0
</Count>
</Breakpoints2>
<Aliases>
<Count>
0
</Count>
<SuppressDialog>
0
</SuppressDialog>
</Aliases>
</settings>
le19源码/IAR_EWARM/Application/settings/Application_DebugWithoutBootloader.jlink
deleted
100644 → 0
View file @
c881c8ec
[BREAKPOINTS]
ForceImpTypeAny = 0
ShowInfoWin = 1
EnableFlashBP = 2
BPDuringExecution = 0
[CFI]
CFISize = 0x00
CFIAddr = 0x00
[CPU]
MonModeVTableAddr = 0xFFFFFFFF
MonModeDebug = 0
MaxNumAPs = 0
LowPowerHandlingMode = 0
OverrideMemMap = 0
AllowSimulation = 1
ScriptFile="..\..\debugger_scripts\Default.JLinkScript"
[FLASH]
CacheExcludeSize = 0x00
CacheExcludeAddr = 0x00
MinNumBytesFlashDL = 0
SkipProgOnCRCMatch = 1
VerifyDownload = 1
AllowCaching = 1
EnableFlashDL = 2
Override = 1
Device="Cortex-R5"
[GENERAL]
WorkRAMSize = 0x00
WorkRAMAddr = 0x00
RAMUsageLimit = 0x00
[SWO]
SWOLogFile=""
[MEM]
RdOverrideOrMask = 0x00
RdOverrideAndMask = 0xFFFFFFFF
RdOverrideAddr = 0xFFFFFFFF
WrOverrideOrMask = 0x00
WrOverrideAndMask = 0xFFFFFFFF
WrOverrideAddr = 0xFFFFFFFF
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