-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
```
Attached is a patch to support hardware SPI on the AT90USB1286, tested and
working on the Teensy++ 2.0 board.
The user should define __AT_AT90USB1286__ to enable the changes.
```
Original iss…
-
The latest avr-gcc 12.2.0 emits warnings like "main.cpp:52:12: warning: array subscript 0 is outside array bounds of "volatile uint8_t [0]" [-Warray-bounds]" for valid code like "CLKMSR = 0b01;".
Not…