We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the same Java-free ino2cpp utility, for example from MSP432P1111 core package.
ino2cpp
# TI's ino2ccp java.path.macosx={runtime.ide.path}/../PlugIns/ build.ino2cpp.path={runtime.tools.ino2cpp-1.0.6.path} build.ino2cpp.cmd.macosx="{build.ino2cpp.path}/ino2cpp.sh" "{java.path}" build.ino2cpp.cmd.linux="{runtime.ide.path}/java/jre/bin/java" build.ino2cpp.cmd.windows="{runtime.ide.path}/java/bin/java" recipe.hooks.sketch.prebuild.1.pattern={build.ino2cpp.cmd} "-jar" "{runtime.tools.ino2cpp.path}/ino2cpp.jar" -o "{build.path}/sketch/" -T "{build.ino2cpp.path}/templates/Variables.mk.template" -r "{build.ino2cpp.path}" -n {build.project_name} "{build.project_path}" msp432:MSP_EXP432P401R
The text was updated successfully, but these errors were encountered:
See Suggestion: Consolidate tool-chains and utilities #1051 at energia/Energia#1051
Sorry, something went wrong.
No branches or pull requests
Use the same Java-free
ino2cpp
utility, for example from MSP432P1111 core package.The text was updated successfully, but these errors were encountered: