Tinygo - Go-компилятор для встраиваемых систем (форк https://github.com/tinygo-org/tinygo) С поддержкой сборки динамических библиотек
Найти файл
Ayke van Laethem 775445cceb compiler: Reduce code size
Mark most Go functions as private (removing dead code) and configure to
optimize for size.
2018-04-26 17:16:54 +02:00
lib Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
src Add blinky example (which doesn't blink a LED, yet) 2018-04-25 20:07:04 +02:00
.gitignore Hello world! 2018-04-11 16:17:14 +02:00
.gitmodules Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
arm.ld Be able to actually run the blinky example on an nRF 2018-04-25 20:35:19 +02:00
Makefile Be able to actually run the blinky example on an nRF 2018-04-25 20:35:19 +02:00
tgo.go compiler: Reduce code size 2018-04-26 17:16:54 +02:00