tinygo/targets/simavr.json
Ayke van Laethem a94e03eff2 avr: get go test -target=simavr to work
This patch changes two things:

 1. It changes the default stack size. Without this change, the
    goroutine.go test doesn't pass (apparently there's some memory
    corruption).
 2. It moves the excluded tests so that they are skipped with a regular
    `-target=simavr`, not just when running all tests (without
    `-target`).
2022-05-18 15:20:09 +02:00

5 строки
93 Б
JSON

{
"inherits": ["atmega1284p"],
"scheduler": "tasks",
"default-stack-size": 384
}