Files
tinygo/builder
Ayke van Laethem 73ab44c178 builder: support -size= flag on the esp32
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    4136
2021-11-16 07:42:58 +01:00
..
2021-11-04 17:15:38 +01:00
2021-11-15 11:53:44 +01:00
2020-04-09 20:23:51 +02:00
2021-09-16 20:13:04 +02:00
2021-11-04 17:15:38 +01:00
2020-04-09 20:23:51 +02:00
2021-09-27 15:47:12 +02:00