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

Use the same Java-free ino2cpp utility #10

Open
rei-vilo opened this issue Dec 10, 2019 · 1 comment
Open

Use the same Java-free ino2cpp utility #10

rei-vilo opened this issue Dec 10, 2019 · 1 comment

Comments

@rei-vilo
Copy link
Member

Use the same Java-free ino2cpp utility, for example from MSP432P1111 core package.

# 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
@rei-vilo
Copy link
Member Author

See Suggestion: Consolidate tool-chains and utilities #1051 at energia/Energia#1051

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

No branches or pull requests

1 participant