-
As I am sure you know, the recommended way to use features is to make them additive, and to avoid mutually exclusive features. However, `avr-hal` relies heavily on non-additive mutually exclusive feat…
-
We are heavily using the String() class in our code, including to build strings. Strings are memory hogs and the ATMega328 has only 2K of RAM. It is possible that code that runs fine on a Photon (20…
-
`avr-unknown-gnu-atmega328` is a new target in rustc. "atmega328" isn't recognized by [LLVM's Triple](https://llvm.org/doxygen/classllvm_1_1Triple.html) or [GNU autotools](https://git.savannah.gnu.org…
-
I haven’t tested it yet, but I’ve started the tweaks for atmega328 support.
https://github.com/penfold42/swinsid/tree/328
there’s a new Makefile328 and I’ve adjusted the interrupt vectors in the…
-
Hola Nicolas, como estas?
Esta correcta, tanto la memoria como el diagrama. Lo unico a observar es que el micro AVR8 que vimos en clase y que les pase las APIs es el ATMEGA128. En principio funcion…
-
Es gibt in der [platformio.ini](https://github.com/RFD-FHEM/SIGNALDuino/blob/master/platformio.ini) unterschiedliche Events. Mir ist aufgefallen, das 2 identische Event eingetragen sind.
```
[env:…
-
Great code!
Can i use the code on arduino nano?
Thanks you 👍
-
See below for errors I get.
I'm pretty sure that these problems are because I'm trying to use it on an Arduino Nano.
However, I'm not 100% sure as I still get other errors when compiling for Ardui…
-
I'm working on a project and I'm using AVR Libc and AVR GCC to compile it. I'm needing a JavaScript engine, so I am using this one. However, whenever I compile, I get lots of errors.
Output:
```
de…
-
# 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…