An open API service providing commit metadata for open source projects.

GitHub / espruino/EspruinoTools / commits

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.

SHA Message Author Date Stats
170d2cfe Fix issue comparing characters (copy/paste issue from Java!) which meant that... Gordon Williams <g****w@p****k> over 1 year ago
a1943643 Add device filtering for Web Bluetooth Gordon Williams <g****w@p****k> over 1 year ago
d153cd23 Fix issue saving pretokenised code to boot code Gordon Williams <g****w@p****k> over 1 year ago
cf60c6f4 Ensure we don't pretokenise code that's being sent to RAM, as the REPL can't ... Gordon Williams <g****w@p****k> over 1 year ago
df37e9de Default Espruino CLI to *not* set time on upload Gordon Williams <g****w@p****k> over 1 year ago
b4cd28cd On firmware that supports it, pretokenise Strings and atob("...") - drastical... Gordon Williams <g****w@p****k> over 1 year ago
3062a0ab Ensure we properly escape characters being sent to Espruino when writing to f... Gordon Williams <g****w@p****k> over 1 year ago
08958aaa make peer.js optional to help with installs - fix #174 Gordon Williams <g****w@p****k> over 1 year ago
591055e1 Update to point Bangle.js 2 users to the app loader Gordon Williams <g****w@p****k> over 1 year ago
af1ffa35 merge Merge pull request #173 from mariusGundersen/fix-global-variables Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ea3f251c Fixed two issues with global variables Marius Gundersen <m****n@c****o> over 1 year ago
ec17902f bump for release Gordon Williams <g****w@p****k> almost 2 years ago
e565e2a7 merge Merge pull request #172 from mariusGundersen/terminal-condition Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
0b044079 Don't load the terminal when there is no document Marius Gundersen <m****n@c****o> almost 2 years ago
f4bca51f merge Merge pull request #171 from mariusGundersen/improve-localModules Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
15b481bb Make cwd resettable back to process.cwd() Marius Gundersen <m****n@c****o> almost 2 years ago
e50653ff Made localModules cwd changeable Marius Gundersen <m****n@c****o> almost 2 years ago
f0e4e102 merge Merge pull request #167 from rigrig/add-bangle-modules Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b313598e Add Bangle.js to default "Module URL" setting Richard de Boer <g****t@t****t> almost 2 years ago
00eeff4c bump for release Gordon Williams <g****w@p****k> almost 2 years ago
109e0247 merge Merge pull request #165 from Totalus/master Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f9430d80 Add --scan-timeout option Totalus <3****s@u****m> almost 2 years ago
2d9624ca merge Merge pull request #164 from Totalus/master Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
810da354 Remove '-' in service uuids to properly match NORDIC_SERVICE Totalus <3****s@u****m> almost 2 years ago
1b9109dc support for zero length input Gordon Williams <g****w@p****k> about 2 years ago
5f316eb9 Made getPorts return immediately if we're waiting for a webrtc connection Gordon Williams <g****w@p****k> about 2 years ago
54a11ce1 allow getURL to POST, and swap compiler away from using jquery Gordon Williams <g****w@p****k> about 2 years ago
9a0b84bb oops Gordon Williams <g****w@p****k> over 2 years ago
14b2de59 fix regex parsing Gordon Williams <g****w@p****k> over 2 years ago
a73e5bd3 Fix regex parsing - fix https://github.com/espruino/Espruino/issues/2096 Gordon Williams <g****w@p****k> over 2 years ago
3714e5d7 misc tidying Gordon Williams <g****w@p****k> over 2 years ago
7bb6bdd5 Allow WebRTC bridge ID to be set via config Gordon Williams <g****w@p****k> over 2 years ago
16a396e7 Oops - fix connection timeout issues Gordon Williams <g****w@p****k> over 2 years ago
25b9e17c Web IDE Remote command-line options Gordon Williams <g****w@p****k> over 2 years ago
d88427ec oops - fix QR code coloring Gordon Williams <g****w@p****k> over 2 years ago
54cfd8ed Smooth out connection process Gordon Williams <g****w@p****k> over 2 years ago
81f04b54 Add timeouts for WebRTC connections - handy if a bridge has disconnected and ... Gordon Williams <g****w@p****k> over 2 years ago
a277f4b6 Fix issue where double-tap of the connect icon was required after a failed co... Gordon Williams <g****w@p****k> over 2 years ago
19af0a7c hiding internal variables Gordon Williams <g****w@p****k> over 2 years ago
099b431c Ensure we can continue to connect even after disconnect Gordon Williams <g****w@p****k> over 2 years ago
b9d59ea6 merge Merge branch 'master' of github.com:espruino/EspruinoTools Gordon Williams <g****w@p****k> over 2 years ago
223bcaa7 More safety and sanity checks Gordon Williams <g****w@p****k> over 2 years ago
09189ece merge Merge pull request #162 from fanoush/f-skip-hasuartservice-for-p-d Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ecb942ab docs Gordon Williams <g****w@p****k> over 2 years ago
9dbc91d9 Now notify of firmware updates on more boards Gordon Williams <g****w@p****k> over 2 years ago
48fdb051 lower XOFF timeout to 2s Gordon Williams <g****w@p****k> over 2 years ago
58e96cef allowed bridge->ide->bridge shuffle to allow the ide to connect to the bridge... Gordon Williams <g****w@p****k> over 2 years ago
6e347425 support for video streaming Gordon Williams <g****w@p****k> over 2 years ago
b8d59c98 docs Gordon Williams <g****w@p****k> over 2 years ago
7aa9cefc code comments Gordon Williams <g****w@p****k> over 2 years ago
e1a9079c Set terminal raw mode *after* connecting so we can still ctrl-c out of the co... Gordon Williams <g****w@p****k> over 2 years ago
d68e0f08 Add webRTC connection code - dependent on Web IDE right now Gordon Williams <g****w@p****k> over 2 years ago
04c0d819 fix spelling fanoush <f****h@g****m> over 2 years ago
98fa70a5 skip uart service check for devices requested by name or MAC fanoush <f****h@g****m> over 2 years ago
cd2a89e8 Ensure we can run in Git Bash for Windows where there is no setRawMode (fix #... Gordon Williams <g****w@p****k> over 2 years ago
fa52c9b8 Bump version for release, update packages, remove 'request' (was used by plug... Gordon Williams <g****w@p****k> over 2 years ago
e7af1b9f remove winnus usage/dependency - it's much better just using noble-winrt now Gordon Williams <g****w@p****k> over 2 years ago
46eb53d4 added support for noble-winrt on windows Gordon Williams <g****w@p****k> over 2 years ago
de50f1a7 Extra docs Gordon Williams <g****w@p****k> over 2 years ago
800b462e Removed request for `/serial/ports` - I believe this existed for local IDE se... Gordon Williams <g****w@p****k> over 2 years ago
9c3f72b3 Handle webserial disconnects better Gordon Williams <g****w@p****k> over 2 years ago
361080ca Added ability to connect from the CLI via websockets, fix https://github.com/... Gordon Williams <g****w@p****k> over 2 years ago
6a0aaf30 Fix lexing of escape codes - it turns out JSON.parse gets unhappy about non-A... Gordon Williams <g****w@p****k> over 2 years ago
fd733d98 merge Merge branch 'master' of github.com:espruino/EspruinoTools Gordon Williams <g****w@p****k> over 2 years ago
d5ad75b7 bump serial port version Gordon Williams <g****w@p****k> over 2 years ago
2ea4f5ae force other web serial settings Gordon Williams <g****w@p****k> over 2 years ago
e9568e19 Fix issue if a module added with a line comment at the end and no newline! Gordon Williams <g****w@p****k> over 2 years ago
51b008f4 merge Merge pull request #156 from slank/depfix Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
ef90ffd5 fix: remove unused/deprecated tar.gz dependency, fixes #155 Matthew Wedgwood <m****w@m****n> almost 3 years ago
63c952ac ability to add test to terminal without the border Gordon Williams <g****w@p****k> about 3 years ago
844f16d4 export reformatCode Gordon Williams <g****w@p****k> about 3 years ago
ae4d7362 add a note to check with --verbose Gordon Williams <g****w@p****k> about 3 years ago
8a1b7b8c version bump Gordon Williams <g****w@p****k> about 3 years ago
aa0a1990 Remove node-ble, because it broke everything Gordon Williams <g****w@p****k> about 3 years ago
ba139d15 Support for serialport 10 Gordon Williams <g****w@p****k> about 3 years ago
7c6e7f59 bump for release Gordon Williams <g****w@p****k> over 3 years ago
26ee5b11 Another tweak for https://github.com/espruino/EspruinoTools/issues/150 Gordon Williams <g****w@p****k> over 3 years ago
f7036227 Attempt to only initialise bluetooth if bluetooth is required (#150) Gordon Williams <g****w@p****k> over 3 years ago
36aac901 merge Merge pull request #149 from d3nd3/master Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
over 3 years ago
af96030b multiFile FileLoader d3nd3 <2****3@u****m> over 3 years ago
35b55fe2 MultiFile FileLoader d3nd3 <2****3@u****m> over 3 years ago
a8c13d56 Tweaks to make usage under electron easier (fix #147) Gordon Williams <g****w@p****k> over 3 years ago
a7da9fbb bump version for release Gordon Williams <g****w@p****k> over 3 years ago
3fb3b06d Ability to un-tokenise Gordon Williams <g****w@p****k> over 3 years ago
4067a9c4 merge Merge branch 'master' of github.com:espruino/EspruinoTools Gordon Williams <g****w@p****k> over 3 years ago
62d6c890 *actually* fix string escape parsing Gordon Williams <g****w@p****k> over 3 years ago
b9a0dd1b tweak Gordon Williams <g****w@p****k> over 3 years ago
29b9eadd merge Merge branch 'master' of github.com:espruino/EspruinoTools Gordon Williams <g****w@p****k> over 3 years ago
2305349c Fix handling of escape characters in strings Gordon Williams <g****w@p****k> over 3 years ago
ef27c4ab merge Merge pull request #146 from pelrun/node-ble Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
over 3 years ago
2dae8f4e Throw a warning message if WebIDE or another process has the device open. James Churchill <p****n@g****m> over 3 years ago
ebf573ce Found correct sequence to allow ble writes to succeed James Churchill <p****n@g****m> over 3 years ago
59bd0e11 Fix break in the promise chain for openSerial James Churchill <p****n@g****m> over 3 years ago
67eef53e merge Merge pull request #145 from pelrun/node-ble Gordon Williams <g****w@p****k>
Committed by: GitHub <n****y@g****m>
over 3 years ago
6283bd1f Add support for BLE on Linux using the node-ble package as noble is old and b... James Churchill <p****n@g****m> over 3 years ago
111d4ce4 Add option for unicode and disable by default Gordon Williams <g****w@p****k> almost 4 years ago
17e2deef Ensure we convert BMP inline images to PNG. Fix https://github.com/espruino/E... Gordon Williams <g****w@p****k> almost 4 years ago
d0d5b1fe Add a SortOrder for modules to allow them to be initialised in the right order. Gordon Williams <g****w@p****k> almost 4 years ago
da420c0e New version, update dependencies, and now use built-in esprima because the NP... Gordon Williams <g****w@p****k> almost 4 years ago
8f3a6cf3 update readme about hex merging Gordon Williams <g****w@p****k> about 4 years ago

← Back to repository