platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
Created a board for ATtiny84 using the reverse (clockwise) pin mappinig, as opposed to the default CCW pinmapping. Reads from the "tinyX4_reverse" board variant. Why? Tldr: the mapping has changed...
``` Checking size .pio/build/32u416m/firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [========Warning! The data size (7243 bytes) is greater than maximum allowed (2560 bytes) ==]...
There's been a newer version of toolchain-atmelavr for 3 years now. Why not use it? Note: I have tested nothing. I only updated the version number in the platform.json. Has...
When you try to debug using simavr on an Intel Mac, you get a long, long list of errors. The root case is: "Bad CPU type in executable" for simavr.
Fysetc has an updated pins_arduino.h file https://github.com/FYSETC/FYSETC-F6/blob/master/pins_arduino.h But the one that you get when you request board = fysetc_f6_13 Is a older version that is missing the definitions for change...
Hi [@ivankravets](https://community.platformio.org/u/ivankravets), it seems Homebrew has an AVR compiler for ARM64, as written in this post: [Can’t build with toolchain-atmelavr on darwin_arm64](https://community.platformio.org/t/cant-build-with-toolchain-atmelavr-on-darwin-arm64/26688) Can we add this package to the PlatformIO...
PS C:\Users\bardc\Documents\PlatformIO\Projects\blinker> c:/users/bardc/.platformio/penv/Scripts/pio run --target fuses --verbose Processing windows (upload_protocol: jtagmkI; upload_flags: -e; upload_port: COM17; monitor_port: COM17; platform: atmelavr; board: ATmega128; framework: arduino; board_build.f_cpu: 15000000L) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/ATmega128.html PLATFORM: Atmel AVR...
While working with some ATMEL ATtiny 214 chips, I discovered a bug that makes it impossible to set the fuses of the Microcontroller, when using a SerialUPDI programmer. The problem...