mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
a94e03eff2
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`).
6 lines
93 B
JSON
6 lines
93 B
JSON
{
|
|
"inherits": ["atmega1284p"],
|
|
"scheduler": "tasks",
|
|
"default-stack-size": 384
|
|
}
|