-
logicnibble
2010-07-20 16:18:03
Some new devices are not supported by avarice, like the atmega324 variants: atmega324a and atmega324pa (only atmega324p is supported).
I've tested with version 2.10.…
-
Hi,
I got
$ make
avr-gcc -mmcu=attiny2313 -DF_CPU=8000000 -O2 -fpack-struct -fshort-enums -funsigned-bitfields -funsigned-char -Wall -I. avr-rtos-isr.s -c -o avr-rtos-isr.o
avr-rtos-isr.s: Assemble…
nusov updated
11 years ago
-
Hi,
First thanks for this amazing project.
I am getting a segfault when opening an .ino file and then opening the compiler settings window, it segfaults.
I am running linux with Arduino ID…
-
Mon 16 May 2016 11:59:03 PM CEST
The attached patch fixes the names that avr-libc defines for several SPI-related registers in iom324pa.h and iom164pa.h. The datasheets call the registers SPCR, SPSR…
-
**OS**: Windows 10 Version 21H1 (OS Build: 19.043.1081) / UBUNTU 20.04 LTS
**VS Code**: 1.57.1
**Arduino IDE**: 1.8.15
**Arduino Extension**: 0.4.3
# Problem:
The `Serial1` is undefined. T…
-
Hello,
I'm an embedded developer in Calgary, Alberta, Canada. I found your project after buying an 2578AY-AT with ST7735 color kit and assembling it. I enjoyed working in your code base. My work…
-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…
-
Hi,
I was able to configure ComponentTester-1.47m firmware to work properly on a LCR-T5 meter, based on the STRIP_GRID_BOARD = 5 LCD port mapping found in Karl-Heinz firmware. In order for the LCD …
-
Hi,
When running make, multiple .c files compile fine, then compiling stops with several errors in SPI.c :
C:\Temp\ComponentTester-1.47m>make
avr-gcc -mmcu=atmega324p -Wall -I. -Ibitmaps -DF_CPU=…
-
I tried a simple code:
```
void setup() {
Serial.begin(9600);
Serial.println("Test");
}
void loop() {
}
```
Export compiled binary to hex using Standard pinout, and uploaded it to SimulID…