-
I am setting up an environment (in neovim) for working with the newer AVR device families (specifically avr128db48). _avr-gcc_ does not support these out of the box and an additional device family pac…
-
### The problem
I'm using a Denon AVR-X2700H and added it to homeassistant. Everything works pretty much fine, the only issue is that the sources list is missing quite some entries. For example "8k",…
-
As far as I can see there is no support for the newer AVR family avr-dx (avr-db, avr-da and avr-dd). Are there any plans to include these?
-
This is mainly motivated due to size issues when using LLVM when AVR is targeted.
I have [partial support for it](https://gitlab.com/-/snippets/3626909) in my forks ([gcc](https://github.com/YakoYako…
-
# Proposal
I'm proposing to remove the existing `avr-unknown-gnu-atmega328` target and replace it with a generic `avr-unknown-none` variant. This variant can be then specialized for a specific CPU (w…
-
Hi
Just put a look on Tiny X16:.
The lines with Tiny 416 looks like OK but for others CPU x16 need some update:
the lines
#define __AVR_ATtinyx06__
should be replaced by:
#define __A…
-
This is not actively been worked on. This issue is just a placeholder for reference to relevant documentation and/or other references.
-
### Describe the request
https://arduino.github.io/arduino-cli/1.1/platform-specification/ describes the platform specification. https://arduino.github.io/arduino-cli/1.1/platform-specification/#hard…
-
### Description
Work to upstream AVR support into the main swift repo from the Swift for Arduino project.
### Additional information
- [x] #74818
- [x] apple/llvm-project#8945
- [x] #75127
…
-
At the moment compiler-builtins isn't useful for AVR, because that platform uses [a custom calling convention for intrinsics](https://gcc.gnu.org/wiki/avr-gcc#Exceptions_to_the_Calling_Convention) - s…