-
I am seeking assistance in the library GitHub to address an issue I'm encountering.
My challenge involves establishing communication between the Ebyte LoRa E220-400M22S and the MCU ATTINY804 IC. Be…
-
What kind of issue is this?
- [ ] **Feature Request**.
This is a feature request, I guess!
There is a series of new AVR chips from microchip, like attiny804.
A nice list of them is in this art…
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
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…
-
Given that the [last commit](https://github.com/avrdudes/avr-libc/commit/55e8cac69935657bcd3e4d938750960c757844c3) hinted that 2.2.0 is around the corner, but has been sitting there for a few months, …
-
I am not so sure how difficult it is to add the support of mega0 AVR and Tiny0/1/2 AVR, similar to optiboot_x.
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
…
-
Minimal repro
```
int16_t samples[260] = { 0 };
volatile uint16_t sampleReadStartIdx = 0;
void setup() {
}
void loop() {
samples[sampleReadStartIdx] = samples[sampleReadStartIdx];
}
…
-
### Describe the problem
The Arduino language features are not available after startup.
### To reproduce
- Have no attached boards,
- Start IDE2,
- Select `Arduino Uno` board (can be any),…
-
I found a [chinese air quality sensor](https://www.aliexpress.com/item/JQ-300-Intelligent-WIFI-Home-Smog-Meter-CO2-HCHO-TVOC-Air-Quality-Analysis-Tester-Detector-Sensor/32958279546.html) on Aliexpress…
-
The current "avrdude.conf" has the following description in three places: ".xmega", ".avr8x", and ".avrdx".
```
memory "data"
# SRAM, only used to supply the offset
offset …