Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 608 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 608 Bytes

Atempt to Implement RTT and SystemView libs to use with TinyGo on the embedded targets.

July 14, 2019 - Done only simple "prove of concept". The folder examples/simple_rtt contains simple example of usage. stm32f4discovery was used to run code.

To compile example use tinygo build -o example.hex -gc=dumb -size=short -target=stm32f4discovery .

The result should be:

RTT with TinyGo!