avr: use compiler-rt

This commit is contained in:
Ayke van Laethem
2020-04-14 17:55:07 +02:00
parent 43d7f48de4
commit ce0abac5a3
10 changed files with 60 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ package task
import "unsafe"
const stackSize = 256
const stackSize = 1024
// calleeSavedRegs is the list of registers that must be saved and restored when
// switching between tasks. Also see scheduler_avr.S that relies on the