platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
I need to specify upload_port when I use Arduino as ISP to upload firmware but I want platform to auto detect the port. How about to call BeforeUpload for custom...
As the title states I am looking for debug probe support for the atmel-ice / and or dragon debug probes. I specifically need support for the atmega328p processor which I...
The version of avrdude which is shipped with PlatformIO lacks support for widespread uploaders like the usbasp by Thomas Fischl. This functionality is available in the regular build of avrdude....
Hi MCU experts. I am quite new in the Arduino and PlatformIO universe, and I am faced with a strange issue. I am trying to address a WS2812B LED strip...
When I tried to upload my code in ATmega8 using usbasp I got the error: ``` avrdude: safemode read 1, efuse value: ff avrdude: safemode read 2, efuse value: d9...
Output of the https://github.com/Rahix/avr-device tool (all `*.svd.patched` files renamd to `*.svd`). Created as descripted in [community post](https://community.platformio.org/t/avr-simulator-as-aid-tool-for-debugging-code/13444/44?u=maxgerhardt). The SVD files are not yet referenced in the board JSON files because...
In most avr board, such as "[atmega328p xplained mini](https://www.microchip.com/en-us/development-tool/ATMEGA328P-XMINI)" board, there is a debug probe on the board, which named "mEDBG". Can platformio support "mEDBG" as ""1-click” solution for debugging...
Hello, I am trying to burn a bootloader to my DigiSpark board (ATTINY85). When running the following command : `platformio.exe run --target bootloader --environment digispark-tiny`, I get a `KeyError :...
The version of avrdude used by PlatformIO or some of the configuration must be wrong, because it's trivially easy to brick Leonardo and Pro Micro boards by just by uploading...
while uploading via arduino ide works fine with the same leonardo device , I'm getting this error with PlatformIO ``` Linking .pio\build\leonardo\firmware.elf Checking size .pio\build\leonardo\firmware.elf Advanced Memory Usage is available...