mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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");
|