-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Arduino is actually a specification.
Workflow as see-the-source spec:
- all
.ino/.pdeis concatenated together (not sure about feature usability) - resulting file is preprocessed (insert
#include "Arduino.h"just before first statement) - add folders to compiler includes by header name (see Arduino user libraries not found brackets-cuwire#10) — cada84c
- compile cores and variants, make archive
- compile every
.c/.cppfile in libraries - compile every
.c/.cppfile in project - link all together
- check size
Actual specifications:
- 3rd party hardware spec not fully implemented
Hacks as specifications:
-
platform.local.txtto override value inplatform.txt - reading arduino preferences (mine is ~/Library/Arduino15/preferences.txt) — at least sketchbook folder
Metadata
Metadata
Assignees
Labels
No labels