Skip to content

Conversation

@quic-kdybcio
Copy link

Meson simplifies dependency management and is much more modern & streamlined.

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>
Comment on lines +1107 to 1109
return min(available_out, available_in);
#elif defined (EUD_LNX_ENV)
return std::min(available_out, available_in);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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...

@quic-agnelod
Copy link
Contributor

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

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.

3 participants