543f75a6c3
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
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
function sysloop(ticknow) {
|
|
blink();
|
|
};
|
|
print("Random generated number: ", Math.random());
|
|
print("main js OK");
|