Tinygo - Go-компилятор для встраиваемых систем (форк https://github.com/tinygo-org/tinygo) С поддержкой сборки динамических библиотек
Найти файл
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
lib Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
src Add AVR support 2018-06-07 18:35:54 +02:00
.gitignore Automatically convert .svd files to Go source files 2018-05-05 19:02:43 +02:00
.gitmodules Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
analysis.go compiler: Fix interface analysis (oops!) 2018-06-07 18:24:47 +02:00
arm.ld Assorted allocator fixes 2018-06-07 18:24:31 +02:00
avr.ld Add AVR support 2018-06-07 18:35:54 +02:00
avr.S Add AVR support 2018-06-07 18:35:54 +02:00
gen-device.py Add AVR support 2018-06-07 18:35:54 +02:00
Makefile Add AVR support 2018-06-07 18:35:54 +02:00
tgo.go Add AVR support 2018-06-07 18:35:54 +02:00