1626 Commits

Author SHA1 Message Date
Gordon Williams
ad2023fccb tweaks 2015-03-11 18:09:28 +00:00
Gordon Williams
5ae927df8f tweaks 2015-03-11 18:02:43 +00:00
Gordon Williams
9d2b98ab81 updated scripts for creating pico releases RELEASE_1V75 2015-03-11 15:37:24 +00:00
Gordon Williams
bca355a3bd Add Pico 1v3 2015-03-11 15:06:00 +00:00
Gordon Williams
986ac99148 Added http statusCode, statusMessage, and httpVersion 2015-03-11 10:57:37 +00:00
Gordon Williams
8884e9f591 Make HTTP/Sockets throttle reads so internal buffers don't get full when piping 2015-03-11 10:22:02 +00:00
Gordon Williams
89c320b80e Merge branch 'master' of github.com:espruino/Espruino 2015-03-11 09:22:45 +00:00
Gordon Williams
0b40ac2b08 Ensure that pipes 'complete' if the source closes (was previously only the destination) 2015-03-11 09:20:35 +00:00
Gordon Williams
1dc6aea223 Merge pull request #498 from boneskull/vagrant
add vagrant setup + documentation
2015-03-09 08:51:19 +00:00
Gordon Williams
91f604cd3e On Linux, Exit nonzero when an error occurs (fix #499) 2015-03-04 15:23:36 +00:00
Gordon Williams
a678a0f526 Merge branch 'master' of github.com:espruino/Espruino 2015-03-04 15:15:41 +00:00
Gordon Williams
f07c163fc7 Fix crash when out of memory while creating built-in object
Fix continue statement in nested loops (fix #501)
2015-03-04 15:15:30 +00:00
Gordon Williams
eb88b79599 oops - shouldn't have committed this 2015-03-04 14:46:00 +00:00
Gordon Williams
d09a7326f8 Merge pull request #500 from AlexanderBrevig/master
add documentation for http.request's options.headers field
2015-03-04 08:37:21 +00:00
Alexander Brevig
55b1944a67 add documentation for headers field for option object used by http.request 2015-03-04 01:26:35 +01:00
Christopher Hiller
a0ec84800e add vagrant setup + documentation 2015-03-01 22:20:54 -08:00
Gordon Williams
82467a1f9d Fixed issue with Pins/Bools as Array indices 2015-02-20 09:38:16 +00:00
Gordon Williams
fbf7a21c84 bump version 2015-02-19 15:26:43 +00:00
Gordon Williams
10ba9f71d0 add other bits of markdown RELEASE_1V74 2015-02-19 15:06:34 +00:00
Gordon Williams
15258560d3 Add TypedArray.slice (from ES6) to help modules that use I2C 2015-02-19 09:58:37 +00:00
Gordon Williams
ff2871778a Fix issue with graphics fill on PCD8544 LCD 2015-02-17 14:42:51 +00:00
Gordon Williams
d578252e20 tidyup 2015-02-16 15:55:41 +00:00
Gordon Williams
8d66608340 makefile tweaks to make testing easier 2015-02-16 15:49:02 +00:00
Gordon Williams
06ea0d205a Change process.env.EXPORTS to something more useful for compiler 2015-02-16 15:12:31 +00:00
Gordon Williams
137e20318f docs for B4/B5 2015-02-16 09:07:01 +00:00
Gordon Williams
7caceabbe8 updated pico images 2015-02-13 08:12:24 +00:00
Gordon Williams
96f1316712 Improve jsvIteratorGetIntegerValue speed for arrays (fix #493) 2015-02-13 08:12:05 +00:00
Gordon Williams
1953519708 oops 2015-02-12 11:33:00 +00:00
Gordon Williams
3f3778f7e4 now wait until SPI tx has finished and clear the RX buffer - fixes out of sync if you use SPI for something after send4bit 2015-02-12 11:27:03 +00:00
Gordon Williams
a80071fc13 Fix inaccuracy of 'Date.now()' on STM32 2015-02-11 15:58:09 +00:00
Gordon Williams
070b44ed9f Added 'global' built-in value 2015-02-10 15:58:41 +00:00
Gordon Williams
5d959e7459 Fixed issues with Waveform after 1v72 update to flat strings 2015-02-09 11:55:05 +00:00
Gordon Williams
8b4c0f5397 On Espruino Board, allow setTime to use full 64 bits so setTime(Date.parse("...")/1000) works 2015-02-09 11:37:03 +00:00
Gordon Williams
4fe9327a43 bump for release 2015-02-06 11:59:22 +00:00
Gordon Williams
dc5b005a93 added hashlib by default RELEASE_1V73 2015-02-06 11:34:30 +00:00
Gordon Williams
2d8d5a232c refactoring 2015-02-06 11:23:10 +00:00
Gordon Williams
008f4ba9f4 only show memory leaks, not just stuff that hasn't been GC'd 2015-02-06 10:17:07 +00:00
Gordon Williams
8db046a05a oops - fix SDIO compile 2015-02-05 17:42:59 +00:00
Gordon Williams
93c1dccd88 Allow filesystem to work on user-defined pins (fix #427) 2015-02-05 16:29:42 +00:00
Gordon Williams
f8e09b2b0f Refactor Software SPI code into jsspi.c 2015-02-05 12:26:35 +00:00
Gordon Williams
9278923afe Fix glitchy time values on the Espruino Board (fix #394)
Fix getTime()==0 in onInit, which could break timeouts in onInit after a reset (fix #462)
2015-02-05 08:34:36 +00:00
Gordon Williams
4d677b9745 Added jspGetNamedVariable for use in compiled JS 2015-02-05 06:42:57 +00:00
Gordon Williams
ad1af7e3c8 Fix behaviour of char code 16 at beginning of the line (it now doesn't re-add the prompt after processing the line) 2015-02-04 18:39:12 +00:00
Gordon Williams
d409df8a92 Remove QT creator project files. All out of date anyway 2015-02-04 18:27:34 +00:00
Gordon Williams
b314d15d7a Fix regression where accessing certain member names of an undefined variable would cause a crash (fix #488) 2015-02-02 16:53:41 +00:00
Gordon Williams
17b6c3f333 Add Uint8ClampedArray, remove code duplication in ArrayBuffer (fix #486) 2015-01-29 14:26:53 +00:00
Gordon Williams
701a98056e better markdown formatting 2015-01-29 12:41:12 +00:00
Gordon Williams
8d474912d6 doc tweak 2015-01-29 12:40:54 +00:00
Gordon Williams
51bbd18e7e docs 2015-01-29 11:59:55 +00:00
Gordon Williams
3315ddb9d8 docs 2015-01-29 10:16:05 +00:00