aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/simavr.json
AgeCommit message (Collapse)Author
2022-05-18avr: get `go test -target=simavr` to workAyke van Laethem
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-01-09avr: use a stack size of 512 bytes for testingAyke van Laethem
The goroutine tests are failing with the default 256 byte stack size.