tinygo/src
Ayke van Laethem 6360e318a7 runtime: add support for math package
The math package uses routines written in Go assembly language which
LLVM/Clang cannot parse. Additionally, not all instruction sets are
supported.

Redirect all math functions written in assembly to their Go equivalent.
This is not the fastest option, but it gets packages requiring math
functions to work.
2019-02-05 19:37:21 +01:00
..
device machine/stm32f103xx: support for SPI interface 2018-12-31 14:59:07 +01:00
examples Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
machine machine/itsybitsym0: correct comments for UART1 pin mapping and note which of the analog pin mapping require the second port, which is not yet implemented 2019-02-01 13:15:01 +01:00
os os: add basic OS functionality 2019-02-05 17:37:55 +01:00
reflect reflect: implement Value.Set*() for basic types 2019-02-05 17:11:09 +01:00
runtime runtime: add support for math package 2019-02-05 19:37:21 +01:00
sync sync: implement dummy sync.Pool for fmt 2018-10-20 15:52:41 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00