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.
This commit is contained in:
Ayke van Laethem
2018-06-07 18:35:54 +02:00
parent 802302a1aa
commit 90fb0ee4eb
264 changed files with 105721 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
/* Automatically generated file. DO NOT EDIT. */
/* Generated by gen-device.py from ATmega2560.atdf, see http://packs.download.atmel.com/ */
__flash_size = 0x40000;
__ram_size = 0x2000;
__num_isrs = 57;