mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
32a7b8cc4e
The goroutine tests are failing with the default 256 byte stack size.
6 lines
93 B
JSON
6 lines
93 B
JSON
{
|
|
"inherits": ["atmega1284p"],
|
|
"scheduler": "tasks",
|
|
"default-stack-size": 512
|
|
}
|