Note that those will also be different from the online reference too, because they're newer. If you did get Espruino itself on a Linux PC (no need to install the ARM tools) you can run scripts/build_docs.py to create functions.html which will contain everything you need though.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
There are the automatic builds from travis here: http://www.espruino.com/binaries/travis/master/
I've just added NRF52832DK to it, so in a few minutes they should be done - you can check status here: https://travis-ci.org/espruino/Espruino/builds/171401291
Note that those will also be different from the online reference too, because they're newer. If you did get Espruino itself on a Linux PC (no need to install the ARM tools) you can run
scripts/build_docs.py
to createfunctions.html
which will contain everything you need though.