avr: get go test -target=simavr to work

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`).
This commit is contained in:
Ayke van Laethem
2022-05-04 22:15:26 +02:00
committed by Ron Evans
parent eb3d6261b4
commit a94e03eff2
2 changed files with 50 additions and 41 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["atmega1284p"],
"scheduler": "tasks",
"default-stack-size": 512
"default-stack-size": 384
}