README: improve documentation references
Этот коммит содержится в:
родитель
3babdfdc00
коммит
55a60acbf4
1 изменённых файлов: 13 добавлений и 10 удалений
|
@ -68,17 +68,15 @@ Not yet supported:
|
||||||
|
|
||||||
## Supported targets
|
## Supported targets
|
||||||
|
|
||||||
Most targets that are supported by LLVM should be supported by this compiler.
|
The following architectures/systems are currently supported:
|
||||||
This means amd64 (where most of the testing happens), ARM, and Cortex-M
|
|
||||||
microcontrollers.
|
|
||||||
|
|
||||||
The AVR platform (as used by the Arduino, for example) is also supported when
|
* ARM (Cortex-M)
|
||||||
support for it is enabled in LLVM. However, because it is a Harvard style
|
* AVR (Arduino Uno)
|
||||||
architecture with different address spaces for code and data and because LLVM
|
* Linux
|
||||||
turns globals into const for you (moving them to
|
|
||||||
[PROGMEM](https://www.nongnu.org/avr-libc/user-manual/pgmspace.html)) most real
|
For more information, see [this list of targets and
|
||||||
programs don't work unfortunately. This can be fixed but that can be difficult
|
boards](https://tinygo.readthedocs.io/en/latest/targets.html). Pull requests for
|
||||||
to do efficiently and hasn't been implemented yet.
|
broader support are welcome!
|
||||||
|
|
||||||
## Analysis and optimizations
|
## Analysis and optimizations
|
||||||
|
|
||||||
|
@ -105,6 +103,11 @@ Implemented compiler passes:
|
||||||
|
|
||||||
See the [installation instructions](https://tinygo.readthedocs.io/en/latest/installation.html).
|
See the [installation instructions](https://tinygo.readthedocs.io/en/latest/installation.html).
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Documentation is currently maintained on a [dedicated ReadTheDocs
|
||||||
|
page](https://tinygo.readthedocs.io/en/latest/).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the BSD 3-clause license, just like the
|
This project is licensed under the BSD 3-clause license, just like the
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче