mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user