firmware.elf section .text' will not fit in region
iram1_0_seg'
#185
Labels
Type: Bug
Considered a bug
.text' will not fit in region
iram1_0_seg'
#185
Hello
when i build normal are OK but not test and dev it's normal ?
Environment normal_1024 [SUCCESS]
Environment normal_4096 [SUCCESS]
Environment test_1024 [ERROR] firmware.elf section
.text' will not fit in region
iram1_0_seg'Environment test_4096 [ERROR] firmware.elf section
.text' will not fit in region
iram1_0_seg'Environment dev_1024 [ERROR] firmware.elf section
.text' will not fit in region
iram1_0_seg'Environment dev_4096 [ERROR] firmware.elf section
.text' will not fit in region
iram1_0_seg'other question why include :
#include <LiquidCrystal_I2C.h>
#include <Servo.h>
it's need only by plugin LiquidCrystal_I2C.h ex P012
I have dev a plugin for quirky nimbus but i need brzo_I2C (more speed and i need 400khz i2c) librarie and i need to disable some lib and plugin (ex LiquidCrystal_I2C ) without this my build generate also firmware.elf section
.text' will not fit in region
iram1_0_seg' in normal environment.why not use brzo_I2C in espeasy ? it s more speed and seem less consumes ESP8266 ressource
ex :
http://www.electronics-lab.com/esp8266-ssd1306-oled-library-release/
ex :
with and without brzo i2c implementation from a other project :
version with brzo implementation uses flash: 258 961 and ram: 34 248
version with wire.h implementation uses flash: 259 065 and ram: 34 392
Thanck you by advance
( sorry perhaps you prefer 3 issues ? )
The text was updated successfully, but these errors were encountered: