
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`).
5 строки
93 Б
JSON
5 строки
93 Б
JSON
{
|
|
"inherits": ["atmega1284p"],
|
|
"scheduler": "tasks",
|
|
"default-stack-size": 384
|
|
}
|