8000 arduino spec implementation · Issue #3 · apla/cuwire · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arduino spec implementation #3

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

Open
8 of 11 tasks
apla opened this issue Feb 11, 2015 · 0 comments
Open
8 of 11 tasks

arduino spec implementation #3

apla opened this issue Feb 11, 2015 · 0 comments

Comments

@apla
Copy link
Owner
apla commented Feb 11, 2015

Arduino is actually a specification.

Workflow as see-the-source spec:

  1. all .ino/.pde is concatenated together (not sure about feature usability)
  2. resulting file is preprocessed (insert #include "Arduino.h" just before first statement)
  3. add folders to compiler includes by header name (see Arduino user libraries not found brackets-cuwire#10) — cada84c
  4. compile cores and variants, make archive
  5. compile every .c/.cpp file in libraries
  6. compile every .c/.cpp file in project
  7. link all together
  8. check size

Actual specifications:

  1. 3rd party hardware spec not fully implemented

Hacks as specifications:

  1. platform.local.txt to override value in platform.txt
  2. reading arduino preferences (mine is ~/Library/Arduino15/preferences.txt) — at least sketchbook folder
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
0