-
- Downloads
esp8266: Change bignum from mpz to longlong; move some rodata to iram.
Some rodata items can go in iram/irom segment, but not others. With this patch ESP now has 24256 bytes of heap ram. It passes 228 out of 248 tests from tests/basics directory.
Showing
- esp8266/Makefile 2 additions, 1 deletionesp8266/Makefile
- esp8266/esp8266.ld 46 additions, 37 deletionsesp8266/esp8266.ld
- esp8266/main.c 3 additions, 0 deletionsesp8266/main.c
- esp8266/mpconfigport.h 1 addition, 1 deletionesp8266/mpconfigport.h
- esp8266/strtoll.c 29 additions, 0 deletionsesp8266/strtoll.c
esp8266/strtoll.c
0 → 100644
Please register or sign in to comment