mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
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:
committed by
Ron Evans
parent
eb3d6261b4
commit
a94e03eff2
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"inherits": ["atmega1284p"],
|
||||
"scheduler": "tasks",
|
||||
"default-stack-size": 512
|
||||
"default-stack-size": 384
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user