Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensured consistency of data sent over network (size, endianness) #4

Merged
merged 1 commit into from
May 2, 2019
Merged

Ensured consistency of data sent over network (size, endianness) #4

merged 1 commit into from
May 2, 2019

Conversation

JanMatCodasip
Copy link
Contributor

Minor changes to ensure jtag_vpi packet size and endinanness
of values remains fixed, regardless of the platform for which jtag_vpi
is compiled.

Minor changes to ensure jtag_vpi packet size remains fixed and
as well as endinanness of the values, regardless of the platform
for which it is compiled.
@fjullien fjullien merged commit 352c502 into fjullien:master May 2, 2019
@fjullien
Copy link
Owner

fjullien commented May 2, 2019

Thanks for your contribution.

@JanMatCodasip
Copy link
Contributor Author

Welcome :)

ntfreak pushed a commit to openocd-org/openocd that referenced this pull request Dec 16, 2019
Made sure that size and endianness of jtag_vpi structures sent
over the network is the same, regardless of the platform.

Little endian chosen to maintain as much compatibility
with existing OpenOCD builds as possible.

Matching change in the original jtag_vpi server:
fjullien/jtag_vpi#4

Change-Id: Ib839fea9bb2d5190b5643c970b89333b286dce71
Signed-off-by: Jan Matyas <matyas@codasip.com>
Reviewed-on: http://openocd.zylin.com/5152
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
espressif-bot pushed a commit to espressif/openocd-esp32 that referenced this pull request Dec 1, 2021
Made sure that size and endianness of jtag_vpi structures sent
over the network is the same, regardless of the platform.

Little endian chosen to maintain as much compatibility
with existing OpenOCD builds as possible.

Matching change in the original jtag_vpi server:
fjullien/jtag_vpi#4

Change-Id: Ib839fea9bb2d5190b5643c970b89333b286dce71
Signed-off-by: Jan Matyas <matyas@codasip.com>
Reviewed-on: http://openocd.zylin.com/5152
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants