Tinygo - Go-компилятор для встраиваемых систем (форк https://github.com/tinygo-org/tinygo) С поддержкой сборки динамических библиотек
Найти файл
Ayke van Laethem f4ee774866 Set up a stack
I forgot to actually set up a stack for the program but strangely it
(mostly) worked - probably due to inlining.
2018-04-26 23:38:46 +02:00
lib Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
src compiler: Implement init() 2018-04-26 18:54:46 +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 Set up a stack 2018-04-26 23:38:46 +02:00
Makefile compiler: Merge the runtime into the Go code, for better code size 2018-04-26 18:06:54 +02:00
tgo.go compiler: Implement init() 2018-04-26 18:54:46 +02:00