tinygo/targets/simavr.json
Ayke van Laethem 32a7b8cc4e avr: use a stack size of 512 bytes for testing
The goroutine tests are failing with the default 256 byte stack size.
2022-01-09 11:04:10 +01:00

5 строки
93 Б
JSON

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