-
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
3 weeks ago
-
Hi,
Encouraged by similar request #34 I decided to add a new issue. I'm looking forward to create a new design using attiny204 (alas, nothing else is left on Mouser!).
I'm assuming that 0-series s…
-
I'm interested in adding support for the new AVR chips, 0/1/2-series tinyAVR and megaAVR, that have been released in the past few years. While overall the cores look a lot like classic AVR cores, ther…
-
Hi,
first, thanks for bringing the V-USB to the newer tinyAvr's!
I couldn't figure out if your lib could work also with the newer megaAVR family, like Atmega3208 / 4809 etc.; what do you think abou…
-
This is more of a usage question: is it possible to embed this code inside an existing Arduino Project and still retain the ability to flash a TinyAVR MCU?
Is jtag strictly necessary for the proces…
-
And here we were all worried that Microchip was going to let AVR languish, and was just doing a capture -> woodshed sorta thing to take out a PIC competitor...
Microchip's AVR team has apparently …
-
The tinyAVR 0/1 series are supported by avr-libc (development version, no release yet), thus the "proprietary" Atmel DFP isn't necessary.
In the past one was able to fake its existence by setting a…
-
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…
-
Good day!
I mean the MCU having lock byte set. At least when using avrdude.
The reason is code of JTAG2::enter_progmode(). Briefly: this code is not working completely if the MCU is in "locked"…
-
This library will provide the following functionality:
* Allow sleep where the RTC is used to keep time in standby sleep, and adjust millis() time upon wake, when using any timer except RTC as the …