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
01823f5e
Commit
01823f5e
authored
15 years ago
by
oharboe
Browse files
Options
Downloads
Patches
Plain Diff
less warnings
git-svn-id:
svn://svn.berlios.de/openocd/trunk@2288
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
8f87f894
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/jtag/zy1000/zy1000.c
+1
-17
1 addition, 17 deletions
src/jtag/zy1000/zy1000.c
with
1 addition
and
17 deletions
src/jtag/zy1000/zy1000.c
+
1
−
17
View file @
01823f5e
...
...
@@ -36,8 +36,6 @@
/* low level command set
*/
int
zy1000_read
(
void
);
static
void
zy1000_write
(
int
tck
,
int
tms
,
int
tdi
);
void
zy1000_reset
(
int
trst
,
int
srst
);
...
...
@@ -126,18 +124,6 @@ jtag_interface_t zy1000_interface =
.
srst_asserted
=
zy1000_srst_asserted
,
};
static
void
zy1000_write
(
int
tck
,
int
tms
,
int
tdi
)
{
}
int
zy1000_read
(
void
)
{
return
-
1
;
}
extern
bool
readSRST
(
void
);
void
zy1000_reset
(
int
trst
,
int
srst
)
{
LOG_DEBUG
(
"zy1000 trst=%d, srst=%d"
,
trst
,
srst
);
...
...
@@ -426,7 +412,7 @@ static void shiftValueInnerFlip(const tap_state_t state, const tap_state_t endSt
extern
int
jtag_check_value
(
uint8_t
*
captured
,
void
*
priv
);
static
__inline
void
scanFields
(
int
num_fields
,
scan_field_t
*
fields
,
tap_state_t
shiftState
,
tap_state_t
end_state
)
static
__inline
void
scanFields
(
int
num_fields
,
const
scan_field_t
*
fields
,
tap_state_t
shiftState
,
tap_state_t
end_state
)
{
int
i
;
int
j
;
...
...
@@ -436,8 +422,6 @@ static __inline void scanFields(int num_fields, scan_field_t *fields, tap_state_
{
cyg_uint32
value
;
static
uint8_t
*
in_buff
=
NULL
;
/* pointer to buffer for scanned data */
static
int
in_buff_size
=
0
;
uint8_t
*
inBuffer
=
NULL
;
...
...
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