mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
This fixes a small mistake when calculating binary size for an Xtensa file. Previously it would exit with the following error: $ tinygo build -o test.elf -size=short -target=esp32-mini32 examples/serial panic: runtime error: index out of range [65521] with length 18 Now it runs as expected: $ tinygo build -o test.elf -size=short -target=esp32-mini32 examples/serial code data bss | flash ram 2897 0 4136 | 2897 4136pull/2272/head
Ayke van Laethem
3 years ago
committed by
Ron Evans
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue