1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00
Find a file
Torbjörn SVENSSON 1c4271836b Bug 550697: Also set DCB.Parity=NOPARITY on Windows
Some serial port drivers on Windows, notably usbser.sys, does not
care about DCB.fParity and only relies on DCB.Parity to contain
the correct value. In the case where we need to configure it for
no parity, the DCB.Parity field needs to be explicitly set to
NOPARITY.

The above statment has been checked using Wireshark and look at the
SET LINE CODING Request package (it contained ODDPARITY although
DCB.fParity=FALSE). The statement was also somewhat confirmed by
this post: https://stackoverflow.com/questions/36411498.

Change-Id: I2e2ab3da5da547e0420e3e61f91452ef0edeb755
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
2019-09-03 17:41:53 +02:00
.mvn Build with Tycho 1.4.0. 2019-04-11 02:43:05 -04:00
build Bug 550308 - Allow toolchain to specify part of the build config name. 2019-08-22 16:44:13 -04:00
codan Convert new Runnable to lambda. 2019-08-12 07:11:40 -04:00
core Bug 550076 - Added new parser for PE executables 2019-09-03 10:44:02 -04:00
cross [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
debug Bug 549567: Add example of what checkmark overlay looks like to help 2019-08-17 19:47:12 -04:00
doc Bug 549567: Add example of what checkmark overlay looks like to help 2019-08-17 19:47:12 -04:00
dsf Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
dsf-gdb Bug 550165: Debugging is stuck when "command aborts" on step return 2019-08-19 12:43:22 -04:00
jtag Bug 535163: Use 'reset and halt' command (DAP) 2019-08-23 19:45:13 +01:00
launch Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
llvm Bug 542488: Remove duplicated code 2019-07-09 21:17:22 -04:00
lrparser Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
lsp Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
memory Convert new Runnable to lambda. 2019-08-12 07:11:40 -04:00
native Bug 550697: Also set DCB.Parity=NOPARITY on Windows 2019-09-03 17:41:53 +02:00
qt Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
releng [releng] TM4E changed their feature name 2019-09-03 10:44:24 -04:00
remote [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
testsrunner Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
toolchains/arduino Convert new Runnable to lambda. 2019-08-12 07:11:40 -04:00
upc Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
util [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
visualizer Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
windows MSVC: Add a few more macro workarounds for missing built-ins 2019-07-04 00:52:13 -04:00
xlc Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
.gitattributes Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
.gitignore Bug 540373: Add a code cleanliness check script 2018-11-23 14:59:29 +00:00
pom.xml Do not override managed maven plugin version. 2019-08-09 05:02:43 -04:00