-
```
What steps will reproduce the problem?
1. Try using WDTC in your attiny84 project
2. Compile
3. You'll get an undefined compiler message for WDTCR
I have to add:
#ifndef WDTCR // Missing for att…
-
```
What steps will reproduce the problem?
1. Try using WDTC in your attiny84 project
2. Compile
3. You'll get an undefined compiler message for WDTCR
I have to add:
#ifndef WDTCR // Missing for att…
-
```
1) copy devices from HelloWorld.pde to all other examples
2) Check compilation of ATTiny45
3) Do usual release testing
```
Original issue reported on code.google.com by `olikr...@gmail.com` on 3 …
-
```
What steps will reproduce the problem?
1. Connect attiny45
2. Compile and burn test program using avrdude
What is the expected output? What do you see instead?
I expected the program to burn and…
-
```
What steps will reproduce the problem?
1. Try using WDTC in your attiny84 project
2. Compile
3. You'll get an undefined compiler message for WDTCR
I have to add:
#ifndef WDTCR // Missing for att…
-
```
1) copy devices from HelloWorld.pde to all other examples
2) Check compilation of ATTiny45
3) Do usual release testing
```
Original issue reported on code.google.com by `olikr...@gmail.com` on 3 …
-
```
1) copy devices from HelloWorld.pde to all other examples
2) Check compilation of ATTiny45
3) Do usual release testing
```
Original issue reported on code.google.com by `olikr...@gmail.com` on 3 …
-
```
What steps will reproduce the problem?
1. Try using WDTC in your attiny84 project
2. Compile
3. You'll get an undefined compiler message for WDTCR
I have to add:
#ifndef WDTCR // Missing for att…
-
```
1) copy devices from HelloWorld.pde to all other examples
2) Check compilation of ATTiny45
3) Do usual release testing
```
Original issue reported on code.google.com by `olikr...@gmail.com` on 3 …
-
```
I thought I had a problem with avrdude.conf but it appears it might be trouble
with the arduino code. Have a look at
https://savannah.nongnu.org/bugs/index.php?30844
Thanks,
Mat
```
Original …