-
-
Notifications
You must be signed in to change notification settings - Fork 738
Integrate Arduino.org boards #190
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
Conversation
Main differences: * avrdude compatible vs bossac bootloader * flash location of user sketch (0x2000 vs 0x4000)
Otherwise a compulsory property should be added to every board (3rd paty hell). The bug is related with IDE's uploadUsingPreferences; the property map used to expand the receipe is derived from board properties and overwritten by the programmer's properties. So no default can exist, and no global variable either.
|
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
|
Question: Is it really wise to integrate the Tian in with the rest of the SAMD21 core and not give it a separate core? It seems like there is alot of additional code is being added to support a single board and that code doesn't apply any of the official or 3rd SAMD21 based boards. |
|
Hi @dlabun , |
|
Merged manually |
refactor tinyusb core
Tian needs arduino/Arduino@e970968 to work correctly.
Avrdude needs to be added as a dependency in index json file