-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Add support for panStamp AVR #117
Comments
Add support for "panStamp" boards // Resolve #117
Thank you for adding support for panstamp so promptly 👍 I managed to successfully build the panstamp-blink.ino. However, I have a few issues compiling a sketch that uses the Wire lib, similar to what is mentioned here: http://www.panstamp.org/forum/archive/index.php/thread-3978.html Apparently, using the panstamp libraries requires a few patches to the libraries shipped with arduino. Should I open a new issue covering this? Shall I provide more information, or a testcase? |
I looked into this more closely, apparently they just rename twi.c from libraries/Wire/utility to twi.cpp to make it work. Would this be a viable solution? |
@gandy92 thanks for report. I've just opened new issue #133 . It should resolve this problem. P.S: You can currently avoid this problem via adding specific libs to your project |
Thanks for the workaround. For a preliminary fix I manually copied the libraries to the platformio directories. Your solution is much more elegant, though, I will try this with a clean installation, tomorrow. |
Ok, I will wait for your results. P.S: Please restore default PlatformIO packages. Just uninstall/install specified platforms or remove totally |
Removed .platformio dir and copied panstamp-avr specific libraries to lib/ Worked fine for both of my projects. 👍 |
Is it possible to add support for the panStamp AVR and panStamp NRG boards?
The text was updated successfully, but these errors were encountered: