platform-atmelavr icon indicating copy to clipboard operation
platform-atmelavr copied to clipboard

Atmel AVR: development platform for PlatformIO

Results 128 platform-atmelavr issues
Sort by recently updated
recently updated
newest added

Hello, I have tried using `trinket5` board and setting `board_build.f_cpu` and `board_build.f_flash` to `8000000L`, and I have also tried just using `trinket3` since it is already 8MHz in platformio, but...

Please consider to add upload.mcu like existing build.mcu in case upload.mcu is absent then pio would use build.mcu https://github.com/platformio/platform-atmelavr/blob/d9d2738bcb1c632e2f5e3c57318e6ae8281ee960/builder/main.py#L207C20-L207C20 it needs to support Amperka boards they compile code as build.mcu=atmega328p...

ATX2 is not included in the supported boards list. It would be lovely if Platform IO supports it so I, and many more people, don't need to download the necessary...

board request

Hi, I want to add a custom board to repo. I add json file and make fork with pull request. what can I do else ? Thanks.

Hi, I'm trying to figure out a few details about the toolchain-atmelavr package: * Which specific version of the code is used? Is it patched? * How is it built?...

.... "protocol": "arduino", "require_upload_port": true, "speed": 19200, "protocols": [ "usbtiny", "arduino" ] .... { "build": { "core": "tiny", "extra_flags": "-DARDUINO_AVR_ATTINYX5", "f_cpu": "8000000L", "mcu": "attiny85", "neo_pixel_port": "PORTB", "variant": "tinyX5" }, "debug":...

Hi, I have recently created a new PlatformIO board for the mentioned LoRA module (https://soldered.com/product/atmega328p-microcontroller-board-with-lora-transciever-and-ipx-connector/), it's made by a Croatian firm named Soldered Electronics, and I would like for it...

board request

What kind of issue is this? - [ X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not...

While writing [code](https://gitlab.com/nuance-systems/dragonfly-can-expander) for an ATTINY806 chip, I ran across this error: ``` (base) epoulsen@strawberry:~/workspaces/dragonfly-can-expander/firmware$ PLATFORMIO_BUILD_FLAGS="-DMCP2515_NO_CONTEXT -DMCP2515_CLOCK_XTAL_FREQ_MHZ=16 -DMCP2515_CLOCK_BAUDRATE_KBPS=1000" pio run Processing attinyx06 (platform: atmelmegaavr; board: ATtiny806) ----------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can...

Resolves #294. Adds all four [Move38](https://move38.com/) boards along with an example for them from [their core](https://github.com/bigjosh/Move38-Arduino-Platform/tree/1.3/libraries/Examples01/examples/F-ColorWheel). The build logic of this Arduino core is quite peculiar in some places, requiring...