mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
all: update import paths to github.com/tinygo-org/tinygo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# TinyGo - Go compiler for microcontrollers
|
||||
|
||||
[](https://travis-ci.com/aykevl/tinygo)
|
||||
[](https://travis-ci.com/tinygo-org/tinygo)
|
||||
|
||||
> We never expected Go to be an embedded language and so it's got serious
|
||||
> problems [...].
|
||||
@@ -166,7 +166,7 @@ If you want to contribute, here are some suggestions:
|
||||
requires a few compiler changes, but if the architecture is supported you
|
||||
can try implementing support for a new chip or board in `src/runtime`. For
|
||||
details, see [this wiki entry on adding
|
||||
archs/chips/boards](https://github.com/aykevl/tinygo/wiki/Adding-a-new-board).
|
||||
archs/chips/boards](https://github.com/tinygo-org/tinygo/wiki/Adding-a-new-board).
|
||||
* Microcontrollers have lots of peripherals and many don't have an
|
||||
implementation yet in the `machine` package. Adding support for new
|
||||
peripherals is very useful.
|
||||
|
||||
Reference in New Issue
Block a user