tinygo/src/device/avr/atmega645p.ld
Ayke van Laethem 90fb0ee4eb
Add AVR support
This requires support in LLVM, as AVR support is still experimental. For
example, in bindings/go/build.sh, add
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR to cmake_flags.
2018-06-07 18:35:54 +02:00

6 строки
208 Б
Text

/* Automatically generated file. DO NOT EDIT. */
/* Generated by gen-device.py from ATmega645P.atdf, see http://packs.download.atmel.com/ */
__flash_size = 0x10000;
__ram_size = 0x1000;
__num_isrs = 22;