platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
139 stars 105 forks source link

Compilation error with digispark-tiny board and OneWire Library #220

Open NilsRo opened 3 years ago

NilsRo commented 3 years ago

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 the board it runs fine again. So it seems some relationship between the board and the library. Does anybody knows a solution? All components are up-to-date, Processing digispark-tiny (platform: atmelavr; board: digispark-tiny; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/digispark-tiny.html PLATFORM: Atmel AVR (3.0.0) > Digispark USB
HARDWARE: ATTINY85 16MHz, 512B RAM, 5.87KB Flash DEBUG: Current (simavr) On-board (simavr)
PACKAGES:

Terminal will be reused by tasks, press any key to close it.

Cheers, Nils

valeros commented 3 years ago

Hi Nils, sorry for the late reply. Does it work in the Arduino IDE?