platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
I have problems uploading a program to the digistump-attiny85 because the bootloader is not supported. Digging into some threads I found out that platform.io does support uploading a new bootloader....
# Background We are all familiar with F strings and the PROGMEM attribute. However, on devices with over 64k of flash, another problem emerges. The pointers are only 16 bits,...
**Freezing compliling** at last stroke Archiving .pio\build\miniatmega328\libFrameworkArduino.a No **Clean** affected. All version libs are updates. Flag **lib_archive = no** has unaffected. How disable archive lib? ``` VS: 1.51.1 (user setup)...
Hi. It would be nice to provide the [official EEPROM header](https://www.arduino.cc/en/Reference/EEPROM) to be used in ATtiny families, commonly present in [Digispark boards](http://digistump.com/products/1). When we try to use it, the IDE...
What kind of issue is this? - [ ] **Development Platform or Board**. All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms should be reported to...
Hi! Wouldn't it be a good idea to combine the `atmelavr` and the `atmelmegaavr` Avrdude versions? Currently, the `atmelmegaavr` version is more up to date. The reason why I'm stressing...
With a `platformio.ini` of ```ini [env:uno] platform = atmelavr board = uno framework = arduino debug_tool = avr-stub debug_port = \\.\COM14 ; GDB stub implementation lib_deps = jdolinay/avr-debugger @ ~1.1...
This issue is probably not _just_ related to platform-atmelavr, but I can reproduce the issue here. The problem is that if my code is constantly printing to the PIO serial...
Hi, I tried to program an ATTiny85 with Micronucleus bootloader (digispark-tiny) which works really fine. But when I add the OneWire Library I could not build anymore. If I change...
Could you please implement a generic ATtiny816 board? Datasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny416-816-DataSheet-DS40001913C.pdf Product description: https://www.microchip.com/wwwproducts/en/ATTINY816 Thanks a lot