add tinygo device files
This commit is contained in:
8
targets/device/avr/attiny816.ld
Normal file
8
targets/device/avr/attiny816.ld
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Automatically generated file. DO NOT EDIT. */
|
||||
/* Generated by gen-device-avr.go from ATtiny816.atdf, see http://packs.download.atmel.com/ */
|
||||
|
||||
__flash_size = 0x2000;
|
||||
__mapped_flash_start = 0x8000;
|
||||
__ram_start = 0x3e00;
|
||||
__ram_size = 0x200;
|
||||
__num_isrs = 29;
|
||||
Reference in New Issue
Block a user