tinygo-site
tinygo-site copied to clipboard
Web site for TinyGo project.
I have manually collected a new "Feature-Matrix" document, but most likely it would be possible to generate it. This features are available for "doc-gen": * flags to choose the document...
relates to https://github.com/tinygo-org/tinygo/pull/3306 Added machine API, reference, and peripheral concept docs for the `EEPROM`. I used the other docs as examples on where I should be placing things, so if...
WIP pwm
I've been working on some good documentation for PWM. It's definitely not finished, but I think this is already really neat. It's an interactive way of explaining PWM ([Bret Victor...
Here is a possible API I've designed to add DMA support in the machine SPI API. Here is a copy of the API description: > ```go > func (spi SPI)...
This is the rebase that was requested from PR 320: https://github.com/tinygo-org/tinygo-site/pull/320 Signed-off-by: John Clark [email protected]
#105 I' ve created a document for feather-m4 as a draft. If there is no problem, I will update the other boards.
It seems the right way is to contribute code via PR's to dev-branch, but I have not found a guideline for this repo. This one seems to be only for...
## Preview See the changes in action at: ## Here, here! I changed the links by - making the visual target much larger by making the text of the links...
Hey all! Firstly, thanks to all the maintainers and contributors to this project! TinyGo is a great addition to the Go ecosystem. Secondly, the compatibility matrix at https://tinygo.org/docs/reference/go-compat-matrix/ doesn't mention...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.6. Changelog Sourced from nanoid's changelog. 3.3.6 Fixed package. 3.3.5 Backport funding information. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton...