Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Commits
e4dba30b
Commit
e4dba30b
authored
15 years ago
by
Øyvind Harboe
Browse files
Options
Downloads
Patches
Plain Diff
More svn to git version string fixes.
parent
6907ef9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/jtag/zy1000/zy1000.c
+5
-1
5 additions, 1 deletion
src/jtag/zy1000/zy1000.c
with
5 additions
and
1 deletion
src/jtag/zy1000/zy1000.c
+
5
−
1
View file @
e4dba30b
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#define ZYLIN_DATE __DATE__
#define ZYLIN_DATE __DATE__
#define ZYLIN_TIME __TIME__
#define ZYLIN_TIME __TIME__
#define ZYLIN_OPENOCD GIT_OPENOCD_VERSION
#define ZYLIN_OPENOCD GIT_OPENOCD_VERSION
#define ZYLIN_OPENOCD_VERSION "
Zylin JTAG
ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE
" " ZYLIN_TIME
#define ZYLIN_OPENOCD_VERSION "ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE
/* low level command set
/* low level command set
*/
*/
...
@@ -280,6 +280,10 @@ static int jim_zy1000_version(Jim_Interp *interp, int argc, Jim_Obj *const *argv
...
@@ -280,6 +280,10 @@ static int jim_zy1000_version(Jim_Interp *interp, int argc, Jim_Obj *const *argv
{
{
version_str
=
ZYLIN_DATE
;
version_str
=
ZYLIN_DATE
;
}
}
else
if
(
strcmp
(
"time"
,
str
)
==
0
)
{
version_str
=
ZYLIN_TIME
;
}
else
if
(
strcmp
(
"pcb"
,
str
)
==
0
)
else
if
(
strcmp
(
"pcb"
,
str
)
==
0
)
{
{
#ifdef CYGPKG_HAL_NIOS2
#ifdef CYGPKG_HAL_NIOS2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment