-
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?
-
after testing compilation for avr 3216 with this
https://github.com/SpenceKonde/megaTinyCore
I encounter many compilation problem.
is there a plan to support theses board?
Errors linked i…
bodtx updated
1 month ago
-
after updating the top level makefile to simpleCounter project instead of dummy, and attiny2313, the gsim app will segfault after being built:
```gdb
[david@Scott gui]$ gdb ./app
[...]
Reading s…
-
Microchip has new AVRs with up to 128k of flash.
"AVR DA Series": AVR128DAxx
"AVR DB Series": AVR128DBxx
There are also AVR EA and AVR DD series with up to 64k of flash.
Because of the need to a…
-
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.
…
-
The microcontoller selection has been narrowed down to 28-pin AVR DA or DB families, either SOIC or SSOP package. For now the development effort assumes either of those, unless it's necessary to narro…
-
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
Ref: optiboot_dx is too diffierent to be included in optiboot (optiboot_x is integrated into optiboot).
* http…
mcuee updated
9 months ago
-
I'm getting error:
`avrdude error: address 0x820009 out of range at line 665 of .pio\build\test_fuses_in_elf\firmware.hex`
caused by having C source file containing FUSES setting (src/fuses.c):
…
-
I've tested this on the AVR32DD14 and the AVR64DD28. When I configure IDE to disable MVIO (single supply) it seems to ignore my request and the MCU stays in dual supply mode ( Arduino IDE 1.8.13 and …
-
### Description
OneWire wont work on the new AVR Dx Series chips using board variant from SpenceKonde.
modified \Libraries\OneWire\2.3.7\OneWire\util\OneWire_direct_gpio.h
added condition…