Fix random number generation on ESP8266

This patch uses the onboard RTC for generating random seed. It also improves the print handler to support float values.
The rom segment is slightly increased to fit to the latest master.

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2018-01-02 13:51:36 +01:00
committed by yichoi
parent c3c0bb8ddc
commit 543f75a6c3
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ MEMORY
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40220000, len = 0x6C000
irom0_0_seg : org = 0x40220000, len = 0x7C000
}
INCLUDE ../ld/eagle.app.v6.common.ld