platform-atmelavr icon indicating copy to clipboard operation
platform-atmelavr copied to clipboard

Atmel AVR: development platform for PlatformIO

Results 128 platform-atmelavr issues
Sort by recently updated
recently updated
newest added

Depending on what board you use, it seems platformio's logic *expects* `upload_port` to be set, and be a port it can access (on linux, at least). i.e. With the following,...

This is bad when your setting fuses to turn the reset pin to an IO pin. The '-e' option (erase) is included from two places: 1) The FUSESCMD uses UPLOADERFLAGS...

This is meant to start a discussion. Has there been any thought about using the various cores (tiny, Mighty, Mega, Mini, etc) directly rather than having to copy files from...

Here is the full verbose upload log : https://pastebin.com/zgVdAzFf It is a simple "LED blink" demonstration program. platformio.ini is as follows : [env:sparkfun_promicro16] platform = atmelavr board = sparkfun_promicro16 framework...

I’m using a joystick and an Arduino Pro Micro to emulate the mouse, I use exactly the same code on both platforms, it compiles perfectly, with no errors, however it...

**Feature Request** Currently PlatformIO auto detects the appropriate port when uploading code to a specified board such as the Arduino UNO. Similarly I seems reasonable that the same port should...

### Configuration OS: Manjaro Platformio Version: 4.0.2 ### Description Attempting to upload to the Flora board results in an error message, which I will post below. Afterwords the serial port...

The Arduino WiFi101 library fails at runtime when compiled with PIO. I ported working Arduino Mega code from the Arduino IDE to PIO. It compiled and linked without error. However,...

Had a lot of weird problems with avrdude failing when invoked by platformIO, working fine from normal command line. Eventually traced it to the -D option. According to avrdude's documentation:...

Hello, I have been [redirected](https://twitter.com/PlatformIO_Org/status/1132759175107403776) here to give an error report. Calling std::floor() on a float, the arduino gets stuck. Compiling with Arduino IDE instead of PlatformIO does not cause...