
Not tested on actual hardware, only on simavr. The main motivation for adding this chip is to be able to run simulated tests using a much larger memory space (16kB RAM, 128kB flash) without jumping to the XMega devices that may not be as well supported by LLVM.
7 строки
103 Б
Go
7 строки
103 Б
Go
// +build avr,atmega328p
|
|
|
|
package machine
|
|
|
|
import "device/avr"
|
|
|
|
const irq_USART0_RX = avr.IRQ_USART_RX
|