Conversation
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Autotools is a relic of the past, let it rot in peace. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
bda75f0 to
b642f41
Compare
| return min(available_out, available_in); | ||
| #elif defined (EUD_LNX_ENV) | ||
| return std::min(available_out, available_in); |
There was a problem hiding this comment.
Why are these two defined distinctly from one another on the baseline?
And @quic-kdybcio - why add this difference for EUD_WIN_ENV? How does it fail with std::min() instead?
Aside: we should probably explicitly include stdint.h for the sake of these types. Unless I missed it in there somewhere.
There was a problem hiding this comment.
@androm3da I purposefully touched the questionable code just enough to make it compile.. that said, it's going to need quite some cleanup, if not a rewrite, to be considered maintainable...
|
OpenOCD use automake build system. For enabling EUD debug for QCOM chipsets we are adding code submodule in the OpenOCD project. We therefore chose to go with automake for EUD as well |
|
Remove the stale label or add a comment to reset the inactivity timer |
Meson simplifies dependency management and is much more modern & streamlined.