-
To produce nice but slow sine waves look at:
http://www.avr-asm-tutorial.net/avr_en/AVR_DAC.html
kugg updated
15 years ago
-
### Environment details
I am currently able to develop for AVR by extending the `avr` architecture with the required `mcu`, e.g. :
~~~~
> cat ~/.conan2/settings_user.yml
arch:
avr:
…
-
```
Arduino 1.0 uses WinAVR-20081205 that comes with avr-libc 1.6.4.
There is a documented bug on avr-libc (#27235, #28135) related with malloc()
and free() that affects the current avr-libc version…
-
Here is a much more updated version of the protocol excel file. I was recently updating the c# lib https://github.com/miracle2k/onkyo-eiscp-dotnet/pull/1 and figured I would find some of the missing …
-
```
What steps will reproduce the problem?
1. configure device001/2 with ATmega128; 16MHz; Large
The following output will be displayed
Calculate code size: device_001.sizeelf
avr-gcc -mmcu=atmega1…
-
I get this avr-gcc error when I try to compile the example project. I am on Ubuntu 14.04 and avr-gcc version 4.8.2
`avr-gcc: error: unrecognized command line option ‘-assembler-with-cpp’`
Is there a…
-
Hello,
I am not a experienced Arduino User whe it comes to use external libraries.
### Your workbench
- Use IDE 1.8.19 on OSX
- Arduino Nano
Thank you for your help. Jakob
If I compile …
-
Thank you for the library. It works with my 151S AVR model.
I have never used php before so it took me a bit to set it up, my streamlined notes on a Ubuntu/Debian are below. My use case was to be a…
-
### Describe the problem
A project can only be compiled once per Arduino IDE session.
At the first compile, `includes.cache` is created in the build directory as expected and the compilation is …
-
Fri 22 Aug 2014 10:37:27 AM CEST
Trying to build avr-libc 1.8.1 with version the "--enable-debug-info=dwarf-4" configure option does not work, as it results in an error complaining about pgm_copystri…