platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
https://github.com/mikaelpatel/Cosa Is there any way of integration of this great library to plATFORMIO, OR simply adding path to project file to automatically include base and additional libraries from external folders...
What kind of issue is this? Possibly(?) - [X] **Development Platform or Board**. All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms should be reported to...
Using the new arduino-cli tool will make supporting newer chips much easier. https://github.com/arduino/arduino-cli for more information. I don't know enough about the build process to use it within PlatformIO, but...
# Moved from https://github.com/platformio/platformio-core/issues/452 /cc @grzegorzshub, @AKBON, @yveshanoulle ----------------- Is it possible to program Yun over wifi please? --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39755416-programming-arduino-yun-over-wifi?utm_campaign=plugin&utm_content=tracker%2F38207915&utm_medium=issues&utm_source=github)** We...
I want to override the `USB_PRODUCT` and `USB_MANUFACTURER` strings on my Sparkfun Pro Micro. According to the docs (http://docs.platformio.org/en/latest/boards/atmelavr/sparkfun_promicro16.html#configuration), I can > override default SparkFun Pro Micro 5V/16MHz settings per...
Moved from https://github.com/platformio/platformio-core/issues/628 /cc @pateldipen1984 @nopdotcom
When uploading to the Sparkfun Pro Micro, everything goes through fine, but the device shows up as "Sparkfun Pro Micro bootloader" and not just "Sparkfun Pro Micro" like it would...
it would be nice to add support for the **fishino uno** board from www.fishino.it package including not only avr variants: [http://www.fishino.it/arduinoide/package_fishino_index.json](http://www.fishino.it/arduinoide/package_fishino_index.json)
I can build and upload my program/main.cpp to the board, all the read/write leds are blinking so the board if programmed but nothing happens.. If I upload the same code...
Hi! Would it be possible to add support for the BOB3 (http://www.bob3.org/)? It uses an Atmega88, I think and the necessary libraries are here: https://sourceforge.net/p/nibo/code/HEAD/tree/niborobolib/trunk/arduino16/ Regards, Joe --- Want to...