-
Notifications
You must be signed in to change notification settings - Fork 36
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
Make the compiler compile Arduino 1.6 sketches #23
Comments
Ok I see you've committed no code to Github during the past week. |
Is this project still actively maintained by codebender? Any chance of Arduino 1.6 support? I assume codebender.cc must have it by now? |
hey @Arachnid, sorry for the delay. actually we don't have support for that just yet, because we are working on a major push to Arduino 1.6, while making sure that none of the more than 100K sketches on codebender break the good news is that the Arduino team has recently released an independent build system, so we should be able to use that |
Thanks for the update. By independent build system, do you mean the command-line interface to compile (and optionally upload)? Or is there something more standalone now? |
The Arduino team added a way to run the Arduino IDE from the command line a while ago (in one of the 1.5.x versions), but this was still crappy so they are releasing a standalone tool for compilation now (called builder-something). |
Start implementing the storing of the files in a temp folder, like it's done now in the CompilerHanlder,
and make sure that the temp folder can be used in order to successfully compile the project with Arduino 1.6 through command line.
Make sure that the response is the same as the one from CompilerHandler's main function (in terms of structure).
Try to keep your code tested (at least functional tests).
The text was updated successfully, but these errors were encountered: