platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
Please add support for uStepper S made by ON Development (https://www.ustepper.com/) uStepper S is an Arduino compatible board, with integrated stepper driver and 16-bit rotary encoder, mounted directly on the...
The latest version of MegaCore, v2.2.0 adds support for the ATmega165, ATmega169, ATmega325, ATmega329, ATmega645, ATmega649, ATmega3250, ATmega3290, ATmega6450 and ATmega6490. This PR adds manifest files for all these. The...
The latest version of MegaCore, v2.2.0 adds support for the ATmega165, ATmega169, ATmega325, ATmega329, ATmega645, ATmega649, ATmega3250, ATmega3290, ATmega6450 and ATmega6490. This PR adds support for these in the fuses.py...
When I try to debug the following main.cpp in CLion with the platformio.ini listed below, I get the error below, and the debugger stops. main.cpp: ``` #include static int solenoidPin...
is PICkit 4 supported by platformio-vscode-ide ? i can't able to find any resource.
The Platform IO module for VSCode sent me here to ask about adding board support for one I did not find in the list. I just got a Z-Uno (Z-Wave...
When the any of the serial methods from Arduino is used the error in the title prevents me from building. Because of that I can't use any of the Serial...
I meet some debug issues while using the arduino-blink project example with an Arduino Uno Board. I use only the “simulator mode” while debug (no board connected + PIO Debug...
When trying to run simavr the debugger fails stating load failed and no error. My launch.json looks like this: ``` { "version": "0.2.0", "configurations": [ { "type": "platformio-debug", "request": "launch",...
Uploading to an ATTiny167 fails with "Could not find USBtiny device (0x1781/0xc9f)". It doesn't prompt for a device connect. ` Processing attiny167 (platform: atmelavr; board: attiny167; framework: arduino) -----------------------Verbose mode...